Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DImsMediaImageRotate.cpp62 uint16_t outputStride, uint8_t* pYPlane, uint8_t* pUVPlane, uint16_t nSrcWidth, in YUV420_SP_Rotate90() argument
107 pOutBuffer[dstIdx--] = pUVPlane[srcIdx + 1]; // V in YUV420_SP_Rotate90()
108 pOutBuffer[dstIdx--] = pUVPlane[srcIdx]; // U in YUV420_SP_Rotate90()
117 uint8_t* pUVPlane, uint16_t nSrcWidth, uint16_t nSrcHeight) in YUV420_SP_Rotate90_Flip() argument
147 pbDst[dstIdx--] = pUVPlane[srcIdx + 1]; // V in YUV420_SP_Rotate90_Flip()
148 pbDst[dstIdx--] = pUVPlane[srcIdx]; // U in YUV420_SP_Rotate90_Flip()
155 uint16_t outputStride, uint8_t* pYPlane, uint8_t* pUVPlane, uint16_t nSrcWidth, in YUV420_SP_Rotate270() argument
201 pOutBuffer[dstIdx--] = pUVPlane[srcIdx + 1]; // V in YUV420_SP_Rotate270()
202 pOutBuffer[dstIdx--] = pUVPlane[srcIdx]; // U in YUV420_SP_Rotate270()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/utils/
DImsMediaImageRotate.h67 uint8_t* pYPlane, uint8_t* pUVPlane, uint16_t nSrcWidth, uint16_t nSrcHeight);
86 static void YUV420_SP_Rotate90_Flip(uint8_t* pOutBuffer, uint8_t* pYPlane, uint8_t* pUVPlane,
112 uint8_t* pYPlane, uint8_t* pUVPlane, uint16_t nSrcWidth, uint16_t nSrcHeight);