|
FFmpeg
|
#include <hevcdec.h>
Data Fields | ||
| union { | ||
| struct { | ||
| AVFrame * f | ||
| } | ||
| ProgressFrame tf | ||
| }; | ||
| AVFrame * | frame_grain | |
| int | needs_fg | |
| MvField * | tab_mvf | |
| RefStruct reference. | ||
| RefPicList * | refPicList | |
| RefPicListTab ** | rpl_tab | |
| RefStruct reference. | ||
| int | ctb_count | |
| int | poc | |
| const HEVCPPS * | pps | |
| RefStruct reference. | ||
| RefPicListTab * | rpl | |
| RefStruct reference. | ||
| int | nb_rpl_elems | |
| void * | hwaccel_picture_private | |
| RefStruct reference. | ||
| int | base_layer_frame | |
| uint8_t | flags | |
| A combination of HEVC_FRAME_FLAG_*. | ||
| AVFrame* HEVCFrame::f |
Definition at line 363 of file hevcdec.h.
Referenced by ff_dxva2_hevc_fill_picture_parameters(), fill_vaapi_pic(), find_frame_rps_type(), hls_prediction_unit(), vk_hevc_end_frame(), vk_hevc_fill_pict(), and vk_hevc_start_frame().
| ProgressFrame HEVCFrame::tf |
Definition at line 365 of file hevcdec.h.
Referenced by decode_nal_units().
| union { ... } HEVCFrame |
| AVFrame* HEVCFrame::frame_grain |
Definition at line 367 of file hevcdec.h.
Referenced by hevc_decode_free(), and hevc_init_context().
| RefPicList* HEVCFrame::refPicList |
| RefPicListTab** HEVCFrame::rpl_tab |
| int HEVCFrame::poc |
Definition at line 373 of file hevcdec.h.
Referenced by ff_hevc_frame_rps(), fill_vaapi_pic(), find_frame_rps_type(), and vk_hevc_fill_pict().
| RefPicListTab* HEVCFrame::rpl |
| void* HEVCFrame::hwaccel_picture_private |
RefStruct reference.
Definition at line 379 of file hevcdec.h.
Referenced by commit_bitstream_and_slice_buffer(), d3d12va_hevc_decode_slice(), dxva2_hevc_decode_slice(), update_input_arguments(), vdpau_hevc_start_frame(), vk_hevc_end_frame(), vk_hevc_fill_pict(), and vk_hevc_start_frame().
| uint8_t HEVCFrame::flags |
A combination of HEVC_FRAME_FLAG_*.
Definition at line 388 of file hevcdec.h.
Referenced by ff_dxva2_hevc_fill_picture_parameters(), fill_vaapi_pic(), fill_vaapi_reference_frames(), and vk_hevc_fill_pict().