Home
last modified time | relevance | path

Searched refs:GST_AUDIO_INFO_POSITION (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-info.h102 #define GST_AUDIO_INFO_POSITION(info,c) ((info)->position[c]) macro
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c268 &GST_AUDIO_INFO_POSITION (info, 0); in gst_fdkaacenc_set_format()
449 &GST_AUDIO_INFO_POSITION (info, 0), self->aac_positions); in gst_fdkaacenc_handle_frame()
/third_party/gstreamer/gstplugins_good/gst/interleave/
Ddeinterleave.c262 position = GST_AUDIO_INFO_POSITION (&self->audio_info, i); in gst_deinterleave_add_new_pads()
309 GST_AUDIO_INFO_POSITION (&info, 0) = in gst_deinterleave_set_pads_caps()
310 GST_AUDIO_INFO_POSITION (&self->audio_info, i); in gst_deinterleave_set_pads_caps()
Dinterleave.c907 g_value_set_enum (val, GST_AUDIO_INFO_POSITION (&info, 0)); in gst_interleave_sink_event()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c488 if (GST_AUDIO_INFO_POSITION (info, n) == position) { in gst_opus_enc_find_channel_position()
519 #define MAPS(idx,pos) (GST_AUDIO_INFO_POSITION (info, (idx)) == GST_AUDIO_CHANNEL_POSITION_##pos) in gst_opus_enc_setup_channel_mappings()
616 GstAudioChannelPosition position = GST_AUDIO_INFO_POSITION (info, n); in gst_opus_enc_setup_channel_mappings()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c949 memcpy (config->channel_positions, &(GST_AUDIO_INFO_POSITION (&info, 0)), in gst_raw_audio_parse_caps_to_config()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.c445 g_value_set_enum (val, GST_AUDIO_INFO_POSITION (&info, 0)); in gst_audio_interleave_setcaps()