| 1265 | } |
| 1266 | |
| 1267 | DECODING_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 | |
| 1280 | DECODING_STATE CWelsDecoder::ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx) { |
| 1281 | sThreadCtx.pCtx->bHasNewSps = false; |
nothing calls this directly
no outgoing calls
no test coverage detected