| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | poll_thread.cpp | 485 case V4L2_EVENT_FRAME_SYNC: in handle_events() 547 if (_poll_callback && event.type == V4L2_EVENT_FRAME_SYNC) in poll_subdev_event_loop()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Stream.cpp | 569 _subdev->subscribe_event(V4L2_EVENT_FRAME_SYNC); in start() 584 _subdev->unsubscribe_event(V4L2_EVENT_FRAME_SYNC); in stop()
|
| H A D | CamHwIsp20.cpp | 2905 mIspCoreDev->subscribe_event(V4L2_EVENT_FRAME_SYNC); in start() 3137 mIspCoreDev->unsubscribe_event(V4L2_EVENT_FRAME_SYNC); in stop() 5306 if (type == V4L2_EVENT_FRAME_SYNC) { in make_ispHwEvt()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/video4linux/ |
| H A D | omap3isp.txt | 95 CCDC 子设备通过 HS_VS 中断,处理 V4L2_EVENT_FRAME_SYNC 类型
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqManager.cpp | 522 …spHwEvt_t> hw_evt = mCamHwIsp20->make_ispHwEvt(evtdata->_frameid, V4L2_EVENT_FRAME_SYNC, evtdata->… in syncSofEvt() 559 0, V4L2_EVENT_FRAME_SYNC, in hwResCb() 589 …spHwEvt_t> hw_evt = mCamHwIsp20->make_ispHwEvt(evtdata->_frameid, V4L2_EVENT_FRAME_SYNC, evtdata->… in hwResCb()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-dqevent.rst | 64 - Event data for event ``V4L2_EVENT_FRAME_SYNC``. 151 * - ``V4L2_EVENT_FRAME_SYNC``
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/ |
| H A D | rkisp1-isp.c | 975 if (sub->type != V4L2_EVENT_FRAME_SYNC) in rkisp1_isp_subs_evt() 1105 .type = V4L2_EVENT_FRAME_SYNC, in rkisp1_isp_queue_event_sof()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | mipi-csi2.c | 549 .type = V4L2_EVENT_FRAME_SYNC, in rkcif_csi2_event_inc_sof() 574 if (sub->type == V4L2_EVENT_FRAME_SYNC || in rkcif_csi2_subscribe_event()
|
| H A D | capture.c | 7659 if (sub->type == V4L2_EVENT_FRAME_SYNC || in rkcif_sof_subscribe_event() 7701 .type = V4L2_EVENT_FRAME_SYNC, in rkcif_lvds_event_inc_sof() 7802 .type = V4L2_EVENT_FRAME_SYNC, in rkcif_dvp_event_inc_sof()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_subdev.c | 184 if (sub->type != V4L2_EVENT_FRAME_SYNC && in isp_subdev_subscribe_event() 194 if (sub->type == V4L2_EVENT_FRAME_SYNC && in isp_subdev_subscribe_event()
|
| H A D | atomisp_cmd.c | 403 event.type = V4L2_EVENT_FRAME_SYNC; in atomisp_sof_event() 6644 case V4L2_EVENT_FRAME_SYNC: in atomisp_inject_a_fake_event()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/ |
| H A D | FakeCamHwIsp20.cpp | 210 poll_event_ready(vbuf.buf_info[0].frame_id, V4L2_EVENT_FRAME_SYNC); in enqueueRawBuffer() 242 poll_event_ready(vbuf.buf_info[0].frame_id, V4L2_EVENT_FRAME_SYNC); in enqueueRawFile()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/ |
| H A D | omap3isp-uapi.rst | 22 The CCDC subdev produces V4L2_EVENT_FRAME_SYNC type event on HS_VS
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/ |
| H A D | rkisp1.c | 1549 .type = V4L2_EVENT_FRAME_SYNC, 1559 if (sub->type != V4L2_EVENT_FRAME_SYNC)
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/intel/ipu3/ |
| H A D | ipu3-cio2.c | 595 .type = V4L2_EVENT_FRAME_SYNC, in cio2_queue_event_sof() 1189 if (sub->type != V4L2_EVENT_FRAME_SYNC) in cio2_subdev_subscribe_event()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | ispccdc.c | 1470 event.type = V4L2_EVENT_FRAME_SYNC; in ccdc_hs_vs_isr() 1860 if (sub->type != V4L2_EVENT_FRAME_SYNC) in ccdc_subscribe_event()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | videodev2.h | 2200 #define V4L2_EVENT_FRAME_SYNC 4 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | videodev2.h | 2200 #define V4L2_EVENT_FRAME_SYNC 4 macro
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | videodev2.h.rst.exceptions | 492 replace define V4L2_EVENT_FRAME_SYNC event-type
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2336 #define V4L2_EVENT_FRAME_SYNC 4 macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2320 #define V4L2_EVENT_FRAME_SYNC 4 macro
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp.c | 3355 .type = V4L2_EVENT_FRAME_SYNC, in rkisp_isp_queue_event_sof() 3366 if (sub->type != V4L2_EVENT_FRAME_SYNC) in rkisp_isp_sd_subs_evt()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | RkAiqCore.cpp | 1136 if (evts->evt_code == V4L2_EVENT_FRAME_SYNC) { in pushEvts()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 860 case V4L2_EVENT_FRAME_SYNC: in v4l_print_event()
|