/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/ |
D | default.conf | 139 channel-map = front-left,front-right,lfe 153 channel-map = front-left,front-right,rear-left,rear-right,lfe 167 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 174 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right 196 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 203 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 220 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 228 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right 236 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 252 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe [all …]
|
D | force-speaker.conf | 38 channel-map = front-left,front-right,lfe 52 channel-map = front-left,front-right,rear-left,rear-right,lfe 66 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 73 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right 104 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 111 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 128 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 136 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right 144 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
D | force-speaker-and-int-mic.conf | 39 channel-map = front-left,front-right,lfe 53 channel-map = front-left,front-right,rear-left,rear-right,lfe 67 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 74 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right 105 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 112 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 129 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 137 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right 145 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
D | audigy.conf | 48 channel-map = front-left,front-right,lfe 62 channel-map = front-left,front-right,rear-left,rear-right,lfe 76 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 83 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
|
D | cmedia-high-speed-true-hdaudio.conf | 41 channel-map = front-left,front-right,lfe 48 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 55 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
|
D | sb-omni-surround-5.1.conf | 45 channel-map = front-left,front-right,aux1,aux2,aux3,lfe 57 channel-map = front-left,front-right,rear-left,rear-right,aux1,lfe 69 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
/third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
D | analog-output.conf | 73 override-map.1 = lfe 74 override-map.2 = lfe,lfe 80 override-map.2 = all-center,lfe
|
/third_party/pulseaudio/src/daemon/ |
D | daemon.conf.in | 60 ; remixing-produce-lfe = no 61 ; remixing-consume-lfe = no 62 ; lfe-crossover-freq = 0
|
/third_party/pulseaudio/conf/ |
D | daemon.conf | 59 ; enable-lfe-remixing = no 60 ; lfe-crossover-freq = 0
|
/third_party/pulseaudio/src/pulse/ |
D | volume.c | 853 pa_volume_t hfe, lfe; in pa_cvolume_get_lfe_balance() local 863 get_avg(map, v, &hfe, &lfe, on_hfe, on_lfe); in pa_cvolume_get_lfe_balance() 865 if (hfe == lfe) in pa_cvolume_get_lfe_balance() 868 if (hfe > lfe) in pa_cvolume_get_lfe_balance() 869 return -1.0f + ((float) lfe / (float) hfe); in pa_cvolume_get_lfe_balance() 871 return 1.0f - ((float) hfe / (float) lfe); in pa_cvolume_get_lfe_balance()
|
D | ohos_pa_volume.c | 869 pa_volume_t hfe, lfe; in pa_cvolume_get_lfe_balance() local 879 get_avg(map, v, &hfe, &lfe, on_hfe, on_lfe); in pa_cvolume_get_lfe_balance() 881 if (hfe == lfe) in pa_cvolume_get_lfe_balance() 884 if (hfe > lfe) in pa_cvolume_get_lfe_balance() 885 return -1.0f + ((float) lfe / (float) hfe); in pa_cvolume_get_lfe_balance() 887 return 1.0f - ((float) hfe / (float) lfe); in pa_cvolume_get_lfe_balance()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstdcaparse.c | 188 guint chans, lfe, i; in gst_dca_parse_parse_header() local 236 lfe = (hdr[5] >> 9) & 0x03; in gst_dca_parse_parse_header() 249 *channels = channels_table[chans] + ((lfe) ? 1 : 0); in gst_dca_parse_parse_header()
|
/third_party/pulseaudio/src/ |
D | .gitignore | 57 lfe-filter-test
|
D | Makefile.am | 618 lfe_filter_test_SOURCES = tests/lfe-filter-test.c 986 pulsecore/filter/lfe-filter.c pulsecore/filter/lfe-filter.h \
|
/third_party/pulseaudio/src/pulsecore/ |
D | meson.build | 21 'filter/lfe-filter.c', 81 'filter/lfe-filter.h',
|
/third_party/pulseaudio/src/tests/ |
D | meson.build | 39 [ 'lfe-filter-test', 'lfe-filter-test.c',
|
/third_party/ffmpeg/libavcodec/x86/ |
D | dcadsp.asm | 30 cglobal lfe_fir0_float, 4, 6, 12 + cpuflag(fma3)*4, samples, lfe, coeff, nblocks, cnt1, cnt2 225 cglobal lfe_fir1_float, 4, 6, 10, samples, lfe, coeff, nblocks, cnt1, cnt2
|
/third_party/pulseaudio/ohosbuild/src/pulsecore/ |
D | BUILD.gn | 63 "../../../src/pulsecore/filter/lfe-filter.c",
|
/third_party/gstreamer/gstplugins_bad/po/ |
D | it.po | 185 # NdT: lfe andrebbe tradotto come effetti a bassa frequenza e andrebbe aperto un bug per low freque… 310 # vedi prima per lfe
|
/third_party/pulseaudio/ |
D | NEWS | 60 …* The enable-lfe-remixing option in daemon.conf was split into remixing-produce-lfe and remixing-c…
|
/third_party/ffmpeg/libavcodec/ |
D | dca_lbr.c | 1171 LBRChunk lfe; in ff_dca_lbr_parse() member 1297 chunk.lfe.len = chunk_len; in ff_dca_lbr_parse() 1298 chunk.lfe.data = gb.buffer; in ff_dca_lbr_parse() 1368 ret = parse_lfe_chunk(s, &chunk.lfe); in ff_dca_lbr_parse()
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctions.c | 1949 guint num_blocks, chans, lfe, i; in dts_parse_frame_header() local 1995 lfe = (hdr[5] >> 9) & 0x03; in dts_parse_frame_header() 2004 *channels = channels_table[chans] + ((lfe) ? 1 : 0); in dts_parse_frame_header()
|
/third_party/gstreamer/gstplugins_good/po/ |
D | it.po | 593 # NdT: lfe andrebbe tradotto come effetti a bassa frequenza e andrebbe aperto un bug per low freque…
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 3454 front_center.wav -map '[LFE]' lfe.wav -map '[SL]' side_left.wav -map '[SR]' 3462 -map '[LFE]' lfe.wav 4488 @item lfe 4516 …azi_0_ele_0_DFC.wav,asplit[fc][lfe];amovie=azi_35_ele_0_DFC.wav[fl];amovie=azi_325_ele_0_DFC.wav[f… 4654 ffmpeg -i fl -i fr -i fc -i sl -i sr -i lfe -filter_complex 5977 @item lfe
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 58424 z_i;!Okq5*icZZyI?GH@;d^nM#88Xs3<lfe^cIfc>L>*=lEjZkvXYZ^J54z8hnY*8i
|