Home
last modified time | relevance | path

Searched refs:srcBuffer (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp187 uint8_t* srcBuffer = src.buffer + src.cropY * src.strideBytes + src.cropX * src.sampleBytes; in ConvertFromRGB565() local
198 return libyuv::RGB565ToARGB(srcBuffer, srcStrideBytes, // in ConvertFromRGB565()
264 uint8_t* srcBuffer = src.buffer + src.cropY * src.strideBytes + src.cropX * src.sampleBytes; in DoCopy() local
279 auto ret = libyuv::ARGBCopy(srcBuffer, srcStrideBytes, // in DoCopy()
290 uint8_t* srcBuffer = src.buffer + src.cropY * src.strideBytes + src.cropX * src.sampleBytes; in DoRotation() local
301 return libyuv::ARGBRotate(srcBuffer, srcStrideBytes, // in DoRotation()
310 uint8_t* srcBuffer = src.buffer + src.cropY * src.strideBytes + src.cropX * src.sampleBytes; in DoScaling() local
323 return libyuv::ARGBScale(srcBuffer, srcStrideBytes, srcWidth, srcHeight, dstBuffer, in DoScaling()
331 uint8_t* srcBuffer = src.buffer + src.cropY * src.strideBytes + src.cropX * src.sampleBytes; in DoAttenuation() local
341 return libyuv::ARGBAttenuate(srcBuffer, srcStrideBytes, // in DoAttenuation()
[all …]