Searched refs:cropWidth (Results 1 – 2 of 2) sorted by relevance
1164 …uint32_t cropWidth = mVideoFormatInfo.width - (mVideoFormatInfo.cropLeft + mVideoFormatInfo.cropRi… in getRawDataFromSurface() local1166 int32_t size = cropWidth * cropHeight * 3 / 2; in getRawDataFromSurface()1194 rawData->width = cropWidth; in getRawDataFromSurface()1196 rawData->pitch[0] = cropWidth; in getRawDataFromSurface()1197 rawData->pitch[1] = cropWidth; in getRawDataFromSurface()1200 rawData->offset[1] = cropWidth * cropHeight; in getRawDataFromSurface()1201 rawData->offset[2] = cropWidth * cropHeight * 3 / 2; in getRawDataFromSurface()1223 stream_memcpy(dst, src, cropWidth); in getRawDataFromSurface()1225 memcpy(dst, src, cropWidth); in getRawDataFromSurface()1227 dst += cropWidth; in getRawDataFromSurface()[all …]
2052 int cropWidth = crop.right - crop.left; in acquireMDPPipes() local2055 cropWidth > qdutils::MAX_DISPLAY_DIM or in acquireMDPPipes()2056 (primarySplitAlways and (cropWidth > lSplit))) { in acquireMDPPipes()