class VP9Picture
Defined at line 25 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.h
Public Members
unique_ptr frame_hdr
optional metadata_for_encoding
Public Methods
void VP9Picture ()
Defined at line 12 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.cc
scoped_refptr<VP9Picture> Duplicate ()
Create a duplicate instance and copy the data to it. It is used to support
VP9 show_existing_frame feature. Return the scoped_refptr pointing to the
duplicate instance, or nullptr on failure.
Defined at line 27 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.cc
void VP9Picture (const VP9Picture & )
Defined at line 29 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.h
VP9Picture & operator= (const VP9Picture & )
Defined at line 30 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.h
Protected Methods
void ~VP9Picture ()
Defined at line 14 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.cc