FFmpeg
|
Data Fields | |
DXVA_PicParams_HEVC | pp |
DXVA_Qmatrix_HEVC | qm |
unsigned | slice_count |
DXVA_Slice_HEVC_Short | slice_short [MAX_SLICES] |
const uint8_t * | bitstream |
unsigned | bitstream_size |
Definition at line 34 of file dxva2_hevc.c.
DXVA_PicParams_HEVC hevc_dxva2_picture_context::pp |
Definition at line 35 of file dxva2_hevc.c.
Referenced by dxva2_hevc_end_frame(), and dxva2_hevc_start_frame().
DXVA_Qmatrix_HEVC hevc_dxva2_picture_context::qm |
Definition at line 36 of file dxva2_hevc.c.
Referenced by dxva2_hevc_end_frame(), and dxva2_hevc_start_frame().
unsigned hevc_dxva2_picture_context::slice_count |
Definition at line 37 of file dxva2_hevc.c.
Referenced by commit_bitstream_and_slice_buffer(), dxva2_hevc_decode_slice(), dxva2_hevc_end_frame(), and dxva2_hevc_start_frame().
DXVA_Slice_HEVC_Short hevc_dxva2_picture_context::slice_short[MAX_SLICES] |
Definition at line 38 of file dxva2_hevc.c.
Referenced by commit_bitstream_and_slice_buffer(), and dxva2_hevc_decode_slice().
const uint8_t* hevc_dxva2_picture_context::bitstream |
Definition at line 39 of file dxva2_hevc.c.
Referenced by commit_bitstream_and_slice_buffer(), dxva2_hevc_decode_slice(), and dxva2_hevc_start_frame().
unsigned hevc_dxva2_picture_context::bitstream_size |
Definition at line 40 of file dxva2_hevc.c.
Referenced by dxva2_hevc_decode_slice(), dxva2_hevc_end_frame(), and dxva2_hevc_start_frame().