FFmpeg
4.0
|
#include <libavcodec/nvdec.h>
Data Fields | |
CUVIDPICPARAMS | pic_params |
AVBufferPool * | decoder_pool |
AVBufferRef * | decoder_ref |
uint8_t * | bitstream |
int | bitstream_len |
unsigned int | bitstream_allocated |
unsigned * | slice_offsets |
int | nb_slices |
unsigned int | slice_offsets_allocated |
CUVIDPICPARAMS NVDECContext::pic_params |
Definition at line 51 of file nvdec.h.
Referenced by ff_nvdec_end_frame(), nvdec_h264_decode_slice(), nvdec_h264_start_frame(), nvdec_hevc_start_frame(), nvdec_mjpeg_start_frame(), nvdec_mpeg12_start_frame(), nvdec_mpeg4_start_frame(), nvdec_vc1_start_frame(), nvdec_vp8_start_frame(), and nvdec_vp9_start_frame().
AVBufferPool* NVDECContext::decoder_pool |
Definition at line 53 of file nvdec.h.
Referenced by ff_nvdec_decode_init(), ff_nvdec_decode_uninit(), and ff_nvdec_start_frame().
AVBufferRef* NVDECContext::decoder_ref |
Definition at line 55 of file nvdec.h.
Referenced by ff_nvdec_decode_init(), ff_nvdec_decode_uninit(), ff_nvdec_end_frame(), and ff_nvdec_start_frame().
uint8_t* NVDECContext::bitstream |
Definition at line 57 of file nvdec.h.
Referenced by ff_nvdec_decode_uninit(), ff_nvdec_end_frame(), ff_nvdec_simple_decode_slice(), ff_nvdec_simple_end_frame(), nvdec_h264_decode_slice(), and nvdec_hevc_decode_slice().
int NVDECContext::bitstream_len |
Definition at line 58 of file nvdec.h.
Referenced by ff_nvdec_decode_uninit(), ff_nvdec_end_frame(), ff_nvdec_simple_decode_slice(), ff_nvdec_start_frame(), nvdec_h264_decode_slice(), and nvdec_hevc_decode_slice().
unsigned int NVDECContext::bitstream_allocated |
Definition at line 59 of file nvdec.h.
Referenced by ff_nvdec_decode_uninit(), nvdec_h264_decode_slice(), and nvdec_hevc_decode_slice().
unsigned* NVDECContext::slice_offsets |
Definition at line 61 of file nvdec.h.
Referenced by ff_nvdec_decode_uninit(), ff_nvdec_end_frame(), ff_nvdec_simple_decode_slice(), nvdec_h264_decode_slice(), and nvdec_hevc_decode_slice().
int NVDECContext::nb_slices |
Definition at line 62 of file nvdec.h.
Referenced by ff_nvdec_decode_uninit(), ff_nvdec_end_frame(), ff_nvdec_simple_decode_slice(), ff_nvdec_start_frame(), nvdec_h264_decode_slice(), and nvdec_hevc_decode_slice().
unsigned int NVDECContext::slice_offsets_allocated |
Definition at line 63 of file nvdec.h.
Referenced by ff_nvdec_decode_uninit(), ff_nvdec_simple_decode_slice(), nvdec_h264_decode_slice(), and nvdec_hevc_decode_slice().