Searched refs:mono (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dcsharpexec.sh.in77 test -z "$CSHARP_VERBOSE" || echo mono "$@"
78 exec mono "$@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dcsharpexec.sh77 test -z "$CSHARP_VERBOSE" || echo mono "$@"
78 exec mono "$@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ovcamchip/
H A Dovcamchip_core.c36 /* By default, let bridge driver tell us if chip is monochrome. mono=0
37 * will ignore that and always treat chips as color. mono=1 will force
39 static int mono = -1; variable
40 module_param(mono, int, 0);
41 MODULE_PARM_DESC(mono,
383 if (mono == -1)
384 ov->mono = *(int *)arg;
386 ov->mono = mono;
388 if (ov->mono) {
[all...]
H A Dovcamchip_priv.h52 int mono; /* Monochrome chip? (invalid until init) */ member in struct:ovcamchip
H A Dov7x20.c227 if (ov->mono)
400 if (!ov->mono)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Ddecoder_example.c248 float *mono=pcm[i]; local
251 int val=floor(mono[j]*32767.f+.5f);
253 int val=mono[j]*32767.f+drand48()-0.5f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Dtas_common.h154 tas_mono_to_stereo(uint mono) argument
156 mono &=0xff;
157 return mono | (mono<<8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-cards.h145 u16 mono; /* set audio to mono */ member in struct:ivtv_gpio_audio_mode
H A Divtv-cards.c134 not be correct. Especially the audio behaves strangely (mono only it seems) */
227 .gpio_audio_mode = { .mask = 0x4300, .mono = 0x4000, .stereo = 0x0200,
269 .gpio_audio_mode = { .mask = 0x000e, .mono = 0x0006, .stereo = 0x0004,
310 .gpio_audio_mode = { .mask = 0x000e, .mono = 0x0006, .stereo = 0x0004,
458 .gpio_audio_mode = { .mask = 0x4300, .mono = 0x4000, .stereo = 0x0200,
814 .gpio_audio_mode = { .mask = 0x4300, .mono = 0x4000, .stereo = 0x0200,
H A Divtv-gpio.c81 * 1 * * TV Tuner Audio: L_OUT=R_OUT=(L+R)/2 (mono)
220 data = itv->card->gpio_audio_mode.mono;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dac97.h19 #define AC97_PHONE_VOL 0x000c // TAD Input (mono)
20 #define AC97_MIC_VOL 0x000e // MIC Input (mono)
175 u8 mono; member in union:ac97_mixer_value_list::__anon11000
H A Dac97.c6 /* Flag for mono controls. */
339 val = (value_list[x].value.mono << 8)
340 | value_list[x].value.mono;
H A Dau1550_ac97.c533 case 1: /* mono */
882 * If mono, copy left channel to right channel in dma buffer.
893 int mono = (db->num_channels == 1); local
897 if (db->sample_size == 16 && !mono && db->src_factor == 1) {
920 if (mono)
938 * If mono, send only left channel to user buffer.
949 int mono = (db->num_channels == 1); local
952 if (db->sample_size == 16 && !mono && db->src_factor == 1) {
H A Dau1550_i2s.c845 * If mono, copy left channel to right channel in dma buffer.
856 int mono = (db->num_channels == 1); local
860 if (db->sample_size == 16 && !mono && db->src_factor == 1) {
883 if (mono)
901 * If mono, send only left channel to user buffer.
912 int mono = (db->num_channels == 1); local
915 if (db->sample_size == 16 && !mono && db->src_factor == 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Des1938.c638 int u, is8, mono; local
645 mono = (runtime->channels > 1) ? 0 : 1;
649 chip->dma1_shift = 2 - mono - is8;
654 snd_es1938_bits(chip, ESS_CMD_ANALOGCONTROL, 0x03, (mono ? 2 : 1));
668 (mono ? 0x40 : 0x08));
686 int u, is8, mono; local
693 mono = (runtime->channels > 1) ? 0 : 1;
697 chip->dma2_shift = 2 - mono - is8;
711 (mono ? 0 : 2) | (is8 ? 0 : 1));
723 int u, is8, mono; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dpsytune.c486 float *mono=out[i]; local
489 int val=mono[j]*32767.;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr.c55 static int mono[SNDRV_CARDS]; /* capture in mono only */ variable
63 module_param_array(mono, bool, NULL, 0444);
64 MODULE_PARM_DESC(mono, "Mono capture mode (default is stereo)");
798 * CONFIGURATION SPACE for all pcms, mono pcm must update channels_max
815 /* 1 byte == 1 frame U8 mono (PCXHR_GRANULARITY is frames!) */
1018 /* stereo or mono streams */
1023 chip->nb_streams_capt = 2; /* 2 mono streams (left+right) */
1217 mgr->mono_capture = mono[dev];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/riptide/
H A Driptide.c379 unsigned char *mono; member in struct:lbuspath
655 .mono = lbus_play_mono1,
660 .mono = lbus_play_mono2,
665 .mono = lbus_play_mono3,
671 .mono = lbus_rec_mono1,
1508 lbuspath = data->paths.mono;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dwavefront.h283 u8 mono:1; member in struct:wf_patch
403 only handles mono samples in a given slot), and the only way to do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex113 does not increment at twice the speed of a mono stream).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.c149 short mono; member in struct:atafb_par::__anon7155::falcon_hw
909 if (par->hw.falcon.mono) {
1024 par->hw.falcon.mono = bpp == 1;
1586 hw->mono = (hw->f_shift & 0x400) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.c1909 #define MIX5(mono,stereo)\
1932 mono("addps %%xmm2, %%xmm0 \n")\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html366 if (/^-mono(lithic)?$/) { $monolithic = 1; next; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html366 if (/^-mono(lithic)?$/) { $monolithic = 1; next; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dbackup-configure1835 --disable-mono Disable mono bindings
1836 --disable-monodoc Disable documentation for mono bindings
24605 # Check for mono stuff
24609 # Check whether --enable-mono was given.
24614 *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-mono" >&5
24615 $as_echo "$as_me: error: bad value ${enableval} for --enable-mono" >&2;}

Completed in 332 milliseconds

12