Home
last modified time | relevance | path

Searched refs:out_f (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-channel-mixer.c379 gint out_f[3] = { -1, -1, -1 }; in gst_audio_channel_mixer_fill_others() local
400 out_f, &out_has_front, in gst_audio_channel_mixer_fill_others()
426 gst_audio_channel_mixer_fill_one_other (matrix, in_c, out_f, in gst_audio_channel_mixer_fill_others()
439 gst_audio_channel_mixer_fill_one_other (matrix, in_c, out_f, in gst_audio_channel_mixer_fill_others()
442 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_f, in gst_audio_channel_mixer_fill_others()
445 gst_audio_channel_mixer_fill_one_other (matrix, in_c, out_f, in gst_audio_channel_mixer_fill_others()
447 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_f, in gst_audio_channel_mixer_fill_others()
451 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_f, in gst_audio_channel_mixer_fill_others()
487 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_f, in gst_audio_channel_mixer_fill_others()
493 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_f, in gst_audio_channel_mixer_fill_others()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadeinterlace.c579 GstCapsFeatures *out_f; in gst_va_deinterlace_fixate_caps() local
613 out_f = gst_caps_get_features (othercaps, 0); in gst_va_deinterlace_fixate_caps()
618 && (gst_caps_features_contains (out_f, GST_CAPS_FEATURE_MEMORY_VA) in gst_va_deinterlace_fixate_caps()
619 || gst_caps_features_contains (out_f, GST_CAPS_FEATURE_MEMORY_DMABUF) in gst_va_deinterlace_fixate_caps()
620 || gst_caps_features_contains (out_f, in gst_va_deinterlace_fixate_caps()
/third_party/ffmpeg/libavfilter/
Dvf_chromaber_vulkan.c172 static int process_frames(AVFilterContext *avctx, AVFrame *out_f, AVFrame *in_f)
178 AVVkFrame *out = (AVVkFrame *)out_f->data[0];
253 ff_vk_add_exec_dep(avctx, s->exec, out_f, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT);
Dvf_avgblur_vulkan.c202 static int process_frames(AVFilterContext *avctx, AVFrame *out_f, AVFrame *tmp_f, AVFrame *in_f)
209 AVVkFrame *out = (AVVkFrame *)out_f->data[0];
308 ff_vk_add_exec_dep(avctx, s->exec, out_f, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT);
Dvf_overlay_vulkan.c229 static int process_frames(AVFilterContext *avctx, AVFrame *out_f,
237 AVVkFrame *out = (AVVkFrame *)out_f->data[0];
336 ff_vk_add_exec_dep(avctx, s->exec, out_f, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT);
Dvf_scale_vulkan.c294 static int process_frames(AVFilterContext *avctx, AVFrame *out_f, AVFrame *in_f)
300 AVVkFrame *out = (AVVkFrame *)out_f->data[0];
381 ff_vk_add_exec_dep(avctx, s->exec, out_f, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT);
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c5785 const upb_symtab *ext_pool, const upb_fielddef **out_f, in upb_msg_next() argument
5815 *out_f = f; in upb_msg_next()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5283 const upb_symtab *ext_pool, const upb_fielddef **out_f, in upb_msg_next() argument
5312 *out_f = f; in upb_msg_next()