Searched refs:strideBytes (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | GuestFrameComposer.cpp | 133 uint32_t strideBytes; member 140 uint32_t cropHeight, uint32_t drmFormat, uint32_t strideBytes, uint32_t sampleBytes) in BufferSpec() 150 strideBytes(strideBytes), in BufferSpec() 153 BufferSpec(uint8_t* buffer, uint32_t width, uint32_t height, uint32_t strideBytes) in BufferSpec() 160 /*drmFormat=*/DRM_FORMAT_ABGR8888, strideBytes, in BufferSpec() 176 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoFill() 178 libyuv::SetPlane(dstBuffer, static_cast<int>(dst.strideBytes), static_cast<int>(dst.cropWidth), in DoFill() 187 uint8_t* srcBuffer = src.buffer + src.cropY * src.strideBytes + src.cropX * src.sampleBytes; in ConvertFromRGB565() 188 const int srcStrideBytes = static_cast<int>(src.strideBytes); in ConvertFromRGB565() 189 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in ConvertFromRGB565() [all …]
|