Home
last modified time | relevance | path

Searched refs:coupled_count (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c1772 guint8 * stream_count, guint8 * coupled_count, guint8 channel_mapping[256]) in gst_codec_utils_opus_parse_caps() argument
1818 if (coupled_count) in gst_codec_utils_opus_parse_caps()
1819 *coupled_count = c == 2 ? 1 : 0; in gst_codec_utils_opus_parse_caps()
1836 if (coupled_count) in gst_codec_utils_opus_parse_caps()
1837 *coupled_count = cc; 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
1911 if (coupled_count > 1) { in gst_codec_utils_opus_create_caps()
1913 coupled_count); in gst_codec_utils_opus_create_caps()
1923 if (coupled_count == 0) in gst_codec_utils_opus_create_caps()
1924 coupled_count = channels == 2 ? 1 : 0; in gst_codec_utils_opus_create_caps()
[all …]
Dcodec-utils.h120 guint8 * coupled_count,
128 guint8 coupled_count,
139 guint8 coupled_count,
150 guint8 * coupled_count,
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpopusdepay.c111 gint coupled_count; in gst_rtp_opus_depay_setcaps() local
151 coupled_count = g_ascii_strtoull (coupled_streams, &endptr, 10); in gst_rtp_opus_depay_setcaps()
152 if (*endptr != '\0' || coupled_count > stream_count) { in gst_rtp_opus_depay_setcaps()
157 gst_caps_set_simple (srccaps, "coupled-count", G_TYPE_INT, coupled_count, in gst_rtp_opus_depay_setcaps()
Dgstrtpopuspay.c253 gint stream_count, coupled_count; in gst_rtp_opus_pay_setcaps() local
266 if (gst_structure_get_int (s, "coupled-count", &coupled_count)) { in gst_rtp_opus_pay_setcaps()
267 char *coupled_streams = g_strdup_printf ("%d", coupled_count); in gst_rtp_opus_pay_setcaps()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1542 gint channels = -1, stream_count, coupled_count, mapping_family; in create_pad_for_stream() local
1551 coupled_count = 1; in create_pad_for_stream()
1554 coupled_count = 0; in create_pad_for_stream()
1563 coupled_count = coupled_stream_counts[channel_config_code]; in create_pad_for_stream()
1573 coupled_count = 0; in create_pad_for_stream()
1598 coupled_count = coupled_stream_counts[channels]; in create_pad_for_stream()
1632 coupled_count = coupled_stream_count; in create_pad_for_stream()
1663 mapping_family, stream_count, coupled_count, in create_pad_for_stream()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c517 guint8 channels, mapping_family, stream_count, coupled_count; 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()
529 && coupled_count == 1) { in gst_base_ts_mux_create_or_update_stream()
559 coupled_count == coupled_stream_counts[channels] && in gst_base_ts_mux_create_or_update_stream()
564 coupled_count == coupled_stream_counts[channels] && in gst_base_ts_mux_create_or_update_stream()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h1122 guint8 stream_count, guint8 coupled_count,
Dgstqtmux.c6226 guint8 channels, mapping_family, stream_count, coupled_count; 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()
6254 &mapping_family, &stream_count, &coupled_count, 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()
Datoms.c5790 guint8 stream_count, guint8 coupled_count, guint8 channel_mapping[256], in build_opus_extension() argument
5808 hdl &= gst_byte_writer_put_uint8 (&bw, coupled_count); in build_opus_extension()
Dqtdemux.c12666 guint8 coupled_count; in qtdemux_parse_trak() local
12679 coupled_count = GST_READ_UINT8 (dops_data + 21); in qtdemux_parse_trak()
12688 channel_mapping_family, stream_count, coupled_count, in qtdemux_parse_trak()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c1921 guint8 stream_count, coupled_count, channel_mapping[256]; in opus_make_codecdata() local
1932 &channel_mapping_family, &stream_count, &coupled_count, in opus_make_codecdata()
1940 channel_mapping_family, stream_count, coupled_count, channel_mapping, 0, in opus_make_codecdata()