Searched refs:out_f (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-channel-mixer.c | 379 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/ |
D | gstvadeinterlace.c | 579 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/ |
D | vf_chromaber_vulkan.c | 172 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);
|
D | vf_avgblur_vulkan.c | 202 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);
|
D | vf_overlay_vulkan.c | 229 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);
|
D | vf_scale_vulkan.c | 294 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/ |
D | php-upb.c | 5785 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/ |
D | upb.c | 5283 const upb_symtab *ext_pool, const upb_fielddef **out_f, in upb_msg_next() argument 5312 *out_f = f; in upb_msg_next()
|