class VP9Picture
Defined at line 23 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 11 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.cc
scoped_refptr<VP9Picture> Duplicate ()
Create a copy of this picture (used to implement show_existing_frame).
Defined at line 26 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.cc
void VP9Picture (const VP9Picture & )
Defined at line 27 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.h
VP9Picture & operator= (const VP9Picture & )
Defined at line 28 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.h
Protected Methods
void ~VP9Picture ()
Defined at line 13 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.cc
scoped_refptr<VP9Picture> CreateDuplicate ()
Create an instance of the same class, and copy any accelerator-specific
fields. Used by Duplicate() which handles copying CodecPicture and
VP9Picture fields.
All subclasses should override this method.
Defined at line 45 of file ../../src/media/third_party/chromium_media/media/gpu/vp9_picture.cc