FFmpeg
|
#include <av1dec.h>
Data Fields | |
AVFrame * | f |
AVBufferRef * | hwaccel_priv_buf |
void * | hwaccel_picture_private |
AVBufferRef * | header_ref |
AV1RawFrameHeader * | raw_frame_header |
int | temporal_id |
int | spatial_id |
uint8_t | gm_invalid [AV1_NUM_REF_FRAMES] |
uint8_t | gm_type [AV1_NUM_REF_FRAMES] |
int32_t | gm_params [AV1_NUM_REF_FRAMES][6] |
uint8_t | skip_mode_frame_idx [2] |
AV1RawFilmGrainParams | film_grain |
uint8_t | coded_lossless |
AVFrame* AV1Frame::f |
Definition at line 36 of file av1dec.h.
Referenced by av1_frame_ref(), vaapi_av1_surface_id(), vk_av1_end_frame(), vk_av1_fill_pict(), and vk_av1_start_frame().
AVBufferRef* AV1Frame::hwaccel_priv_buf |
Definition at line 38 of file av1dec.h.
Referenced by av1_frame_ref().
void* AV1Frame::hwaccel_picture_private |
Definition at line 39 of file av1dec.h.
Referenced by av1_frame_ref(), vk_av1_end_frame(), vk_av1_fill_pict(), and vk_av1_start_frame().
AVBufferRef* AV1Frame::header_ref |
Definition at line 41 of file av1dec.h.
Referenced by av1_frame_ref().
AV1RawFrameHeader* AV1Frame::raw_frame_header |
Definition at line 42 of file av1dec.h.
Referenced by av1_frame_ref(), and vk_av1_fill_pict().
int AV1Frame::temporal_id |
Definition at line 44 of file av1dec.h.
Referenced by av1_frame_ref().
int AV1Frame::spatial_id |
Definition at line 45 of file av1dec.h.
Referenced by av1_frame_ref().
uint8_t AV1Frame::gm_invalid[AV1_NUM_REF_FRAMES] |
Definition at line 47 of file av1dec.h.
Referenced by av1_frame_ref().
uint8_t AV1Frame::gm_type[AV1_NUM_REF_FRAMES] |
Definition at line 48 of file av1dec.h.
Referenced by av1_frame_ref().
int32_t AV1Frame::gm_params[AV1_NUM_REF_FRAMES][6] |
Definition at line 49 of file av1dec.h.
Referenced by av1_frame_ref().
uint8_t AV1Frame::skip_mode_frame_idx[2] |
Definition at line 51 of file av1dec.h.
Referenced by av1_frame_ref().
AV1RawFilmGrainParams AV1Frame::film_grain |
Definition at line 53 of file av1dec.h.
Referenced by av1_frame_ref().
uint8_t AV1Frame::coded_lossless |
Definition at line 55 of file av1dec.h.
Referenced by av1_frame_ref().