webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::TestVp9Impl::FakeDecodeCompleteCallback Class Reference
Inheritance diagram for webrtc::TestVp9Impl::FakeDecodeCompleteCallback:
webrtc::DecodedImageCallback

Public Member Functions

 FakeDecodeCompleteCallback (TestVp9Impl *test)
 
int32_t Decoded (VideoFrame &frame) override
 
int32_t Decoded (VideoFrame &frame, int64_t decode_time_ms) override
 
void Decoded (VideoFrame &frame, rtc::Optional< int32_t > decode_time_ms, rtc::Optional< uint8_t > qp) override
 
- Public Member Functions inherited from webrtc::DecodedImageCallback
virtual ~DecodedImageCallback ()
 
virtual int32_t ReceivedDecodedReferenceFrame (const uint64_t pictureId)
 
virtual int32_t ReceivedDecodedFrame (const uint64_t pictureId)
 
virtual ~DecodedImageCallback ()
 
virtual int32_t ReceivedDecodedReferenceFrame (const uint64_t pictureId)
 
virtual int32_t ReceivedDecodedFrame (const uint64_t pictureId)
 

Constructor & Destructor Documentation

◆ FakeDecodeCompleteCallback()

webrtc::TestVp9Impl::FakeDecodeCompleteCallback::FakeDecodeCompleteCallback ( TestVp9Impl test)
inlineexplicit

Member Function Documentation

◆ Decoded() [1/3]

int32_t webrtc::TestVp9Impl::FakeDecodeCompleteCallback::Decoded ( VideoFrame frame)
inlineoverridevirtual

◆ Decoded() [2/3]

int32_t webrtc::TestVp9Impl::FakeDecodeCompleteCallback::Decoded ( VideoFrame frame,
int64_t  decode_time_ms 
)
inlineoverridevirtual

Reimplemented from webrtc::DecodedImageCallback.

◆ Decoded() [3/3]

void webrtc::TestVp9Impl::FakeDecodeCompleteCallback::Decoded ( VideoFrame frame,
rtc::Optional< int32_t decode_time_ms,
rtc::Optional< uint8_t qp 
)
inlineoverridevirtual

Reimplemented from webrtc::DecodedImageCallback.


The documentation for this class was generated from the following file: