Searched refs:NVDECContext (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | nvdec_vc1.c | 36 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_vc1_start_frame() 127 .priv_data_size = sizeof(NVDECContext), 142 .priv_data_size = sizeof(NVDECContext),
|
H A D | nvdec_mpeg12.c | 35 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_mpeg12_start_frame() 113 .priv_data_size = sizeof(NVDECContext), 129 .priv_data_size = sizeof(NVDECContext),
|
H A D | nvdec_mjpeg.c | 35 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_mjpeg_start_frame() 86 .priv_data_size = sizeof(NVDECContext),
|
H A D | nvdec.h | 52 typedef struct NVDECContext { struct 69 } NVDECContext; typedef
|
H A D | nvdec.c | 265 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_decode_uninit() 333 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_decode_init() 562 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_start_frame() 604 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_start_frame_sep_ref() 638 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_end_frame() 668 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_simple_end_frame() 677 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_simple_decode_slice()
|
H A D | nvdec_vp8.c | 38 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_vp8_start_frame() 104 .priv_data_size = sizeof(NVDECContext),
|
H A D | nvdec_h264.c | 54 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_h264_start_frame() 134 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_h264_decode_slice() 183 .priv_data_size = sizeof(NVDECContext),
|
H A D | nvdec_mpeg4.c | 35 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_mpeg4_start_frame() 123 .priv_data_size = sizeof(NVDECContext),
|
H A D | nvdec_hevc.c | 77 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_hevc_start_frame() 273 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_hevc_decode_slice() 306 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_hevc_decode_init() 322 .priv_data_size = sizeof(NVDECContext),
|
H A D | nvdec_vp9.c | 36 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_vp9_start_frame() 183 .priv_data_size = sizeof(NVDECContext),
|
H A D | nvdec_av1.c | 47 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_av1_start_frame() 291 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_av1_decode_slice() 351 .priv_data_size = sizeof(NVDECContext),
|
Completed in 5 milliseconds