Home
last modified time | relevance | path

Searched refs:default_channel_map (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dalsa-ucm.h149 …ile_set* pa_alsa_ucm_add_profile_set(pa_alsa_ucm_config *ucm, pa_channel_map *default_channel_map);
256 pa_channel_map default_channel_map; member
H A Dacp.c1538 pa_channel_map_init_extend(&impl->ucm.default_channel_map, in acp_card_new()
1562 impl->profile_set = pa_alsa_ucm_add_profile_set(&impl->ucm, &impl->ucm.default_channel_map); in acp_card_new()
1565 impl->profile_set = pa_alsa_profile_set_new(profile_set, &impl->ucm.default_channel_map); in acp_card_new()
H A Dalsa-ucm.c2055 …le_set* pa_alsa_ucm_add_profile_set(pa_alsa_ucm_config *ucm, pa_channel_map *default_channel_map) { in pa_alsa_ucm_add_profile_set() argument
2375 …le_set* pa_alsa_ucm_add_profile_set(pa_alsa_ucm_config *ucm, pa_channel_map *default_channel_map) { in pa_alsa_ucm_add_profile_set() argument
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dopus.c292 static const uint8_t default_channel_map[2] = { 0, 1 }; in ff_opus_parse_extradata() local
353 channel_map = default_channel_map; in ff_opus_parse_extradata()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dopus.c292 static const uint8_t default_channel_map[2] = { 0, 1 }; in ff_opus_parse_extradata() local
353 channel_map = default_channel_map; in ff_opus_parse_extradata()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dopus.c295 static const uint8_t default_channel_map[2] = { 0, 1 }; in ff_opus_parse_extradata() local
353 channel_map = default_channel_map; in ff_opus_parse_extradata()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dopus.c295 static const uint8_t default_channel_map[2] = { 0, 1 }; in ff_opus_parse_extradata() local
353 channel_map = default_channel_map; in ff_opus_parse_extradata()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dopus.c294 static const uint8_t default_channel_map[2] = { 0, 1 }; in ff_opus_parse_extradata() local
350 channel_map = default_channel_map; in ff_opus_parse_extradata()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dopus.c295 static const uint8_t default_channel_map[2] = { 0, 1 }; in ff_opus_parse_extradata() local
353 channel_map = default_channel_map; in ff_opus_parse_extradata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dopus.c295 static const uint8_t default_channel_map[2] = { 0, 1 }; in ff_opus_parse_extradata() local
353 channel_map = default_channel_map; in ff_opus_parse_extradata()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/ebur128-0.1.6/src/
H A Debur128.rs223 pub(crate) fn default_channel_map(channels: u32) -> Vec<Channel> { in default_channel_map() function
329 let channel_map = default_channel_map(channels); in new()
455 self.channel_map = default_channel_map(channels).into_boxed_slice(); in change_parameters()
H A Dfilter.rs960 let channel_map = crate::ebur128::default_channel_map(block.channels); in compare_c_impl_calc_gating_block()