Searched refs:capture (Results 51 - 75 of 221) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DICH4.conf44 capture.pcm {
H A DVIA8233.conf38 capture.pcm {
H A DVIA8233A.conf30 capture.pcm {
H A DVIA8237.conf38 capture.pcm {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Djoystick.tex266 Releases the capture set by {\bf SetCapture}.
270 true if the capture release succeeded.
280 Sets the capture to direct joystick events to {\it win}.
291 true if the capture succeeded.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_v4l2.c339 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME;
340 parm->parm.capture.capturemode = 0;
341 parm->parm.capture.timeperframe.numerator = numerator;
342 parm->parm.capture.timeperframe.denominator = denominator;
343 parm->parm.capture.extendedmode = 0;
344 parm->parm.capture.readbuffers = 0;
371 timeperframe = parm->parm.capture.timeperframe;
397 parm->parm.capture.timeperframe = timeperframe;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_audio.c251 /* Open PCM capture device and setup substream */
252 snd = &card->capture;
255 ERROR(card, "No such PCM capture device: %s\n", fn_cap);
284 /* Close PCM capture device and setup substream */
285 snd = &gau->capture;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_pcm.c33 * for capture, the situation is much easier.
34 * to get a low latency response, we'll check the capture streams at each
35 * interrupt (capture stream has no EOB notification). if the pending
398 * @capture: 0 = playback, 1 = capture operation
405 static int vx_alloc_pipe(struct vx_core *chip, int capture, argument
416 vx_set_pipe_cmd_params(&rmh, capture, audioid, num_audio);
418 if (! capture && data_mode)
429 vx_set_pipe_cmd_params(&rmh, capture, audioid, 0);
436 pipe->is_capture = capture;
1149 int p, buf, capture, eob; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-i2s.c231 if (dai->capture.active)
292 .capture = {
H A Dbf5xx-tdm.c217 if (dai->capture.active)
275 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/davinci/
H A Ddavinci-vcif.c189 .capture = {
226 davinci_vcif_dai.capture.dma_data = davinci_vcif_dev->dma_params;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dhac.c280 .capture = {
299 .capture = {
H A Dssi.c355 .capture = {
373 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmx2_camera.c227 struct list_head capture; member in struct:mx2_camera_dev
394 if (list_empty(&pcdev->capture)) {
398 buf = list_entry(pcdev->capture.next, struct mx2_buffer,
545 list_add_tail(&vb->queue, &pcdev->capture);
862 /* The capture device might have changed its output */
1051 if (list_empty(&pcdev->capture)) {
1056 pcdev->active = list_entry(pcdev->capture.next,
1188 if (list_empty(&pcdev->capture)) {
1194 buf = list_entry(pcdev->capture.next,
1199 list_move_tail(pcdev->capture
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8753.c19 * HiFi audio (e.g. MP3, ogg) playback/capture and the other PCM available for
1297 * NOTE: The Voice PCM cannot play or capture audio to the CPU as it's DAI
1303 * 4. Voice disabled - HIFI over HIFI, uses voice DAI LRC for capture
1360 .capture = { /* dummy for fast DAI switching */
1377 .capture = {
1398 .capture = {
1415 .capture = {
1436 .capture = {
1468 capture_active = wm8753_dai[0].capture.active;
1475 wm8753_dai[0].capture
[all...]
H A Dac97.c58 .capture = {
H A Dcs4270.c248 codec_dai->capture.rates = rates;
249 codec_dai->capture.rate_min = rate_min;
250 codec_dai->capture.rate_max = rate_max;
580 .capture = {
H A Dcs42l51.c528 codec_dai->capture.rates = rates;
529 codec_dai->capture.rate_min = rate_min;
530 codec_dai->capture.rate_max = rate_max;
682 .capture = {
H A Dpcm3008.c44 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_core.h96 void pcxhr_set_pipe_cmd_params(struct pcxhr_rmh* rmh, int capture, unsigned int param1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dpmac.h61 * playback/capture stream
136 struct pmac_stream capture; member in struct:snd_pmac
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc5200_psc_i2s.c140 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-mcpdm.c80 .name = "Audio capture",
160 /* up to 2 channels for capture */
165 /* up to 2 channels for capture */
227 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Dpxa-ssp.c801 .capture = {
821 .capture = {
842 .capture = {
863 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c-i2s-v2.c400 int capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); local
412 writel(capture ? S3C2412_IISFIC_RXFLUSH : S3C2412_IISFIC_TXFLUSH,
428 if (capture)
449 if (capture)

Completed in 125 milliseconds

123456789