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

Public Member Functions

 Vp8SequenceCoderDecodeCallback (FILE *decoded_file)
 
int32_t Decoded (webrtc::VideoFrame &frame) override
 
int32_t Decoded (webrtc::VideoFrame &frame, int64_t decode_time_ms) override
 
bool DecodeComplete ()
 
- Public Member Functions inherited from webrtc::DecodedImageCallback
virtual ~DecodedImageCallback ()
 
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 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)
 

Constructor & Destructor Documentation

◆ Vp8SequenceCoderDecodeCallback()

Vp8SequenceCoderDecodeCallback::Vp8SequenceCoderDecodeCallback ( FILE *  decoded_file)
inlineexplicit

Member Function Documentation

◆ DecodeComplete()

bool Vp8SequenceCoderDecodeCallback::DecodeComplete ( )

◆ Decoded() [1/2]

int Vp8SequenceCoderDecodeCallback::Decoded ( webrtc::VideoFrame frame)
overridevirtual

◆ Decoded() [2/2]

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

Reimplemented from webrtc::DecodedImageCallback.


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