Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp314 const int srcWidth = static_cast<int>(src.cropWidth); in DoScaling() local
323 return libyuv::ARGBScale(srcBuffer, srcStrideBytes, srcWidth, srcHeight, dstBuffer, in DoScaling()
992 uint32_t srcWidth = srcLayerSpec.cropWidth; in composeLayerInto() local
994 uint32_t dst_stride_bytes = AlignToPower2(srcWidth * dstBufferBytesPerPixel, 4); in composeLayerInto()
996 dstBufferSpec.width = srcWidth; in composeLayerInto()
1001 dstBufferSpec.cropWidth = srcWidth; in composeLayerInto()