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

#include <vp9_impl.h>

Inheritance diagram for webrtc::VP9DecoderImpl:
webrtc::VP9Decoder webrtc::VP9Decoder webrtc::VideoDecoder webrtc::VideoDecoder webrtc::VideoDecoder webrtc::VideoDecoder

Public Member Functions

 VP9DecoderImpl ()
 
virtual ~VP9DecoderImpl ()
 
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
 
 VP9DecoderImpl ()
 
virtual ~VP9DecoderImpl ()
 
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::VP9Decoder
virtual ~VP9Decoder ()
 
virtual ~VP9Decoder ()
 
- 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::VP9Decoder
static bool IsSupported ()
 
static VP9DecoderCreate ()
 
static bool IsSupported ()
 
static VP9DecoderCreate ()
 

Constructor & Destructor Documentation

◆ VP9DecoderImpl() [1/2]

webrtc::VP9DecoderImpl::VP9DecoderImpl ( )

◆ ~VP9DecoderImpl() [1/2]

webrtc::VP9DecoderImpl::~VP9DecoderImpl ( )
virtual

◆ VP9DecoderImpl() [2/2]

webrtc::VP9DecoderImpl::VP9DecoderImpl ( )

◆ ~VP9DecoderImpl() [2/2]

virtual webrtc::VP9DecoderImpl::~VP9DecoderImpl ( )
virtual

Member Function Documentation

◆ Decode() [1/2]

int webrtc::VP9DecoderImpl::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::VP9DecoderImpl::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::VP9DecoderImpl::ImplementationName ( ) const
overridevirtual

Reimplemented from webrtc::VideoDecoder.

◆ ImplementationName() [2/2]

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

Reimplemented from webrtc::VideoDecoder.

◆ InitDecode() [1/2]

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

◆ InitDecode() [2/2]

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

◆ RegisterDecodeCompleteCallback() [1/2]

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

Implements webrtc::VideoDecoder.

◆ RegisterDecodeCompleteCallback() [2/2]

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

Implements webrtc::VideoDecoder.

◆ Release() [1/2]

int webrtc::VP9DecoderImpl::Release ( )
overridevirtual

Implements webrtc::VideoDecoder.

◆ Release() [2/2]

int webrtc::VP9DecoderImpl::Release ( )
overridevirtual

Implements webrtc::VideoDecoder.


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