Home
last modified time | relevance | path

Searched refs:nDstWidth (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
77 if (nDstWidth > outputStride) in YUV420_SP_Rotate90()
79 IMLOGE2("Destination width[%d] cannot be bigger than stride[%d]", nDstWidth, outputStride); in YUV420_SP_Rotate90()