MCPcopy Create free account
hub / github.com/cisco/openh264 / DecodeFrame2

Method DecodeFrame2

codec/decoder/plus/src/welsDecoderExt.cpp:918–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918DECODING_STATE CWelsDecoder::DecodeFrame2 (const unsigned char* kpSrc,
919 const int kiSrcLen,
920 unsigned char** ppDst,
921 SBufferInfo* pDstInfo) {
922 PWelsDecoderContext pDecContext = m_pDecThrCtx[0].pCtx;
923 return DecodeFrame2WithCtx (pDecContext, kpSrc, kiSrcLen, ppDst, pDstInfo);
924}
925
926DECODING_STATE CWelsDecoder::FlushFrame (unsigned char** ppDst,
927 SBufferInfo* pDstInfo) {

Callers 2

InitDecodeMethod · 0.45
H264DecodeInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected