Searched refs:pYPlane (Results 1 – 2 of 2) sorted by relevance
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/ |
D | ImsMediaImageRotate.cpp | 62 uint16_t outputStride, uint8_t* pYPlane, uint8_t* pUVPlane, uint16_t nSrcWidth, in YUV420_SP_Rotate90() argument 90 pOutBuffer[dstIdx] = pYPlane[srcIdx]; // Y in YUV420_SP_Rotate90() 116 void ImsMediaImageRotate::YUV420_SP_Rotate90_Flip(uint8_t* pbDst, uint8_t* pYPlane, in YUV420_SP_Rotate90_Flip() argument 131 pbDst[dstIdx] = pYPlane[srcIdx]; // Y in YUV420_SP_Rotate90_Flip() 155 uint16_t outputStride, uint8_t* pYPlane, uint8_t* pUVPlane, uint16_t nSrcWidth, in YUV420_SP_Rotate270() argument 184 pOutBuffer[dstIdx] = pYPlane[srcIdx]; // Y in YUV420_SP_Rotate270()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/utils/ |
D | ImsMediaImageRotate.h | 67 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);
|