| 39 | return 4; |
| 40 | } |
| 41 | virtual int EXTAPI EncodeFrame (const SSourcePicture* kpSrcPic, |
| 42 | SFrameBSInfo* pBsInfo) { |
| 43 | EXPECT_TRUE (gThis == this); |
| 44 | return 5; |
| 45 | } |
| 46 | virtual int EXTAPI EncodeParameterSets (SFrameBSInfo* pBsInfo) { |
| 47 | EXPECT_TRUE (gThis == this); |
| 48 | return 6; |
no outgoing calls
no test coverage detected