Searched refs:dstBuffer (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | GuestFrameComposer.cpp | 176 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoFill() local 178 libyuv::SetPlane(dstBuffer, static_cast<int>(dst.strideBytes), static_cast<int>(dst.cropWidth), in DoFill() 189 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in ConvertFromRGB565() local 199 dstBuffer, dstStrideBytes, // in ConvertFromRGB565() 234 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in ConvertFromYV12() local 248 dstBuffer, dstStrideBytes, width, height); in ConvertFromYV12() 266 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoCopy() local 280 dstBuffer, dstStrideBytes, // in DoCopy() 292 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoRotation() local 302 dstBuffer, dstStrideBytes, // in DoRotation() [all …]
|
D | GuestFrameComposer.h | 83 std::uint8_t* dstBuffer, std::uint32_t dstBufferWidth,
|