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

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

Merge "gralloc4: lockYCbCr shouldn't return UNSUPPORTED" into rvc-dev

parents 7ed9b006 90df585c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ status_t Gralloc4Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, cons
    }

    *outYcbcr = ycbcr;
    return static_cast<status_t>(Error::UNSUPPORTED);
    return static_cast<status_t>(Error::NONE);
}

int Gralloc4Mapper::unlock(buffer_handle_t bufferHandle) const {