Home
last modified time | relevance | path

Searched defs:ppDst (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp692 unsigned char** ppDst, in DecodeFrameNoDelay()
731 unsigned char** ppDst, in DecodeFrame2WithCtx()
914 unsigned char** ppDst, in DecodeFrame2()
920 DECODING_STATE CWelsDecoder::FlushFrame (unsigned char** ppDst, in FlushFrame()
986 void CWelsDecoder::BufferingReadyPicture (PWelsDecoderContext pCtx, unsigned char** ppDst, in BufferingReadyPicture()
1045 … CWelsDecoder::ReleaseBufferedReadyPictureReorder (PWelsDecoderContext pCtx, unsigned char** ppDst, in ReleaseBufferedReadyPictureReorder()
1148 …r::ReleaseBufferedReadyPictureNoReorder(PWelsDecoderContext pCtx, unsigned char** ppDst, SBufferIn… in ReleaseBufferedReadyPictureNoReorder()
1194 …TATE CWelsDecoder::ReorderPicturesInDisplay(PWelsDecoderContext pDecContext, unsigned char** ppDst, in ReorderPicturesInDisplay()
1298 unsigned char** ppDst, in DecodeFrame()
1382 …::ThreadDecodeFrameInternal (const unsigned char* kpSrc, const int kiSrcLen, unsigned char** ppDst, in ThreadDecodeFrameInternal()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp47 static inline int32_t DecodeFrameConstruction (PWelsDecoderContext pCtx, uint8_t** ppDst, SBufferIn… in DecodeFrameConstruction()
2344 int32_t ConstructAccessUnit (PWelsDecoderContext pCtx, uint8_t** ppDst, SBufferInfo* pDstInfo) { in ConstructAccessUnit()
2482 int32_t DecodeCurrentAccessUnit (PWelsDecoderContext pCtx, uint8_t** ppDst, SBufferInfo* pDstInfo) { in DecodeCurrentAccessUnit()
2885 bool CheckAndFinishLastPic (PWelsDecoderContext pCtx, uint8_t** ppDst, SBufferInfo* pDstInfo) { in CheckAndFinishLastPic()
Ddecoder.cpp739 uint8_t** ppDst, SBufferInfo* pDstBufInfo, SParserBsInfo* pDstBsInfo) { in WelsDecodeBs()
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp23 unsigned char** ppDst, in DecodeFrame()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h537 uint8_t** ppDst; member