Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp951 void CWelsPreProcess::InitPixMap (const SPicture* pPicture, SPixMap* pPixMap) { in InitPixMap() argument
952 pPixMap->pPixel[0] = pPicture->pData[0]; in InitPixMap()
953 pPixMap->pPixel[1] = pPicture->pData[1]; in InitPixMap()
954 pPixMap->pPixel[2] = pPicture->pData[2]; in InitPixMap()
956 pPixMap->iStride[0] = pPicture->iLineSize[0]; in InitPixMap()
957 pPixMap->iStride[1] = pPicture->iLineSize[1]; in InitPixMap()
958 pPixMap->sRect.iRectWidth = pPicture->iWidthInPixel; in InitPixMap()
959 pPixMap->sRect.iRectHeight = pPicture->iHeightInPixel; in InitPixMap()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h150 void InitPixMap (const SPicture* pPicture, SPixMap* pPixMap);