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

Commit 40459502 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "codec2: use flexible YCbCr 420 888 format for GraphicBuffer"

parents 7d5230f8 99756444
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1079,7 +1079,7 @@ status_t CCodecBufferChannel::renderOutputBuffer(
            GraphicBuffer::CLONE_HANDLE,
            blocks.front().width(),
            blocks.front().height(),
            HAL_PIXEL_FORMAT_YV12,
            HAL_PIXEL_FORMAT_YCbCr_420_888,
            // TODO
            1,
            (uint64_t)GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,