| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | disp_capture.c | 84 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 D | disp_capture.h | 28 s32 disp_capture_shadow_protect(struct disp_capture *capture, bool protect);
|
| /bsp/nuvoton/libraries/m2354/ |
| A D | README.md | 8 | 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 D | README.md | 8 | 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 D | README.md | 9 | 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 D | dummy_codec.c | 61 .capture = { 89 .capture = { 132 .capture = {
|
| /bsp/nuvoton/libraries/m460/ |
| A D | README.md | 8 | 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 D | uvc_v4l2.c | 289 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 D | dev_webcam.c | 320 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 D | dev_webcam_i.h | 51 capture_state capture; member
|
| /bsp/nuvoton/libraries/ma35/ |
| A D | README.md | 12 | 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 D | snd_core.c | 256 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 D | README.md | 108 - 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 D | README_zh.md | 108 - 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 D | hpm_gptmr_drv.h | 220 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 D | sunxi-dummy-cpudai.c | 129 .capture = {
|
| A D | sunxi-dmic.c | 270 .capture = {
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | Kconfig | 416 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 D | Kconfig | 515 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 D | Kconfig | 495 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 D | Kconfig | 489 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 D | Kconfig | 744 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 D | ccap_demo.c | 545 MSH_CMD_EXPORT(ccap_demo, camera capture demo);
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/ |
| A D | tcc.h | 1607 struct tcc_capture_config capture; member
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | snd_core.h | 384 struct snd_pcm_stream capture; member
|