| 92 | return static_cast<DECODING_STATE> (10); |
| 93 | } |
| 94 | virtual DECODING_STATE EXTAPI DecodeFrameEx (const unsigned char* pSrc, |
| 95 | const int iSrcLen, unsigned char* pDst, int iDstStride, |
| 96 | int& iDstLen, int& iWidth, int& iHeight, int& iColorFormat) { |
| 97 | EXPECT_TRUE (gThis == this); |
| 98 | return static_cast<DECODING_STATE> (6); |
| 99 | } |
| 100 | virtual DECODING_STATE EXTAPI DecodeParser (const unsigned char* pSrc, |
| 101 | const int iSrcLen, SParserBsInfo* pDstInfo) { |
| 102 | EXPECT_TRUE (gThis == this); |
nothing calls this directly
no outgoing calls
no test coverage detected