Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DImsMediaImageRotate.cpp65 uint16_t x, y, nDstWidth = nSrcHeight, nDstHt = nSrcWidth, nPadWidth = outputStride - nDstWidth; in YUV420_SP_Rotate90() local
66 uint64_t srcIdx, dstIdx = (outputStride * nDstHt) - 1; in YUV420_SP_Rotate90()
67 const size_t dstSize = outputStride * nDstHt * 1.5f; in YUV420_SP_Rotate90()
73 outputStride, nDstHt, dstSize, nOutBufSize); in YUV420_SP_Rotate90()
158 uint16_t x, y, nDstWth = nSrcHeight, nDstHt = nSrcWidth, nPadWidth = outputStride - nDstWth; in YUV420_SP_Rotate270() local
159 uint64_t srcIdx, dstIdx = outputStride * nDstHt - 1; in YUV420_SP_Rotate270()
161 const size_t dstSize = outputStride * nDstHt * 1.5f; in YUV420_SP_Rotate270()
167 outputStride, nDstHt, dstSize, nOutBufSize); in YUV420_SP_Rotate270()