Loading media/libstagefright/MediaCodec.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -4697,7 +4697,7 @@ void MediaCodec::handleOutputFormatChangeIfNeeded(const sp<MediaCodecBuffer> &bu // rendering. int32_t dataSpace; if (mOutputFormat->findInt32("android._dataspace", &dataSpace)) { ALOGD("[%s] setting dataspace on output surface to #%x", ALOGD("[%s] setting dataspace on output surface to %#x", mComponentName.c_str(), dataSpace); int err = native_window_set_buffers_data_space( mSurface.get(), (android_dataspace)dataSpace); Loading media/libstagefright/colorconversion/SoftwareRenderer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,7 @@ skip_copying: ((dataSpace & ~HAL_DATASPACE_RANGE_MASK) | HAL_DATASPACE_RANGE_FULL); } ALOGD("setting dataspace on output surface to #%x", dataSpace); ALOGD("setting dataspace on output surface to %#x", dataSpace); if ((err = native_window_set_buffers_data_space(mNativeWindow.get(), dataSpace))) { ALOGW("failed to set dataspace on surface (%d)", err); } Loading Loading
media/libstagefright/MediaCodec.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -4697,7 +4697,7 @@ void MediaCodec::handleOutputFormatChangeIfNeeded(const sp<MediaCodecBuffer> &bu // rendering. int32_t dataSpace; if (mOutputFormat->findInt32("android._dataspace", &dataSpace)) { ALOGD("[%s] setting dataspace on output surface to #%x", ALOGD("[%s] setting dataspace on output surface to %#x", mComponentName.c_str(), dataSpace); int err = native_window_set_buffers_data_space( mSurface.get(), (android_dataspace)dataSpace); Loading
media/libstagefright/colorconversion/SoftwareRenderer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,7 @@ skip_copying: ((dataSpace & ~HAL_DATASPACE_RANGE_MASK) | HAL_DATASPACE_RANGE_FULL); } ALOGD("setting dataspace on output surface to #%x", dataSpace); ALOGD("setting dataspace on output surface to %#x", dataSpace); if ((err = native_window_set_buffers_data_space(mNativeWindow.get(), dataSpace))) { ALOGW("failed to set dataspace on surface (%d)", err); } Loading