| 35 | return 3; |
| 36 | } |
| 37 | virtual int EXTAPI Uninitialize() { |
| 38 | EXPECT_TRUE (gThis == this); |
| 39 | return 4; |
| 40 | } |
| 41 | virtual int EXTAPI EncodeFrame (const SSourcePicture* kpSrcPic, |
| 42 | SFrameBSInfo* pBsInfo) { |
| 43 | EXPECT_TRUE (gThis == this); |
no outgoing calls
no test coverage detected