| 916 | } |
| 917 | |
| 918 | DECODING_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 | |
| 926 | DECODING_STATE CWelsDecoder::FlushFrame (unsigned char** ppDst, |
| 927 | SBufferInfo* pDstInfo) { |
no outgoing calls
no test coverage detected