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

Method DecodeFrameEx

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

Source from the content-addressed store, hash-verified

1265}
1266
1267DECODING_STATE CWelsDecoder::DecodeFrameEx (const unsigned char* kpSrc,
1268 const int kiSrcLen,
1269 unsigned char* pDst,
1270 int iDstStride,
1271 int& iDstLen,
1272 int& iWidth,
1273 int& iHeight,
1274 int& iColorFormat) {
1275 DECODING_STATE state = dsErrorFree;
1276
1277 return state;
1278}
1279
1280DECODING_STATE CWelsDecoder::ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx) {
1281 sThreadCtx.pCtx->bHasNewSps = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected