class VP9Decoder
Defined at line 31 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.h
This class implements an AcceleratedVideoDecoder for VP9 decoding.
Clients of this class are expected to pass raw VP9 stream and are expected
to provide an implementation of VP9Accelerator for offloading final steps
of the decoding process.
This class must be created, called and destroyed on a single thread, and
does nothing internally on any other thread.
Public Methods
void VP9Decoder (std::unique_ptr<VP9Accelerator>accelerator,VideoCodecProfileprofile,const VideoColorSpace &container_color_space)
Defined at line 110 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
void ~VP9Decoder ()
Defined at line 119 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
void VP9Decoder (const VP9Decoder & )
Defined at line 120 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.h
VP9Decoder & operator= (const VP9Decoder & )
Defined at line 121 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.h
void SetStream (int32_t id, scoped_refptr<DecoderBuffer> decoder_buffer)
AcceleratedVideoDecoder implementation.
Defined at line 121 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
void set_ignore_resolution_changes_to_smaller_for_testing (bool value)
Defined at line 141 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.h
bool Flush ()
Defined at line 145 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
void Reset ()
Defined at line 151 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
DecodeResult Decode ()
Defined at line 168 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
gfx::Size GetPicSize ()
Defined at line 421 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
gfx::Rect GetVisibleRect ()
Defined at line 425 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
VideoCodecProfile GetProfile ()
Defined at line 429 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
uint8_t GetBitDepth ()
Defined at line 433 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
VideoChromaSampling GetChromaSampling ()
Defined at line 437 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
VideoColorSpace GetVideoColorSpace ()
Defined at line 441 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
size_t GetRequiredNumOfPictures ()
Defined at line 445 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
size_t GetNumReferenceFrames ()
Defined at line 450 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc
bool IsCurrentFrameKeyframe ()
Defined at line 455 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_decoder.cc