/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpopus.c | 88 const GValue *channel_mapping; in GST_START_TEST() local 116 channel_mapping = gst_structure_get_value (s, "channel-mapping"); in GST_START_TEST() 117 g_assert (GST_VALUE_HOLDS_ARRAY (channel_mapping)); in GST_START_TEST() 119 for (i = 0; i != gst_value_array_get_size (channel_mapping); ++i) { in GST_START_TEST() 121 g_value_get_int (gst_value_array_get_value (channel_mapping, i))); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | codec-utils.c | 1772 guint8 * stream_count, guint8 * coupled_count, guint8 channel_mapping[256]) in gst_codec_utils_opus_parse_caps() 1821 if (channel_mapping) { in gst_codec_utils_opus_parse_caps() 1822 channel_mapping[0] = 0; in gst_codec_utils_opus_parse_caps() 1823 channel_mapping[1] = 1; in gst_codec_utils_opus_parse_caps() 1846 if (channel_mapping) { in gst_codec_utils_opus_parse_caps() 1861 channel_mapping[i] = cm; in gst_codec_utils_opus_parse_caps() 1888 guint8 stream_count, guint8 coupled_count, const guint8 * channel_mapping) in gst_codec_utils_opus_create_caps() argument 1950 if (channel_mapping == NULL) { in gst_codec_utils_opus_create_caps() 1966 g_value_set_int (&v, channel_mapping[i]); in gst_codec_utils_opus_create_caps() 2059 guint8 channel_mapping[256]; in gst_codec_utils_opus_create_caps_from_header() local [all …]
|
D | codec-utils.h | 121 guint8 channel_mapping[256]); 129 const guint8 * channel_mapping); 140 const guint8 * channel_mapping, 151 guint8 channel_mapping[256],
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpopusdepay.c | 115 const gchar *channel_mapping; in gst_rtp_opus_depay_setcaps() local 160 channel_mapping = gst_structure_get_string (s, "channel_mapping"); in gst_rtp_opus_depay_setcaps() 167 split = g_strsplit (channel_mapping, ",", -1); in gst_rtp_opus_depay_setcaps() 176 channel_mapping); in gst_rtp_opus_depay_setcaps()
|
/third_party/gstreamer/gstplugins_bad/ext/opus/ |
D | gstopusparse.c | 377 guint8 channel_mapping[256]; in gst_opus_parse_parse_frame() local 393 &n_stereo_streams, channel_mapping)) { in gst_opus_parse_parse_frame() 400 channel_mapping[0] = 0; in gst_opus_parse_parse_frame() 401 channel_mapping[1] = 1; in gst_opus_parse_parse_frame() 409 channel_mapping, pre_skip, gain); in gst_opus_parse_parse_frame()
|
/third_party/libsnd/src/ |
D | ogg_opus.c | 201 uint8_t channel_mapping ; member 418 switch (h->channel_mapping) in opus_print_header() 422 default : psf_log_printf (psf, "%d (unknown or unsupported)\n", h->channel_mapping) ; break ; in opus_print_header() 425 if (h->channel_mapping > 0) in opus_print_header() 466 &h->input_samplerate, &h->gain, &h->channel_mapping) ; in opus_read_header_packet() 468 if (h->channel_mapping == 0) in opus_read_header_packet() 485 if (h->channel_mapping == 1 && h->channels > 8) in opus_read_header_packet() 660 { oopus->header.channel_mapping = 0 ; in ogg_opus_setup_encoder() 678 oopus->header.channel_mapping = 1 ; in ogg_opus_setup_encoder() 682 oopus->header.channel_mapping = 255 ; in ogg_opus_setup_encoder() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackcommon.c | 248 gint8 * channel_mapping) in gst_wavpack_set_channel_mapping() argument 256 channel_mapping[i] = j; in gst_wavpack_set_channel_mapping()
|
D | gstwavpackenc.h | 59 gint8 channel_mapping[8]; member
|
D | gstwavpackcommon.h | 73 …wavpack_set_channel_mapping (GstAudioChannelPosition *pos, gint nchannels, gint8 *channel_mapping);
|
D | gstwavpackenc.c | 408 enc->channel_mapping); in gst_wavpack_enc_set_format() 671 tmp[enc->channel_mapping[j]] = data[j]; in gst_wavpack_enc_fix_channel_order()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusdec.c | 379 dec->channel_mapping, &dec->pre_skip, &dec->r128_gain)) { in gst_opus_dec_parse_header() 518 dec->channel_mapping[0] = 0; in opus_dec_chain_parse_data() 519 dec->channel_mapping[1] = 1; in opus_dec_chain_parse_data() 531 dec->channel_mapping[1] = 0; in opus_dec_chain_parse_data() 538 "Mapping table", dec->n_channels, dec->channel_mapping); in opus_dec_chain_parse_data() 545 dec->n_streams, dec->n_stereo_streams, dec->channel_mapping, &err); in opus_dec_chain_parse_data() 892 &dec->n_streams, &dec->n_stereo_streams, dec->channel_mapping)) { in gst_opus_dec_set_format()
|
D | gstopusdec.h | 66 guint8 channel_mapping[256]; member
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | tsdemux.c | 1543 guint8 *channel_mapping = NULL; in create_pad_for_stream() local 1556 channel_mapping = g_new0 (guint8, channels); in create_pad_for_stream() 1557 memcpy (channel_mapping, &channel_map_a[1], channels); in create_pad_for_stream() 1565 channel_mapping = g_new0 (guint8, channels); in create_pad_for_stream() 1566 memcpy (channel_mapping, &channel_map_a[channels - 1], in create_pad_for_stream() 1574 channel_mapping = g_new0 (guint8, channels); in create_pad_for_stream() 1575 memcpy (channel_mapping, &channel_map_b[channels - 1], in create_pad_for_stream() 1637 channel_mapping = g_new0 (guint8, channels); in create_pad_for_stream() 1640 &channel_mapping[i], channel_mapping_len)) { in create_pad_for_stream() 1650 g_free (channel_mapping); in create_pad_for_stream() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | libopusenc.c | 89 const uint8_t *channel_mapping) in libopus_write_header() argument 106 bytestream_put_buffer(&p, channel_mapping, channels); in libopus_write_header()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/ |
D | gstbasetsmux.c | 518 guint8 channel_mapping[256]; in gst_base_ts_mux_create_or_update_stream() local 521 &mapping_family, &stream_count, &coupled_count, channel_mapping)) { in gst_base_ts_mux_create_or_update_stream() 560 memcmp (channel_mapping, channel_map_a[channels - 1], in gst_base_ts_mux_create_or_update_stream() 565 memcmp (channel_mapping, channel_map_b[channels - 1], in gst_base_ts_mux_create_or_update_stream()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 1123 guint8 channel_mapping[256], guint16 pre_skip,
|
D | gstqtmux.c | 6230 guint8 channel_mapping[256]; in gst_qt_mux_audio_sink_set_caps() local 6244 &mapping_family, &stream_count, &coupled_count, channel_mapping, in gst_qt_mux_audio_sink_set_caps() 6255 channel_mapping)) { in gst_qt_mux_audio_sink_set_caps() 6265 stream_count, coupled_count, channel_mapping, pre_skip, output_gain); in gst_qt_mux_audio_sink_set_caps()
|
D | qtdemux.c | 12661 guint8 *channel_mapping = NULL; in qtdemux_parse_trak() local 12682 channel_mapping = g_malloc (channels * sizeof (guint8)); in qtdemux_parse_trak() 12684 channel_mapping[i] = GST_READ_UINT8 (dops_data + i + 22); in qtdemux_parse_trak() 12689 channel_mapping); in qtdemux_parse_trak() 12690 g_free (channel_mapping); in qtdemux_parse_trak()
|
D | atoms.c | 5790 guint8 stream_count, guint8 coupled_count, guint8 channel_mapping[256], in build_opus_extension() 5809 hdl &= gst_byte_writer_put_data (&bw, channel_mapping, channels); in build_opus_extension()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 1921 guint8 stream_count, coupled_count, channel_mapping[256]; in opus_make_codecdata() local 1933 channel_mapping)) { in opus_make_codecdata() 1940 channel_mapping_family, stream_count, coupled_count, channel_mapping, 0, in opus_make_codecdata()
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 2169 - qtdemux: fix leak of channel_mapping
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 2169 - qtdemux: fix leak of channel_mapping
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 2169 - qtdemux: fix leak of channel_mapping
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 2169 - qtdemux: fix leak of channel_mapping
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 2169 - qtdemux: fix leak of channel_mapping
|