Searched refs:capture (Results 76 - 100 of 221) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c2412-i2s.c165 .capture = {
H A Ds3c-ac97.c342 .capture = {
354 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu.h131 struct siu_stream capture; member in struct:siu_port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_unimp.S69 fsave -(%a7) |capture possible exc state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DCA0106.conf19 capture.pcm {
H A DEMU10K1.conf57 capture.pcm {
H A DNFORCE.conf44 capture.pcm {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Daaci.c204 struct aaci_runtime *aacirun = &aaci->capture;
549 ret = __aaci_pcm_open(aaci, substream, &aaci->capture);
896 aaci->capture.pcm = &ac97_bus->pcms[1];
1024 spin_lock_init(&aaci->capture.lock);
1025 aaci->capture.base = aaci->base + AACI_CSCH1;
1026 aaci->capture.fifo = aaci->base + AACI_DR1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmx1_camera.c114 struct list_head capture; member in struct:mx1_camera_dev
266 list_add_tail(&vb->queue, &pcdev->capture);
325 if (list_empty(&pcdev->capture)) {
330 pcdev->active = list_entry(pcdev->capture.next,
753 INIT_LIST_HEAD(&pcdev->capture);
H A Dmx3_camera.c85 * @capture: list of capture videobuffers
107 struct list_head capture; member in struct:mx3_camera_dev
155 if (list_empty(&mx3_cam->capture)) {
160 * stop capture - without further buffers IPU_CHA_BUF0_RDY will
166 mx3_cam->active = list_entry(mx3_cam->capture.next,
370 list_add_tail(&vb->queue, &mx3_cam->capture);
775 list_for_each_entry_safe(vb, _vb, &mx3_cam->capture, queue) {
824 /* The capture device might have changed its output */
1217 INIT_LIST_HEAD(&mx3_cam->capture);
[all...]
H A Dpxa_camera.c219 struct list_head capture; member in struct:pxa_camera_dev
607 * activated at the end of frame interrupt, to capture only whole frames, and
608 * never begin the capture of a partial frame.
646 list_add_tail(&vb->queue, &pcdev->capture);
700 if (list_empty(&pcdev->capture)) {
707 pcdev->active = list_entry(pcdev->capture.next,
718 * This function restarts the capture for this corner case, where :
720 * - a videobuffer is queued on the pcdev->capture list
774 * But there is one corner case : if capture was stopped due to an
778 * capture an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/atmel/
H A Datmel_ssc_dai.c718 .capture = {
736 .capture = {
753 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dimx-ssi.c363 .capture = {
425 if (dai->capture.channels_min) {
472 .capture = {
H A Dimx-pcm-fiq.c256 if (dai->capture.channels_min) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/kirkwood/
H A Dkirkwood-i2s.c384 .capture = {
444 kirkwood_i2s_dai.capture.dma_data = priv;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dv4l2.c26 * Part of this file is based on the V4L2 video capture example
27 * (http://linuxtv.org/downloads/v4l-dvb-apis/capture-example.html)
166 av_log(ctx, AV_LOG_ERROR, "Not a video capture device.\n");
692 tpf = &streamparm.parm.capture.timeperframe;
706 tpf = &streamparm.parm.capture.timeperframe;
717 if (streamparm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) {
718 tpf = &streamparm.parm.capture.timeperframe;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_pcm.c833 int capture, err; local
838 capture = !gus->interwave && !gus->ess_flag && !gus->ace_flag ? 1 : 0;
843 capture,
858 if (capture) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dbeep.c139 if (chip->playback.running || chip->capture.running || beep->running) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-i2s-pcm.c267 if (dai->capture.channels_min) {
H A Dbf5xx-tdm-pcm.c300 if (dai->capture.channels_min) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dad1980.c150 .capture = {
H A Dcq93vc.c141 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Dpxa2xx-i2s.c326 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/txx9/
H A Dtxx9aclc-ac97.c178 .capture = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dmenu.cpp141 // the default wxMSW wxPopupTransientWindow::OnIdle disables the capture
2101 else // we didn't have mouse capture, capture it now
2183 else // we do have capture
2186 // state (i.e. have the capture)
2493 // capture (bug?). So that control may already have taken the capture by
2494 // this point, preventing us from releasing the menu's capture. So to work
2496 // capture.
2497 wxWindow *capture
[all...]

Completed in 207 milliseconds

123456789