#include <vp8.h>
|
virtual | ~VP8Decoder () |
|
virtual | ~VP8Decoder () |
|
virtual | ~VideoDecoder () |
|
virtual int32_t | InitDecode (const VideoCodec *codec_settings, int32_t number_of_cores)=0 |
|
virtual int32_t | Decode (const EncodedImage &input_image, bool missing_frames, const RTPFragmentationHeader *fragmentation, const CodecSpecificInfo *codec_specific_info=NULL, int64_t render_time_ms=-1)=0 |
|
virtual int32_t | RegisterDecodeCompleteCallback (DecodedImageCallback *callback)=0 |
|
virtual int32_t | Release ()=0 |
|
virtual bool | PrefersLateDecoding () const |
|
virtual const char * | ImplementationName () const |
|
virtual | ~VideoDecoder () |
|
virtual int32_t | InitDecode (const VideoCodec *codec_settings, int32_t number_of_cores)=0 |
|
virtual int32_t | Decode (const EncodedImage &input_image, bool missing_frames, const RTPFragmentationHeader *fragmentation, const CodecSpecificInfo *codec_specific_info=NULL, int64_t render_time_ms=-1)=0 |
|
virtual int32_t | RegisterDecodeCompleteCallback (DecodedImageCallback *callback)=0 |
|
virtual int32_t | Release ()=0 |
|
virtual bool | PrefersLateDecoding () const |
|
virtual const char * | ImplementationName () const |
|
◆ ~VP8Decoder() [1/2]
virtual webrtc::VP8Decoder::~VP8Decoder |
( |
| ) |
|
|
inlinevirtual |
◆ ~VP8Decoder() [2/2]
virtual webrtc::VP8Decoder::~VP8Decoder |
( |
| ) |
|
|
inlinevirtual |
◆ Create() [1/2]
◆ Create() [2/2]
◆ IsSupported() [1/2]
static bool webrtc::VP8Decoder::IsSupported |
( |
| ) |
|
|
static |
◆ IsSupported() [2/2]
bool webrtc::VP8Decoder::IsSupported |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/video_coding/codecs/vp8/include/vp8.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/vp8_noop.cc