Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07f5daf3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "modify "dataspace" prints ambiguously." am: 98a30a9a am: 77c1b1b8...

Merge "modify "dataspace" prints ambiguously." am: 98a30a9a am: 77c1b1b8 am: 3e21e14b am: bc7d7210

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2584390



Change-Id: Ibc917e84f3643e1ad7c5a4a36bdf136c40864947
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d9dd4081 bc7d7210
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ status_t GraphicBufferSource::onInputBufferEmptied(codec_buffer_id bufferId, int

void GraphicBufferSource::onDataspaceChanged_l(
        android_dataspace dataspace, android_pixel_format pixelFormat) {
    ALOGD("got buffer with new dataSpace #%x", dataspace);
    ALOGD("got buffer with new dataSpace %#x", dataspace);
    mLastDataspace = dataspace;

    if (ColorUtils::convertDataSpaceToV0(dataspace)) {