Home
last modified time | relevance | path

Searched refs:ttable (Results 1 – 21 of 21) sorted by relevance

/third_party/alsa-lib/src/conf/pcm/
Ddpl.conf11 ttable.0.0 1
12 ttable.1.1 1
13 ttable.2.0 0.707
14 ttable.2.1 -0.707
15 ttable.3.0 0.707
16 ttable.3.1 -0.707
17 ttable.4.0 0.707
18 ttable.4.1 0.707
19 ttable.5.0 0
20 ttable.5.1 0
[all …]
Dsurround50.conf56 ttable.0.FL 1
57 ttable.1.FR 1
58 ttable.2.RL 1
59 ttable.3.RR 1
60 ttable.4.FC 1
Dsurround41.conf56 ttable.0.FL 1
57 ttable.1.FR 1
58 ttable.2.RL 1
59 ttable.3.RR 1
60 ttable.4.LFE 1
Dsurround21.conf54 ttable.0.FL 1
55 ttable.1.FR 1
56 ttable.2.LFE 1
/third_party/alsa-lib/src/conf/cards/
DICE1712.conf38 ttable.0.0 1
39 ttable.1.1 1
48 ttable.0.0 1
49 ttable.1.1 1
66 ttable.0.0 1
67 ttable.1.1 1
68 ttable.2.2 1
69 ttable.3.3 1
89 ttable.0.0 1
90 ttable.1.1 1
[all …]
DICE1724.conf85 ttable.0.0 1
86 ttable.1.1 1
87 ttable.2.4 1
88 ttable.3.5 1
109 ttable.0.0 1
110 ttable.1.1 1
111 ttable.2.4 1
112 ttable.3.5 1
113 ttable.4.2 1
114 ttable.5.3 1
[all …]
DUSB-Audio.conf310 ttable.0.0 1
311 ttable.1.1 1
312 ttable.2.4 1
313 ttable.3.5 1
328 ttable.0.0 1
329 ttable.1.1 1
330 ttable.2.2 1
331 ttable.3.3 1
380 ttable.0.0 1
381 ttable.1.1 1
[all …]
DNFORCE.conf114 ttable.0.0 1
115 ttable.1.1 1
116 ttable.2.4 1
117 ttable.3.5 1
118 ttable.4.2 1
119 ttable.5.3 1
185 ttable.0.0 1
186 ttable.1.1 1
187 ttable.2.4 1
188 ttable.3.5 1
[all …]
DVIA8237.conf93 ttable.0.0 1
94 ttable.1.1 1
95 ttable.2.4 1
96 ttable.3.5 1
97 ttable.4.2 1
98 ttable.5.3 1
DICH.conf114 ttable.0.0 1
115 ttable.1.1 1
116 ttable.2.4 1
117 ttable.3.5 1
118 ttable.4.2 1
119 ttable.5.3 1
DGUS.conf13 ttable.0.0 1
14 ttable.1.1 1
DATIIXP-MODEM.conf19 ttable.0.1 1
20 ttable.1.0 0
DRME9652.conf47 ttable.0.24 1
48 ttable.1.25 1
DRME9636.conf47 ttable.0.16 1
48 ttable.1.17 1
DFireWave.conf39 ttable [
/third_party/alsa-lib/src/pcm/
Dpcm_route.c82 const snd_pcm_route_ttable_dst_t *ttable,
118 const snd_pcm_route_ttable_dst_t* ttable ATTRIBUTE_UNUSED, in snd_pcm_route_convert1_zero()
132 const snd_pcm_route_ttable_dst_t* ttable, in snd_pcm_route_convert1_one() argument
144 for (srcidx = 0; srcidx < ttable->nsrcs && srcidx < src_channels; ++srcidx) { in snd_pcm_route_convert1_one()
145 unsigned int channel = ttable->srcs[srcidx].channel; in snd_pcm_route_convert1_one()
152 if (srcidx == ttable->nsrcs || srcidx == src_channels) { in snd_pcm_route_convert1_one()
156 frames, ttable, params); in snd_pcm_route_convert1_one()
182 const snd_pcm_route_ttable_dst_t* ttable, in snd_pcm_route_convert1_one_getput() argument
195 for (srcidx = 0; srcidx < ttable->nsrcs && srcidx < src_channels; ++srcidx) { in snd_pcm_route_convert1_one_getput()
196 unsigned int channel = ttable->srcs[srcidx].channel; in snd_pcm_route_convert1_one_getput()
[all …]
Dpcm_plug.c55 snd_pcm_route_ttable_entry_t *ttable; member
66 free(plug->ttable); in snd_pcm_plug_close()
395 snd_pcm_route_ttable_entry_t *ttable; in snd_pcm_plug_change_channels() local
398 (!plug->ttable || plug->ttable_ok)) in snd_pcm_plug_change_channels()
407 ttable = alloca(tt_cused * tt_sused * sizeof(*ttable)); in snd_pcm_plug_change_channels()
408 if (plug->ttable) { /* expand or shrink table */ in snd_pcm_plug_change_channels()
418 v = plug->ttable[c * plug->tt_ssize + s]; in snd_pcm_plug_change_channels()
419 ttable[c * tt_ssize + s] = v; in snd_pcm_plug_change_channels()
429 ttable[k] = 0; in snd_pcm_plug_change_channels()
461 ttable[c * tt_ssize + s] = v; in snd_pcm_plug_change_channels()
[all …]
/third_party/ltp/testcases/kernel/mce-test/tsrc/
DMakefile10 EXEKERNEL := tring ttable
26 ttable: ttable.c ${LSRC}/arch/x86/kernel/cpu/mcheck/mce-severity.c ${LSRC}/arch/x86/kernel/cpu/mche… target
27 ${CC} ${CFLAGS} ${KFLAGS} -o ttable ttable.c
35 x.html: ttable
36 ./ttable ${TFLAGS} > x.html
DREADME8 To use ttable and tcases you need to specify a linux source tree
25 ttable
/third_party/alsa-lib/include/
Dpcm_plugin.h139 int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable,
148 snd_pcm_route_ttable_entry_t *ttable,
/third_party/alsa-lib/doc/
Dasoundrc.txt132 route_policy STR # route policy for automatic ttable generation
138 ttable { # Transfer table (bidimensional compound of
192 ttable { # Transfer table (bidimensional compound of
428 ttable.0.8 1
429 ttable.1.9 1