Home
last modified time | relevance | path

Searched refs:ppDst (Results 1 – 11 of 11) sorted by relevance

/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h79 unsigned char** ppDst,
86 unsigned char** ppDst,
91 unsigned char** ppDst,
94 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst,
114 unsigned char** ppDst, SBufferInfo* pDstInfo);
151 …DECODING_STATE ReorderPicturesInDisplay (PWelsDecoderContext pCtx, unsigned char** ppDst, SBufferI…
152 …t ThreadDecodeFrameInternal (const unsigned char* kpSrc, const int kiSrcLen, unsigned char** ppDst,
154 …void BufferingReadyPicture (PWelsDecoderContext pCtx, unsigned char** ppDst, SBufferInfo* pDstInfo…
155 …void ReleaseBufferedReadyPictureReorder (PWelsDecoderContext pCtx, unsigned char** ppDst, SBufferI…
156 …void ReleaseBufferedReadyPictureNoReorder (PWelsDecoderContext pCtx, unsigned char** ppDst, SBuffe…
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp111 …iRet |= pWelsDecoder->DecodeFrame2WithCtx (pThrCtx->pCtx, NULL, 0, pThrCtx->ppDst, &pThrCtx->sDstI… in ConstructAccessUnit()
314 m_pDecThrCtx[i].ppDst = NULL; in OpenDecoderThreads()
692 unsigned char** ppDst, in DecodeFrameNoDelay() argument
696 iRet = ThreadDecodeFrameInternal (kpSrc, kiSrcLen, ppDst, pDstInfo); in DecodeFrameNoDelay()
702 ReleaseBufferedReadyPictureNoReorder (NULL, ppDst, pDstInfo); in DecodeFrameNoDelay()
706 ReleaseBufferedReadyPictureReorder (NULL, ppDst, pDstInfo); in DecodeFrameNoDelay()
714 iRet = (int)DecodeFrame2 (kpSrc, kiSrcLen, ppDst, pDstInfo); in DecodeFrameNoDelay()
719 iRet |= DecodeFrame2 (NULL, 0, ppDst, pDstInfo); in DecodeFrameNoDelay()
731 unsigned char** ppDst, in DecodeFrame2WithCtx() argument
778 ppDst[0] = ppDst[1] = ppDst[2] = NULL; in DecodeFrame2WithCtx()
[all …]
/third_party/openh264/codec/api/svc/
Dcodec_api.h371 unsigned char** ppDst,
390 unsigned char** ppDst,
407 unsigned char** ppDst,
419 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst,
503 unsigned char** ppDst,
510 unsigned char** ppDst,
515 unsigned char** ppDst,
518 DECODING_STATE (*FlushFrame) (ISVCDecoder*, unsigned char** ppDst,
/third_party/openh264/codec/api/wels/
Dcodec_api.h371 unsigned char** ppDst,
390 unsigned char** ppDst,
407 unsigned char** ppDst,
419 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst,
503 unsigned char** ppDst,
510 unsigned char** ppDst,
515 unsigned char** ppDst,
518 DECODING_STATE (*FlushFrame) (ISVCDecoder*, unsigned char** ppDst,
/third_party/openh264/test/api/
Dcpp_interface_test.cpp75 const int iSrcLen, unsigned char** ppDst, int* pStride, in DecodeFrame()
81 const int iSrcLen, unsigned char** ppDst, SBufferInfo* pDstInfo) { in DecodeFrameNoDelay()
86 const int iSrcLen, unsigned char** ppDst, SBufferInfo* pDstInfo) { in DecodeFrame2()
90 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst, SBufferInfo* pDstInfo) { in FlushFrame()
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp23 unsigned char** ppDst, in DecodeFrame() argument
40 ppDst[0] = ppDst[1] = ppDst[2] = NULL; in DecodeFrame()
60 WelsDecodeBs (m_pDecContext, kpSrc, kiSrcLen, ppDst, in DecodeFrame()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_core.h173 int32_t ConstructAccessUnit (PWelsDecoderContext pCtx, uint8_t** ppDst, SBufferInfo* pDstInfo);
180 int32_t DecodeCurrentAccessUnit (PWelsDecoderContext pCtx, uint8_t** ppDst, SBufferInfo* pDstInfo);
Ddecoder.h124 uint8_t** ppDst, SBufferInfo* pDstBufInfo, SParserBsInfo* pDstBsInfo);
Ddecoder_context.h537 uint8_t** ppDst; member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp47 static inline int32_t DecodeFrameConstruction (PWelsDecoderContext pCtx, uint8_t** ppDst, SBufferIn… in DecodeFrameConstruction() argument
210 ppDst[0] = pPic->pData[0]; in DecodeFrameConstruction()
211 ppDst[1] = pPic->pData[1]; in DecodeFrameConstruction()
212 ppDst[2] = pPic->pData[2]; in DecodeFrameConstruction()
220ppDst[0] = ppDst[0] + pCtx->sFrameCrop.iTopOffset * 2 * pPic->iLinesize[0] + pCtx->sFrameCrop.iLef… in DecodeFrameConstruction()
221ppDst[1] = ppDst[1] + pCtx->sFrameCrop.iTopOffset * pPic->iLinesize[1] + pCtx->sFrameCrop.iLeftOf… in DecodeFrameConstruction()
222ppDst[2] = ppDst[2] + pCtx->sFrameCrop.iTopOffset * pPic->iLinesize[1] + pCtx->sFrameCrop.iLeftOf… in DecodeFrameConstruction()
224 pDstInfo->pDst[i] = ppDst[i]; in DecodeFrameConstruction()
2344 int32_t ConstructAccessUnit (PWelsDecoderContext pCtx, uint8_t** ppDst, SBufferInfo* pDstInfo) { in ConstructAccessUnit() argument
2358 iErr = DecodeCurrentAccessUnit (pCtx, ppDst, pDstInfo); in ConstructAccessUnit()
[all …]
Ddecoder.cpp740 uint8_t** ppDst, SBufferInfo* pDstBufInfo, SParserBsInfo* pDstBsInfo) { in WelsDecodeBs() argument
818 CheckAndFinishLastPic (pCtx, ppDst, pDstBufInfo); in WelsDecodeBs()
821 ConstructAccessUnit (pCtx, ppDst, pDstBufInfo); in WelsDecodeBs()
881 CheckAndFinishLastPic (pCtx, ppDst, pDstBufInfo); in WelsDecodeBs()
885 ConstructAccessUnit (pCtx, ppDst, pDstBufInfo); in WelsDecodeBs()
921 ConstructAccessUnit (pCtx, ppDst, pDstBufInfo); in WelsDecodeBs()