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

Commit fba798e1 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I62adeb9f288938b601073dccca2ec9b27baba39d
parents 4d0e5463 c2c8beab
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 {