Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackcommon.c139 const GstAudioChannelPosition gst_pos; member
183 if (layout_mapping[i].gst_pos == GST_AUDIO_CHANNEL_POSITION_INVALID) { in gst_wavpack_get_channel_positions()
189 pos[p] = layout_mapping[i].gst_pos; in gst_wavpack_get_channel_positions()
215 pos[i] = layout_mapping[i].gst_pos; in gst_wavpack_get_default_channel_positions()
236 if (pos[i] == layout_mapping[j].gst_pos) { in gst_wavpack_get_channel_mask_from_positions()
255 if (pos[i] == layout_mapping[j].gst_pos) { in gst_wavpack_set_channel_mapping()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacdec.c199 GstAudioChannelPosition pos[64], gst_pos[64]; in gst_fdkaacdec_handle_frame() local
381 memcpy (gst_pos, pos, in gst_fdkaacdec_handle_frame()
383 if (!gst_audio_channel_positions_to_valid_order (gst_pos, in gst_fdkaacdec_handle_frame()
390 memcmp (pos, gst_pos, in gst_fdkaacdec_handle_frame()
394 stream_info->sampleRate, stream_info->numChannels, gst_pos); in gst_fdkaacdec_handle_frame()
409 GST_AUDIO_INFO_CHANNELS (&info), pos, gst_pos); in gst_fdkaacdec_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c83 GstAudioChannelPosition gst_pos; member
341 mask |= G_GUINT64_CONSTANT (1) << wasapi_to_gst_pos[i].gst_pos; in gst_wasapi2_util_waveformatex_to_channel_mask()
342 pos[ch++] = wasapi_to_gst_pos[i].gst_pos; in gst_wasapi2_util_waveformatex_to_channel_mask()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c39 GstAudioChannelPosition gst_pos; member
276 if (pos[j] == gst_pa_pos_table[i].gst_pos) { in gst_pulse_gst_to_channel_map()
316 pos[j] = gst_pa_pos_table[i].gst_pos; in gst_pulse_channel_map_to_gst()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstwavpackparse.c206 const GstAudioChannelPosition gst_pos; member
250 if (layout_mapping[i].gst_pos == GST_AUDIO_CHANNEL_POSITION_INVALID) { in gst_wavpack_get_channel_positions()
256 pos[p] = layout_mapping[i].gst_pos; in gst_wavpack_get_channel_positions()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c89 GstAudioChannelPosition gst_pos; member
731 mask |= G_GUINT64_CONSTANT (1) << wasapi_to_gst_pos[ii].gst_pos; in gst_wasapi_util_waveformatex_to_channel_mask()
732 pos[ch++] = wasapi_to_gst_pos[ii].gst_pos; in gst_wasapi_util_waveformatex_to_channel_mask()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsa.c725 static const GstAudioChannelPosition gst_pos[SND_CHMAP_LAST + 1] = { variable
766 pos[c] = gst_pos[chmap->pos[c]]; in alsa_chmap_to_channel_positions()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/
Driff-media.c1026 const GstAudioChannelPosition gst_pos; member
1076 channel_mask |= G_GUINT64_CONSTANT (1) << layout_mapping[i].gst_pos; in gst_riff_wavext_add_channel_mask()
1077 from[p] = layout_mapping[i].gst_pos; in gst_riff_wavext_add_channel_mask()