Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp237 const int srcStrideBytes = static_cast<int>(src.strideBytes); in ConvertFromRGB565() local
247 return libyuv::RGB565ToARGB(srcBuffer, srcStrideBytes, // in ConvertFromRGB565()
314 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoCopy() local
328 auto ret = libyuv::ARGBCopy(srcBuffer, srcStrideBytes, // in DoCopy()
340 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoRotation() local
350 return libyuv::ARGBRotate(srcBuffer, srcStrideBytes, // in DoRotation()
361 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoScaling() local
372 return libyuv::ARGBScale(srcBuffer, srcStrideBytes, srcWidth, srcHeight, dstBuffer, in DoScaling()
382 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoAttenuation() local
390 return libyuv::ARGBAttenuate(srcBuffer, srcStrideBytes, // in DoAttenuation()
[all …]