|
FFmpeg
|
#include <cbs_vp9.h>
Data Fields | |
| VP9RawFrameHeader | header |
| uint8_t * | data |
| size_t | data_size |
| AVBufferRef * | data_ref |
| VP9RawFrameHeader VP9RawFrame::header |
Definition at line 165 of file cbs_vp9.h.
Referenced by vp9_metadata_filter().
| uint8_t* VP9RawFrame::data |
Definition at line 167 of file cbs_vp9.h.
Referenced by cbs_vp9_read_unit(), and cbs_vp9_write_unit().
| size_t VP9RawFrame::data_size |
Definition at line 168 of file cbs_vp9.h.
Referenced by cbs_vp9_read_unit(), and cbs_vp9_write_unit().
| AVBufferRef* VP9RawFrame::data_ref |
Definition at line 169 of file cbs_vp9.h.
Referenced by cbs_vp9_free_frame(), and cbs_vp9_read_unit().
1.8.6