| 72 | return 2; |
| 73 | } |
| 74 | virtual DECODING_STATE EXTAPI DecodeFrame (const unsigned char* pSrc, |
| 75 | const int iSrcLen, unsigned char** ppDst, int* pStride, |
| 76 | int& iWidth, int& iHeight) { |
| 77 | EXPECT_TRUE (gThis == this); |
| 78 | return static_cast<DECODING_STATE> (3); |
| 79 | } |
| 80 | virtual DECODING_STATE EXTAPI DecodeFrameNoDelay (const unsigned char* pSrc, |
| 81 | const int iSrcLen, unsigned char** ppDst, SBufferInfo* pDstInfo) { |
| 82 | EXPECT_TRUE (gThis == this); |
nothing calls this directly
no outgoing calls
no test coverage detected