Home
last modified time | relevance | path

Searched refs:chanmap (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlp_parse.h88 static inline int truehd_channels(int chanmap) in truehd_channels() argument
93 channels += thd_chancount[i] * ((chanmap >> i) & 1); in truehd_channels()
98 static inline uint64_t truehd_layout(int chanmap) in truehd_layout() argument
104 layout |= thd_layout[i] * ((chanmap >> i) & 1); in truehd_layout()
/third_party/libsnd/programs/
Dsndfile-convert.c378 int k, chanmap [256] ; in copy_metadata() local
390 if (channels < ARRAY_LEN (chanmap)) in copy_metadata()
391 { size_t size = channels * sizeof (chanmap [0]) ; in copy_metadata()
393 if (sf_command (infile, SFC_GET_CHANNEL_MAP_INFO, chanmap, size) == SF_TRUE) in copy_metadata()
394 sf_command (outfile, SFC_SET_CHANNEL_MAP_INFO, chanmap, size) ; in copy_metadata()
/third_party/alsa-lib/modules/mixer/simple/
Dsbase.c43 static unsigned int chanmap_to_channels(unsigned int chanmap) in chanmap_to_channels() argument
48 if (chanmap & (1 << i)) in chanmap_to_channels()
130 return chanmap_to_channels(s->dir[dir].chanmap) == 1; in is_ops()
135 return !!((1 << val) & s->dir[dir].chanmap); in is_ops()
424 simple->dir[0].chanmap |= sid->chanmap[0]; in simple_event_add1()
425 simple->dir[1].chanmap |= sid->chanmap[1]; in simple_event_add1()
Dsbase.h39 unsigned int chanmap[2]; member
71 unsigned int chanmap; member
Dac97.c41 .chanmap = { 3, 0 },
Dhda.c42 .chanmap = { 3, 0 },
/third_party/libsnd/
DBUILD.gn73 "src/chanmap.c",
DMakefile.am72 …src/common.h src/sfconfig.h src/sfendian.h src/wavlike.h src/sf_unistd.h src/ogg.h src/chanmap.h s…
83 src/ima_oki_adpcm.c src/ima_oki_adpcm.h src/alac.c src/chunk.c src/ogg.c src/chanmap.c \
DCMakeLists.txt248 src/chanmap.h
249 src/chanmap.c
/third_party/libsnd/tests/
Dtest_wrapper.sh.in76 ./tests/command_test@EXEEXT@ chanmap