Searched refs:coupled_stream_counts (Results 1 – 3 of 3) sorted by relevance
533 static const guint8 coupled_stream_counts[9] = { in gst_base_ts_mux_create_or_update_stream() local558 if (stream_count == channels - coupled_stream_counts[channels] && 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()563 } else if (stream_count == channels - 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()
1518 static const guint8 coupled_stream_counts[9] = { in create_pad_for_stream() local1562 coupled_stream_counts[channel_config_code]; in create_pad_for_stream()1563 coupled_count = coupled_stream_counts[channel_config_code]; in create_pad_for_stream()1597 stream_count = channels - coupled_stream_counts[channels]; in create_pad_for_stream()1598 coupled_count = coupled_stream_counts[channels]; in create_pad_for_stream()
548 static const uint8_t coupled_stream_counts[9] = { in mpegts_write_pmt() local573 …if (st->codecpar->extradata[19] == st->codecpar->channels - coupled_stream_counts[st->codecpar->ch… in mpegts_write_pmt()574 … st->codecpar->extradata[20] == coupled_stream_counts[st->codecpar->channels] && in mpegts_write_pmt()