Home
last modified time | relevance | path

Searched refs:V4L2_DV_BT_FRAME_WIDTH (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dths7303.c291 frame_width = V4L2_DV_BT_FRAME_WIDTH(bt); in ths7303_log_status()
H A Dths8200.c63 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal()
H A Dlt7911d.c367 if (!V4L2_DV_BT_FRAME_HEIGHT(t) || !V4L2_DV_BT_FRAME_WIDTH(t)) in fps_calc()
371 V4L2_DV_BT_FRAME_HEIGHT(t) * V4L2_DV_BT_FRAME_WIDTH(t)); in fps_calc()
H A Dlt6911uxc.c351 if (!V4L2_DV_BT_FRAME_HEIGHT(t) || !V4L2_DV_BT_FRAME_WIDTH(t)) in fps_calc()
355 V4L2_DV_BT_FRAME_HEIGHT(t) * V4L2_DV_BT_FRAME_WIDTH(t)); in fps_calc()
H A Dlt7911uxc.c543 if (!V4L2_DV_BT_FRAME_HEIGHT(t) || !V4L2_DV_BT_FRAME_WIDTH(t)) in fps_calc()
547 V4L2_DV_BT_FRAME_HEIGHT(t) * V4L2_DV_BT_FRAME_WIDTH(t)); in fps_calc()
H A Dlt6911uxe.c752 if (!V4L2_DV_BT_FRAME_HEIGHT(t) || !V4L2_DV_BT_FRAME_WIDTH(t)) in fps_calc()
756 V4L2_DV_BT_FRAME_HEIGHT(t) * V4L2_DV_BT_FRAME_WIDTH(t)); in fps_calc()
H A Dtc358743.c297 if (!V4L2_DV_BT_FRAME_HEIGHT(t) || !V4L2_DV_BT_FRAME_WIDTH(t)) in fps()
301 V4L2_DV_BT_FRAME_HEIGHT(t) * V4L2_DV_BT_FRAME_WIDTH(t)); in fps()
H A Dtc35874x.c425 if (!V4L2_DV_BT_FRAME_HEIGHT(t) || !V4L2_DV_BT_FRAME_WIDTH(t)) in fps()
429 V4L2_DV_BT_FRAME_HEIGHT(t) * V4L2_DV_BT_FRAME_WIDTH(t)); in fps()
H A Dtda1997x.c775 width = V4L2_DV_BT_FRAME_WIDTH(bt); in tda1997x_configure_vhref()
1120 width = V4L2_DV_BT_FRAME_WIDTH(bt); in tda1997x_detect_std()
H A Dadv7511-v4l2.c1057 fps = (u32)bt->pixelclock / (V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt)); in adv7511_s_dv_timings()
H A Dit6616.c3336 if (!V4L2_DV_BT_FRAME_HEIGHT(t) || !V4L2_DV_BT_FRAME_WIDTH(t)) in fps_calc()
3340 V4L2_DV_BT_FRAME_HEIGHT(t) * V4L2_DV_BT_FRAME_WIDTH(t)); in fps_calc()
H A Dadv7604.c327 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal()
H A Dadv7842.c264 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c307 htot = V4L2_DV_BT_FRAME_WIDTH(bt); in v4l2_print_dv_timings()
418 htot = V4L2_DV_BT_FRAME_WIDTH(bt); in v4l2_calc_timeperframe()
/OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c311 tot_size = V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt); in cobalt_start_streaming()
312 iowrite32(div_u64((u64)V4L2_DV_BT_FRAME_WIDTH(bt) * COBALT_CLK * 4, in cobalt_start_streaming()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c414 size = V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt); in vivid_update_format_cap()
1706 total_h_pixel = V4L2_DV_BT_FRAME_WIDTH(bt); in valid_cvt_gtf_timings()
H A Dvivid-vid-out.c242 size = V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt); in vivid_update_format_out()
H A Dvivid-core.c1241 htot = V4L2_DV_BT_FRAME_WIDTH(bt); in vivid_init_dv_timings()
/OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c701 hsize = V4L2_DV_BT_FRAME_WIDTH(bt); in vidioc_query_dv_timings()
/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 Dvideodev2.h1437 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ 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 Dvideodev2.h1437 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions536 ignore define V4L2_DV_BT_FRAME_WIDTH
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1555 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1538 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ macro