Home
last modified time | relevance | path

Searched refs:hwaccel_priv_data (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c145 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in ff_videotoolbox_avcc_extradata_create()
338 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in ff_videotoolbox_h264_start_frame()
353 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_h264_decode_params()
375 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_common_decode_slice()
408 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in ff_videotoolbox_uninit()
425 if (avctx->internal && avctx->internal->hwaccel_priv_data) { in videotoolbox_get_context()
426 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_get_context()
435 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_buffer_create()
612 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_decoder_callback()
632 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_session_decode_frame()
[all …]
Dvaapi_decode.c36 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_make_param_buffer()
66 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_make_slice_buffer()
126 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_destroy_buffers()
154 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_issue()
352 if (avctx->internal->hwaccel_priv_data) { in vaapi_decode_find_best_format()
353 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in vaapi_decode_find_best_format()
636 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_init()
725 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_uninit()
Dnvdec.c264 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_decode_uninit()
332 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_decode_init()
561 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_start_frame()
603 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_start_frame_sep_ref()
637 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_end_frame()
667 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_simple_end_frame()
676 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in ff_nvdec_simple_decode_slice()
Dvdpau.c141 VDPAUContext *vdctx = avctx->internal->hwaccel_priv_data; in ff_vdpau_common_init()
290 VDPAUContext *vdctx = avctx->internal->hwaccel_priv_data; in ff_vdpau_common_uninit()
314 VDPAUContext *vdctx = avctx->internal->hwaccel_priv_data; in ff_vdpau_common_reinit()
339 VDPAUContext *vdctx = avctx->internal->hwaccel_priv_data; in ff_vdpau_common_end_frame()
Dnvdec_h264.c54 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()
Dnvdec_mjpeg.c33 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_mjpeg_start_frame()
Dnvdec_hevc.c77 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()
Dnvdec_vp8.c38 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_vp8_start_frame()
Dnvdec_mpeg4.c33 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_mpeg4_start_frame()
Dnvdec_mpeg12.c32 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_mpeg12_start_frame()
Dinternal.h180 void *hwaccel_priv_data; member
Dnvdec_vc1.c33 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_vc1_start_frame()
Dnvdec_av1.c47 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()
Dpthread_frame.c243 avctx->internal->hwaccel_priv_data = NULL; in frame_worker_thread()
462 FFSWAP(void*, p->avctx->internal->hwaccel_priv_data, fctx->stash_hwaccel_priv); in submit_packet()
674 p->parent->stash_hwaccel_priv = avctx->internal->hwaccel_priv_data; in ff_thread_finish_setup()
828 FFSWAP(void*, avctx->internal->hwaccel_priv_data, fctx->stash_hwaccel_priv); in ff_frame_thread_free()
Ddxva2_internal.h97 #define DXVA_SHARED_CONTEXT(avctx) ((FFDXVASharedContext *)((avctx)->internal->hwaccel_priv_data))
Dnvdec_vp9.c36 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_vp9_start_frame()
Ddxva2_av1.c296 struct AV1DXVAContext *ctx = avctx->internal->hwaccel_priv_data; in dxva2_av1_decode_slice()
449 struct AV1DXVAContext *ctx = avctx->internal->hwaccel_priv_data; in dxva2_av1_uninit()
Ddecode.c1292 avctx->internal->hwaccel_priv_data = in hwaccel_init()
1294 if (!avctx->internal->hwaccel_priv_data) in hwaccel_init()
1305 av_freep(&avctx->internal->hwaccel_priv_data); in hwaccel_init()
1319 av_freep(&avctx->internal->hwaccel_priv_data); in hwaccel_uninit()
Davcodec.c614 av_freep(&avctx->internal->hwaccel_priv_data); in avcodec_close()