Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 38) sorted by relevance

12

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/
A Ddisp_capture.c84 disp_capture_get_priv(capture); in disp_capture_shadow_protect()
594 struct disp_capture *capture; in disp_init_capture() local
615 capture = &captures[disp]; in disp_init_capture()
622 capture->disp = disp; in disp_init_capture()
628 capture->stop = disp_capture_stop; in disp_init_capture()
629 capture->sync = disp_capture_sync; in disp_init_capture()
630 capture->init = disp_capture_init; in disp_init_capture()
639 capture->init(capture); in disp_init_capture()
655 struct disp_capture *capture; in disp_exit_capture() local
666 capture = &captures[disp]; in disp_exit_capture()
[all …]
A Ddisp_capture.h28 s32 disp_capture_shadow_protect(struct disp_capture *capture, bool protect);
/bsp/nuvoton/libraries/m2354/
A DREADME.md8 | BPWM (Capture function)| RT_Device_Class_Miscellaneous (Input capture) | ***bpwm[0-1]i[0-5]*** |
15 | ECAP | RT_Device_Class_Miscellaneous (Input capture) | ***ecap[0-1]i[0-2]*** |
17 | EPWM (Capture function) | RT_Device_Class_Miscellaneous (Input capture) | ***epwm[0-1]i[0-5]*** |
32 | TIMER (Capture function) | RT_Device_Class_Miscellaneous (Input capture) | ***timer[0-5]i0*** |
/bsp/nuvoton/libraries/m480/
A DREADME.md8 | BPWM (Capture function)| RT_Device_Class_Miscellaneous (Input capture) | ***bpwm[0-1]i[0-5]*** |
15 | ECAP | RT_Device_Class_Miscellaneous (Input capture) | ***ecap[0-1]i[0-2]*** |
18 | EPWM (Capture function) | RT_Device_Class_Miscellaneous (Input capture) | ***epwm[0-1]i[0-5]*** |
35 | TIMER (Capture function) | RT_Device_Class_Miscellaneous (Input capture) | ***timer[0-3]i0*** |
/bsp/nuvoton/libraries/m031/
A DREADME.md9 | BPWM (Capture function)| RT_Device_Class_Miscellaneous (Input capture) | ***bpwm[0-1]i[0-5]*** |
19 | PWM (Capture function) | RT_Device_Class_Miscellaneous (Input capture) | ***pwm[0-1]i[0-5]*** |
25 | TIMER (Capture function) | RT_Device_Class_Miscellaneous (Input capture) | ***timer[0-3]i0*** |
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/
A Ddummy_codec.c61 .capture = {
89 .capture = {
132 .capture = {
/bsp/nuvoton/libraries/m460/
A DREADME.md8 | BPWM (Capture function)| RT_Device_Class_Miscellaneous (Input capture) | ***bpwm[0-1]i[0-5]*** |
16 | ECAP | RT_Device_Class_Miscellaneous (Input capture) | ***ecap[0-1]i[0-2]*** |
19 | EPWM (Capture function) | RT_Device_Class_Miscellaneous (Input capture) | ***epwm[0-1]i[0-5]*** |
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_v4l2.c289 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in uvc_v4l2_get_streamparm()
290 parm->parm.capture.capturemode = 0; in uvc_v4l2_get_streamparm()
291 parm->parm.capture.timeperframe.numerator = numerator; in uvc_v4l2_get_streamparm()
292 parm->parm.capture.timeperframe.denominator = denominator; in uvc_v4l2_get_streamparm()
293 parm->parm.capture.extendedmode = 0; in uvc_v4l2_get_streamparm()
294 parm->parm.capture.readbuffers = 0; in uvc_v4l2_get_streamparm()
317 timeperframe = parm->parm.capture.timeperframe; in uvc_v4l2_set_streamparm()
354 parm->parm.capture.timeperframe = timeperframe; in uvc_v4l2_set_streamparm()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/drv_webcam/webcam_core/
A Ddev_webcam.c320 pWebcamDevNode->capture = CAPTURE_ON_AND_CALLBACK; in DEV_WEBCAM_Ioctrl()
330 pWebcamDevNode->capture = CAPTURE_ON; in DEV_WEBCAM_Ioctrl()
345 pWebcamDevNode->capture = CAPTURE_NONE; in DEV_WEBCAM_Ioctrl()
515 if(pWebcamDevNode->capture == CAPTURE_ON && pWebcamDevNode->tran_cb != NULL) in DEV_WEBCAM_Ioctrl()
524 pWebcamDevNode->capture = CAPTURE_ON_AND_CALLBACK; in DEV_WEBCAM_Ioctrl()
531 else if(pWebcamDevNode->capture == CAPTURE_REMOVE && pWebcamDevNode->tran_cb != NULL && in DEV_WEBCAM_Ioctrl()
536 pWebcamDevNode->capture = CAPTURE_ON_AND_CALLBACK; in DEV_WEBCAM_Ioctrl()
545 pWebcamDevNode->capture = CAPTURE_REMOVE; in DEV_WEBCAM_Ioctrl()
A Ddev_webcam_i.h51 capture_state capture; member
/bsp/nuvoton/libraries/ma35/
A DREADME.md12 | ECAP | RT_Device_Class_Miscellaneous (Input capture) | ***ecap[0-1]i[0-2]*** |
15 | EPWM (Capture function) | RT_Device_Class_Miscellaneous (Input capture) | ***epwm[0-1]i[0-5]*** |
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_core.c256 cpu_stream = &cpu_dai->capture; in soc_pcm_init_runtime_hw()
257 codec_stream = &codec_dai->capture; in soc_pcm_init_runtime_hw()
1074 int ret = 0, playback = 0, capture = 0; in snd_pcm_new() local
1085 if (codec_dai->capture.channels_min != 0 in snd_pcm_new()
1086 && cpu_dai->capture.channels_min != 0) in snd_pcm_new()
1087 capture = 1; in snd_pcm_new()
1089 capture = 0; in snd_pcm_new()
1108 ret = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_CAPTURE, capture); in snd_pcm_new()
/bsp/microchip/saml10/
A DREADME.md108 - One 16-bit TC with two compare/capture channels
109 - One 8-bit TC with two compare/capture channels
110 - One 32-bit TC with two compare/capture channels, by using two TCs
A DREADME_zh.md108 - One 16-bit TC with two compare/capture channels
109 - One 8-bit TC with two compare/capture channels
110 - One 32-bit TC with two compare/capture channels, by using two TCs
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_gptmr_drv.h220 gptmr_counter_type_t capture) in gptmr_channel_get_counter() argument
223 switch (capture) { in gptmr_channel_get_counter()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/
A Dsunxi-dummy-cpudai.c129 .capture = {
A Dsunxi-dmic.c270 .capture = {
/bsp/nuvoton/libraries/m031/rtt_port/
A DKconfig416 Choose this option if you need PWM capture function mode.
439 Choose this option if you need PWM capture function mode.
472 Choose this option if you need PWM capture function mode.
495 Choose this option if you need PWM capture function mode.
/bsp/nuvoton/libraries/m2354/rtt_port/
A DKconfig515 Choose this option if you need PWM capture function mode.
538 Choose this option if you need PWM capture function mode.
571 Choose this option if you need PWM capture function mode.
594 Choose this option if you need PWM capture function mode.
735 int "DMA Buffer size of capture and playback"
/bsp/nuvoton/libraries/m480/rtt_port/
A DKconfig495 Choose this option if you need PWM capture function mode.
518 Choose this option if you need PWM capture function mode.
551 Choose this option if you need PWM capture function mode.
574 Choose this option if you need PWM capture function mode.
715 int "DMA Buffer size of capture and playback"
/bsp/nuvoton/libraries/m460/rtt_port/
A DKconfig489 Choose this option if you need PWM capture function mode.
510 Choose this option if you need PWM capture function mode.
541 Choose this option if you need PWM capture function mode.
562 Choose this option if you need PWM capture function mode.
898 int "DMA Buffer size of capture and playback"
/bsp/nuvoton/libraries/ma35/rtt_port/
A DKconfig744 Choose this option if you need PWM capture function mode.
766 Choose this option if you need PWM capture function mode.
788 Choose this option if you need PWM capture function mode.
932 int "DMA Buffer size of capture and playback"
/bsp/nuvoton/libraries/nu_packages/Demo/
A Dccap_demo.c545 MSH_CMD_EXPORT(ccap_demo, camera capture demo);
/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/
A Dtcc.h1607 struct tcc_capture_config capture; member
/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Dsnd_core.h384 struct snd_pcm_stream capture; member

Completed in 59 milliseconds

12