Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp364 int srcHeight = static_cast<int>(src.cropHeight); in DoScaling() local
369 srcHeight = -srcHeight; in DoScaling()
372 return libyuv::ARGBScale(srcBuffer, srcStrideBytes, srcWidth, srcHeight, dstBuffer, in DoScaling()
1071 uint32_t srcHeight = srcLayerSpec.cropHeight; in composeLayerInto() local
1073 uint32_t neededSize = dst_stride_bytes * srcHeight; in composeLayerInto()
1075 dstBufferSpec.height = srcHeight; in composeLayerInto()
1080 dstBufferSpec.cropHeight = srcHeight; in composeLayerInto()