webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::VP8DecoderImpl Class Reference

#include <vp8_impl.h>

Inheritance diagram for webrtc::VP8DecoderImpl:
webrtc::VP8Decoder webrtc::VP8Decoder webrtc::VideoDecoder webrtc::VideoDecoder webrtc::VideoDecoder webrtc::VideoDecoder

Public Member Functions

 VP8DecoderImpl ()
 
virtual ~VP8DecoderImpl ()
 
int InitDecode (const VideoCodec *inst, int number_of_cores) override
 
int Decode (const EncodedImage &input_image, bool missing_frames, const RTPFragmentationHeader *fragmentation, const CodecSpecificInfo *codec_specific_info, int64_t) override
 
int RegisterDecodeCompleteCallback (DecodedImageCallback *callback) override
 
int Release () override
 
const char * ImplementationName () const override
 
 VP8DecoderImpl ()
 
virtual ~VP8DecoderImpl ()
 
int InitDecode (const VideoCodec *inst, int number_of_cores) override
 
int Decode (const EncodedImage &input_image, bool missing_frames, const RTPFragmentationHeader *fragmentation, const CodecSpecificInfo *codec_specific_info, int64_t) override
 
int RegisterDecodeCompleteCallback (DecodedImageCallback *callback) override
 
int Release () override
 
const char * ImplementationName () const override
 
- Public Member Functions inherited from webrtc::VP8Decoder
virtual ~VP8Decoder ()
 
virtual ~VP8Decoder ()
 
- Public Member Functions inherited from webrtc::VideoDecoder
virtual ~VideoDecoder ()
 
virtual int32_t InitDecode (const VideoCodec *codec_settings, int32_t number_of_cores)=0
 
virtual bool PrefersLateDecoding () const
 
virtual ~VideoDecoder ()
 
virtual int32_t InitDecode (const VideoCodec *codec_settings, int32_t number_of_cores)=0
 
virtual bool PrefersLateDecoding () const
 

Additional Inherited Members

- Static Public Member Functions inherited from webrtc::VP8Decoder
static bool IsSupported ()
 
static VP8DecoderCreate ()
 
static bool IsSupported ()
 
static VP8DecoderCreate ()
 

Constructor & Destructor Documentation

◆ VP8DecoderImpl() [1/2]

webrtc::VP8DecoderImpl::VP8DecoderImpl ( )

◆ ~VP8DecoderImpl() [1/2]

webrtc::VP8DecoderImpl::~VP8DecoderImpl ( )
virtual

◆ VP8DecoderImpl() [2/2]

webrtc::VP8DecoderImpl::VP8DecoderImpl ( )

◆ ~VP8DecoderImpl() [2/2]

virtual webrtc::VP8DecoderImpl::~VP8DecoderImpl ( )
virtual

Member Function Documentation

◆ Decode() [1/2]

int webrtc::VP8DecoderImpl::Decode ( const EncodedImage input_image,
bool  missing_frames,
const RTPFragmentationHeader fragmentation,
const CodecSpecificInfo codec_specific_info,
int64_t   
)
overridevirtual

Implements webrtc::VideoDecoder.

◆ Decode() [2/2]

int webrtc::VP8DecoderImpl::Decode ( const EncodedImage input_image,
bool  missing_frames,
const RTPFragmentationHeader fragmentation,
const CodecSpecificInfo codec_specific_info,
int64_t   
)
overridevirtual

Implements webrtc::VideoDecoder.

◆ ImplementationName() [1/2]

const char * webrtc::VP8DecoderImpl::ImplementationName ( ) const
overridevirtual

Reimplemented from webrtc::VideoDecoder.

◆ ImplementationName() [2/2]

const char* webrtc::VP8DecoderImpl::ImplementationName ( ) const
overridevirtual

Reimplemented from webrtc::VideoDecoder.

◆ InitDecode() [1/2]

int webrtc::VP8DecoderImpl::InitDecode ( const VideoCodec inst,
int  number_of_cores 
)
override

◆ InitDecode() [2/2]

int webrtc::VP8DecoderImpl::InitDecode ( const VideoCodec inst,
int  number_of_cores 
)
override

◆ RegisterDecodeCompleteCallback() [1/2]

int webrtc::VP8DecoderImpl::RegisterDecodeCompleteCallback ( DecodedImageCallback callback)
overridevirtual

Implements webrtc::VideoDecoder.

◆ RegisterDecodeCompleteCallback() [2/2]

int webrtc::VP8DecoderImpl::RegisterDecodeCompleteCallback ( DecodedImageCallback callback)
overridevirtual

Implements webrtc::VideoDecoder.

◆ Release() [1/2]

int webrtc::VP8DecoderImpl::Release ( )
overridevirtual

Implements webrtc::VideoDecoder.

◆ Release() [2/2]

int webrtc::VP8DecoderImpl::Release ( )
overridevirtual

Implements webrtc::VideoDecoder.


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