Searched refs:nSrcWidth (Results 1 – 2 of 2) sorted by relevance
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/ |
D | ImsMediaImageRotate.cpp | 21 uint8_t* pbDst, uint8_t* pbSrc, uint16_t nSrcWidth, uint16_t nSrcHeight) in YUV420_Planar_Rotate90_Flip() argument 25 const size_t size = nSrcWidth * nSrcHeight; in YUV420_Planar_Rotate90_Flip() 29 for (y = 0; y < nSrcWidth; y++) in YUV420_Planar_Rotate90_Flip() 36 srcIdx += nSrcWidth; in YUV420_Planar_Rotate90_Flip() 43 nSrcWidth /= 2; in YUV420_Planar_Rotate90_Flip() 47 for (y = 0; y < nSrcWidth; y++) in YUV420_Planar_Rotate90_Flip() 55 srcIdx += nSrcWidth; in YUV420_Planar_Rotate90_Flip() 62 uint16_t outputStride, uint8_t* pYPlane, uint8_t* pUVPlane, uint16_t nSrcWidth, in YUV420_SP_Rotate90() argument 65 uint16_t x, y, nDstWidth = nSrcHeight, nDstHt = nSrcWidth, nPadWidth = outputStride - nDstWidth; in YUV420_SP_Rotate90() 84 for (y = 0; y < nSrcWidth; y++) in YUV420_SP_Rotate90() [all …]
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/utils/ |
D | ImsMediaImageRotate.h | 42 uint8_t* pOutBuffer, uint8_t* pbSrc, uint16_t nSrcWidth, uint16_t nSrcHeight); 67 uint8_t* pYPlane, uint8_t* pUVPlane, uint16_t nSrcWidth, uint16_t nSrcHeight); 87 uint16_t nSrcWidth, uint16_t nSrcHeight); 112 uint8_t* pYPlane, uint8_t* pUVPlane, uint16_t nSrcWidth, uint16_t nSrcHeight);
|