Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp363 const int srcWidth = static_cast<int>(src.cropWidth); in DoScaling() local
372 return libyuv::ARGBScale(srcBuffer, srcStrideBytes, srcWidth, srcHeight, dstBuffer, in DoScaling()
1070 uint32_t srcWidth = srcLayerSpec.cropWidth; in composeLayerInto() local
1072 uint32_t dst_stride_bytes = AlignToPower2(srcWidth * dstBufferBytesPerPixel, 4); in composeLayerInto()
1074 dstBufferSpec.width = srcWidth; in composeLayerInto()
1079 dstBufferSpec.cropWidth = srcWidth; in composeLayerInto()