Home
last modified time | relevance | path

Searched defs:vtctx (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c64 static int videotoolbox_buffer_copy(VTContext *vtctx, in videotoolbox_buffer_copy()
145 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in ff_videotoolbox_avcc_extradata_create() local
338 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in ff_videotoolbox_h264_start_frame() local
353 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_h264_decode_params() local
375 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_common_decode_slice() local
408 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in ff_videotoolbox_uninit() local
426 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_get_context() local
435 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_buffer_create() local
612 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_decoder_callback() local
632 VTContext *vtctx = avctx->internal->hwaccel_priv_data; in videotoolbox_session_decode_frame() local
[all …]
Dvideotoolboxenc.c265 static void set_async_error(VTEncContext *vtctx, int err) in set_async_error()
286 static void clear_frame_queue(VTEncContext *vtctx) in clear_frame_queue()
291 static int vtenc_q_pop(VTEncContext *vtctx, bool wait, CMSampleBufferRef *buf, ExtraSEI **sei) in vtenc_q_pop()
341 static void vtenc_q_push(VTEncContext *vtctx, CMSampleBufferRef buffer, ExtraSEI *sei) in vtenc_q_push()
435 VTEncContext *vtctx = avctx->priv_data; in get_params_size() local
490 VTEncContext *vtctx = avctx->priv_data; in copy_param_sets() local
590 VTEncContext *vtctx = avctx->priv_data; in vtenc_output_callback() local
623 VTEncContext *vtctx = avctx->priv_data; in get_length_code_size() local
658 VTEncContext *vtctx = avctx->priv_data; in get_vt_h264_profile_level() local
763 VTEncContext *vtctx = avctx->priv_data; in get_vt_hevc_profile_level() local
[all …]
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c65 struct virgl_transform_context *vtctx = (struct virgl_transform_context *)ctx; in virgl_tgsi_transform_property() local
84 struct virgl_transform_context *vtctx = (struct virgl_transform_context *)ctx; in virgl_tgsi_transform_instruction() local
/third_party/ffmpeg/fftools/
Dffmpeg_videotoolbox.c146 AVVideotoolboxContext *vtctx = av_videotoolbox_alloc_context(); in videotoolbox_init() local