Home
last modified time | relevance | path

Searched refs:opus_pos (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c339 memcpy (dec->opus_pos, pos, sizeof (pos[0]) * dec->n_channels); in gst_opus_dec_negotiate()
340 gst_audio_channel_positions_to_valid_order (dec->opus_pos, dec->n_channels); in gst_opus_dec_negotiate()
346 dec->sample_rate, dec->n_channels, pos ? dec->opus_pos : NULL); in gst_opus_dec_negotiate()
351 memcpy (dec->opus_pos, pos, sizeof (pos[0]) * dec->n_channels); in gst_opus_dec_negotiate()
353 dec->opus_pos[0] = GST_AUDIO_CHANNEL_POSITION_INVALID; in gst_opus_dec_negotiate()
779 } else if (dec->opus_pos[0] != GST_AUDIO_CHANNEL_POSITION_INVALID) { in opus_dec_chain_parse_data()
781 dec->n_channels, dec->opus_pos, dec->info.position); in opus_dec_chain_parse_data()
Dgstopusdec.h60 GstAudioChannelPosition opus_pos[64]; member