Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DImsMediaImageRotate.cpp67 const size_t dstSize = outputStride * nDstHt * 1.5f; in YUV420_SP_Rotate90() local
69 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() local
163 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()