Home
last modified time | relevance | path

Searched refs:channel_positions (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.c334 self->channel_positions != NULL && in gst_audio_interleave_get_channel_mask()
335 self->channels == self->channel_positions->n_values) { in gst_audio_interleave_get_channel_mask()
337 (self->channel_positions, self->default_channels_ordering_map, in gst_audio_interleave_get_channel_mask()
632 self->channel_positions = self->input_channel_positions; in gst_audio_interleave_init()
640 if (self->channel_positions in gst_audio_interleave_finalize()
641 && self->channel_positions != self->input_channel_positions) { in gst_audio_interleave_finalize()
642 g_value_array_free (self->channel_positions); in gst_audio_interleave_finalize()
643 self->channel_positions = NULL; in gst_audio_interleave_finalize()
665 if (self->channel_positions && in gst_audio_interleave_set_property()
666 self->channel_positions != self->input_channel_positions) in gst_audio_interleave_set_property()
[all …]
Dgstaudiointerleave.h54 GValueArray *channel_positions; member
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c474 config->channel_positions[i] = g_value_get_enum (val); in gst_raw_audio_parse_set_property()
551 g_assert (config->channel_positions); in gst_raw_audio_parse_get_property()
557 g_value_set_enum (&val, config->channel_positions[i]); in gst_raw_audio_parse_get_property()
720 config_ptr->channel_positions, config_ptr->reordered_channel_positions); in gst_raw_audio_parse_process()
838 channel_mask, config->channel_positions); in gst_raw_audio_parse_set_config_channels()
857 if (gst_audio_check_valid_channel_positions (config->channel_positions, in gst_raw_audio_parse_update_channel_reordering_flag()
865 memcpy (config->reordered_channel_positions, config->channel_positions, in gst_raw_audio_parse_update_channel_reordering_flag()
949 memcpy (config->channel_positions, &(GST_AUDIO_INFO_POSITION (&info, 0)), in gst_raw_audio_parse_caps_to_config()
1015 GstAudioChannelPosition *channel_positions; in gst_raw_audio_parse_config_to_caps() local
1026 channel_positions = in gst_raw_audio_parse_config_to_caps()
[all …]
Dgstrawaudioparse.h69 GstAudioChannelPosition channel_positions[64]; member
/third_party/gstreamer/gstplugins_good/gst/interleave/
Dinterleave.c248 if (self->channel_positions in gst_interleave_finalize()
249 && self->channel_positions != self->input_channel_positions) { in gst_interleave_finalize()
250 g_value_array_free (self->channel_positions); in gst_interleave_finalize()
251 self->channel_positions = NULL; in gst_interleave_finalize()
315 self->channel_positions != NULL && in gst_interleave_set_channel_positions()
316 self->channels == self->channel_positions->n_values) { in gst_interleave_set_channel_positions()
317 if (!gst_interleave_channel_positions_to_mask (self->channel_positions, in gst_interleave_set_channel_positions()
446 self->channel_positions = self->input_channel_positions; in gst_interleave_init()
457 if (self->channel_positions && in gst_interleave_set_property()
458 self->channel_positions != self->input_channel_positions) in gst_interleave_set_property()
[all …]
Dinterleave.h59 GValueArray *channel_positions; member
/third_party/gstreamer/gstplugins_bad/ext/faad/
Dgstfaad.c156 g_free (faad->channel_positions); in gst_faad_reset()
157 faad->channel_positions = NULL; in gst_faad_reset()
434 info->channels != faad->channels || !faad->channel_positions) { in gst_faad_update_caps()
438 if (info->channel_position[i] != faad->channel_positions[i]) { in gst_faad_update_caps()
453 g_free (faad->channel_positions); in gst_faad_update_caps()
454 faad->channel_positions = g_memdup2 (info->channel_position, faad->channels); in gst_faad_update_caps()
458 if (!gst_faad_chanpos_to_gst (faad, faad->channel_positions, in gst_faad_update_caps()
Dgstfaad.h47 guchar *channel_positions; member
/third_party/gstreamer/gstplugins_bad/gst/rawparse/
Dgstaudioparse.c359 gpointer channel_positions; in gst_audio_parse_get_property() local
361 &channel_positions, NULL); in gst_audio_parse_get_property()
362 g_value_set_boxed (value, channel_positions); in gst_audio_parse_get_property()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacdec.c53 static const GstAudioChannelPosition channel_positions[8][8] = { variable
503 memcpy (position, channel_positions[channels - 1], sizeof (position)); in gst_flac_dec_metadata_cb()
507 position, channel_positions[channels - 1], in gst_flac_dec_metadata_cb()
664 memcpy (chanpos, channel_positions[channels - 1], sizeof (chanpos)); in gst_flac_dec_write()
672 flacdec->info.position, channel_positions[flacdec->info.channels - 1], in gst_flac_dec_write()
Dgstflacenc.c61 static const GstAudioChannelPosition channel_positions[8][8] = { variable
784 gst_audio_channel_positions_to_mask (channel_positions[i - 1], i, in gst_flac_enc_generate_sink_caps()
886 channel_positions[GST_AUDIO_INFO_CHANNELS (info) - 1], info->position, in gst_flac_enc_set_format()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c248 gchar *channel_positions; in gst_stream_audio_information_to_string() local
261 channel_positions = format_channel_mask (audio_info); in gst_stream_audio_information_to_string()
263 gst_discoverer_audio_info_get_channels (audio_info), channel_positions); in gst_stream_audio_information_to_string()
264 g_free (channel_positions); in gst_stream_audio_information_to_string()
/third_party/gstreamer/gstplugins_good/
DChangeLog26074 If self->channel_positions == NULL (which seems unlikely),