Searched refs:nSrcHeight (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() 32 for (x = 0; x < nSrcHeight; x++) in YUV420_Planar_Rotate90_Flip() 44 nSrcHeight /= 2; in YUV420_Planar_Rotate90_Flip() 50 for (x = 0; x < nSrcHeight; x++) in YUV420_Planar_Rotate90_Flip() 63 uint16_t nSrcHeight) in YUV420_SP_Rotate90() argument 65 uint16_t x, y, nDstWidth = nSrcHeight, nDstHt = nSrcWidth, nPadWidth = outputStride - nDstWidth; in YUV420_SP_Rotate90() 88 for (x = 0; x < nSrcHeight; x++) in YUV420_SP_Rotate90() 98 nSrcHeight /= 2; in YUV420_SP_Rotate90() 105 for (x = 0; x < nSrcHeight; x++) 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);
|