Searched refs:dstSize (Results 1 – 1 of 1) sorted by relevance
67 const size_t dstSize = outputStride * nDstHt * 1.5f; in YUV420_SP_Rotate90() local69 if (nOutBufSize < (dstSize - nPadWidth)) in YUV420_SP_Rotate90()73 outputStride, nDstHt, dstSize, nOutBufSize); in YUV420_SP_Rotate90()96 dstIdx = dstSize - 1; in YUV420_SP_Rotate90()161 const size_t dstSize = outputStride * nDstHt * 1.5f; in YUV420_SP_Rotate270() local163 if (nOutBufSize < (dstSize - nPadWidth)) in YUV420_SP_Rotate270()167 outputStride, nDstHt, dstSize, nOutBufSize); in YUV420_SP_Rotate270()190 dstIdx = dstSize - 1; in YUV420_SP_Rotate270()