Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp188 const int srcStrideBytes = static_cast<int>(src.strideBytes); in ConvertFromRGB565() local
198 return libyuv::RGB565ToARGB(srcBuffer, srcStrideBytes, // in ConvertFromRGB565()
265 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoCopy() local
279 auto ret = libyuv::ARGBCopy(srcBuffer, srcStrideBytes, // in DoCopy()
291 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoRotation() local
301 return libyuv::ARGBRotate(srcBuffer, srcStrideBytes, // in DoRotation()
312 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoScaling() local
323 return libyuv::ARGBScale(srcBuffer, srcStrideBytes, srcWidth, srcHeight, dstBuffer, in DoScaling()
333 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoAttenuation() local
341 return libyuv::ARGBAttenuate(srcBuffer, srcStrideBytes, // in DoAttenuation()
[all …]