Searched refs:capture (Results 1 - 25 of 221) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A DMakefile5 capture.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc5200_dma.h11 * psc_ac97_stream - Data specific to a single stream (playback or capture)
48 * @capture: Capture stream context data
66 struct psc_dma_stream capture; member in struct:psc_dma
80 return &psc_dma->capture;
H A Dmpc5200_dma.c37 if (psc_dma->capture.active && (isr & MPC52xx_PSC_IMR_ORERR))
177 if (psc_dma->capture.active)
222 s = &psc_dma->capture;
248 s = &psc_dma->capture;
253 !psc_dma->capture.active) {
272 s = &psc_dma->capture;
416 psc_dma->capture.psc_dma = psc_dma;
422 psc_dma->capture.bcom_task =
426 if (!psc_dma->capture.bcom_task ||
460 psc_dma->capture
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmcaptevt.tex3 An mouse capture changed event is sent to a window that loses its
4 mouse capture. This is called even if wxWindow::ReleaseCapture
6 an application to cater for unexpected capture releases which
50 Returns the window that gained the capture, or NULL if it was a non-wxWidgets window.
55 An mouse capture lost event is sent to a window that obtained mouse capture,
59 If this happens, this event is sent to all windows that are on capture stack
61 {\em not} sent if the capture changes because of a call to CaptureMouse or
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_audio.h48 struct gaudio_snd_dev capture; member in struct:gaudio
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DMaestro3.conf30 capture.pcm {
H A DPC-Speaker.conf48 capture.pcm {
H A DPMac.conf30 capture.pcm {
H A DPMacToonie.conf44 capture.pcm {
H A DCMI8338-SWIEC.conf31 capture.pcm {
124 capture.pcm {
H A DCMI8338.conf30 capture.pcm {
138 capture.pcm {
H A DCMI8788.conf30 capture.pcm {
119 capture.pcm {
H A DICE1712.conf19 capture.pcm {
46 capture.pcm {
146 capture.pcm {
H A DENS1370.conf31 capture.pcm {
H A DFM801.conf30 capture.pcm {
H A DVIA686A.conf33 capture.pcm {
H A DAureon51.conf19 capture.pcm {
155 capture.pcm {
H A DAureon71.conf19 capture.pcm {
166 capture.pcm {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c64xx-i2s-v4.c130 dai->capture.channels_min = 2;
131 dai->capture.channels_max = 2;
132 dai->capture.rates = S3C64XX_I2S_RATES;
133 dai->capture.formats = S3C64XX_I2S_FMTS;
H A Ds3c64xx-i2s.c104 dai->capture.channels_min = 2;
105 dai->capture.channels_max = 2;
106 dai->capture.rates = S3C64XX_I2S_RATES;
107 dai->capture.formats = S3C64XX_I2S_FMTS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_mixer.c221 static int vx_adjust_audio_level(struct vx_core *chip, int audio, int capture, argument
230 if (capture)
296 static int vx_set_audio_gain(struct vx_core *chip, int audio, int capture, int level) argument
303 chip->audio_gain[capture][audio] = level;
304 return vx_adjust_audio_level(chip, audio, capture, &info);
353 * @capture: 0 = playback, 1 = capture operation
356 static int vx_get_audio_vu_meter(struct vx_core *chip, int audio, int capture, struct vx_vu_meter *info) argument
366 if (capture)
585 int capture local
598 int capture = (kcontrol->private_value >> 8) & 1; local
846 int capture = (kcontrol->private_value >> 8) & 1; local
859 int capture = (kcontrol->private_value >> 8) & 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc-dai.h219 struct snd_soc_pcm_stream capture; member in struct:snd_soc_dai
241 dai->playback.dma_data : dai->capture.dma_data;
251 dai->capture.dma_data = data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/mixart/
H A Dmixart.h220 u32 capture; member in struct:mixart_flowinfo
225 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, int monitoring);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu_pcm.c166 struct siu_stream *siu_stream = &port_info->capture;
253 struct siu_stream *siu_stream = &port_info->capture;
275 struct siu_stream *siu_stream = &port_info->capture;
320 siu_stream = &port_info->capture;
363 siu_stream = &port_info->capture;
394 siu_stream = &port_info->capture;
416 siu_stream = &port_info->capture;
505 siu_stream = &port_info->capture;
570 tasklet_init(&(*port_info)->capture.tasklet, siu_io_tasklet,
571 (unsigned long)&(*port_info)->capture);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/misc/
H A Dua101.c103 /* FIFO to synchronize playback rate to capture rate */
132 } capture, playback; member in struct:ua101
273 * Synchronizing the playback rate to the capture rate is done by using
276 * the size of the corresponding capture packet, i.e., both playback
277 * and capture URBs must have been completed. Since the USB core does
278 * not guarantee that playback and capture complete callbacks are
360 struct ua101_stream *stream = &ua->capture;
502 kill_stream_urbs(&ua->capture);
517 kill_stream_urbs(&ua->capture);
524 ua->capture
[all...]

Completed in 199 milliseconds

123456789