Searched refs:ProcessImageRotate (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/processing/src/imagerotate/ |
D | imagerotate.cpp | 54 EResult CImageRotating::ProcessImageRotate (int32_t iType, uint8_t* pSrc, uint32_t uiBytesPerPixel,… in ProcessImageRotate() function in CImageRotating 75 …eReturn = ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[0], pSrc->iSizeInBits * 8, pSrc->sRect… in Process() 78 …ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[0], pSrc->iSizeInBits * 8, pSrc->sRect.iRectWidt… in Process() 80 …ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[1], pSrc->iSizeInBits * 8, (pSrc->sRect.iRectWid… in Process() 82 …eReturn = ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[2], pSrc->iSizeInBits * 8, (pSrc->sRec… in Process()
|
D | imagerotate.h | 75 …EResult ProcessImageRotate (int32_t iType, uint8_t* pSrc, uint32_t uiBytesPerPixel, uint32_t iWidt…
|