|
| | MOCK_METHOD1 (Decoded, int32_t(const VideoFrame &decodedImage)) |
| |
| | MOCK_METHOD2 (Decoded, int32_t(const VideoFrame &decodedImage, int64_t decode_time_ms)) |
| |
| | MOCK_METHOD1 (ReceivedDecodedReferenceFrame, int32_t(const uint64_t pictureId)) |
| |
| | MOCK_METHOD1 (ReceivedDecodedFrame, int32_t(const uint64_t pictureId)) |
| |
| | MOCK_METHOD1 (Decoded, int32_t(VideoFrame &decodedImage)) |
| |
| | MOCK_METHOD2 (Decoded, int32_t(VideoFrame &decodedImage, int64_t decode_time_ms)) |
| |
| | MOCK_METHOD3 (Decoded, void(VideoFrame &decodedImage, rtc::Optional< int32_t > decode_time_ms, rtc::Optional< uint8_t > qp)) |
| |
| | MOCK_METHOD1 (ReceivedDecodedReferenceFrame, int32_t(const uint64_t pictureId)) |
| |
| | MOCK_METHOD1 (ReceivedDecodedFrame, int32_t(const uint64_t pictureId)) |
| |
| | MOCK_METHOD1 (Decoded, int32_t(const VideoFrame &decodedImage)) |
| |
| | MOCK_METHOD2 (Decoded, int32_t(const VideoFrame &decodedImage, int64_t decode_time_ms)) |
| |
| | MOCK_METHOD1 (ReceivedDecodedReferenceFrame, int32_t(const uint64_t pictureId)) |
| |
| | MOCK_METHOD1 (ReceivedDecodedFrame, int32_t(const uint64_t pictureId)) |
| |
| | MOCK_METHOD1 (Decoded, int32_t(VideoFrame &decodedImage)) |
| |
| | MOCK_METHOD2 (Decoded, int32_t(VideoFrame &decodedImage, int64_t decode_time_ms)) |
| |
| | MOCK_METHOD3 (Decoded, void(VideoFrame &decodedImage, rtc::Optional< int32_t > decode_time_ms, rtc::Optional< uint8_t > qp)) |
| |
| | MOCK_METHOD1 (ReceivedDecodedReferenceFrame, int32_t(const uint64_t pictureId)) |
| |
| | MOCK_METHOD1 (ReceivedDecodedFrame, int32_t(const uint64_t pictureId)) |
| |
| virtual | ~DecodedImageCallback () |
| |
| virtual int32_t | Decoded (VideoFrame &decodedImage)=0 |
| |
| virtual int32_t | Decoded (VideoFrame &decodedImage, int64_t decode_time_ms) |
| |
| virtual void | Decoded (VideoFrame &decodedImage, rtc::Optional< int32_t > decode_time_ms, rtc::Optional< uint8_t > qp) |
| |
| virtual int32_t | ReceivedDecodedReferenceFrame (const uint64_t pictureId) |
| |
| virtual int32_t | ReceivedDecodedFrame (const uint64_t pictureId) |
| |
| virtual | ~DecodedImageCallback () |
| |
| virtual int32_t | Decoded (VideoFrame &decodedImage)=0 |
| |
| virtual int32_t | Decoded (VideoFrame &decodedImage, int64_t decode_time_ms) |
| |
| virtual void | Decoded (VideoFrame &decodedImage, rtc::Optional< int32_t > decode_time_ms, rtc::Optional< uint8_t > qp) |
| |
| virtual int32_t | ReceivedDecodedReferenceFrame (const uint64_t pictureId) |
| |
| virtual int32_t | ReceivedDecodedFrame (const uint64_t pictureId) |
| |