Home
last modified time | relevance | path

Searched refs:channel_map_a (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmpegtsenc.c551 static const uint8_t channel_map_a[8][8] = { in mpegts_write_pmt() local
575 …memcmp(&st->codecpar->extradata[21], channel_map_a[st->codecpar->channels-1], st->codecpar->channe… in mpegts_write_pmt()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1521 static const guint8 channel_map_a[8][8] = { in create_pad_for_stream() local
1557 memcpy (channel_mapping, &channel_map_a[1], channels); in create_pad_for_stream()
1566 memcpy (channel_mapping, &channel_map_a[channels - 1], in create_pad_for_stream()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c536 static const guint8 channel_map_a[8][8] = { in gst_base_ts_mux_create_or_update_stream() local
560 memcmp (channel_mapping, channel_map_a[channels - 1], in gst_base_ts_mux_create_or_update_stream()