Searched refs:srcHeight (Results 1 – 1 of 1) sorted by relevance
364 int srcHeight = static_cast<int>(src.cropHeight); in DoScaling() local369 srcHeight = -srcHeight; in DoScaling()372 return libyuv::ARGBScale(srcBuffer, srcStrideBytes, srcWidth, srcHeight, dstBuffer, in DoScaling()1071 uint32_t srcHeight = srcLayerSpec.cropHeight; in composeLayerInto() local1073 uint32_t neededSize = dst_stride_bytes * srcHeight; in composeLayerInto()1075 dstBufferSpec.height = srcHeight; in composeLayerInto()1080 dstBufferSpec.cropHeight = srcHeight; in composeLayerInto()