| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ths7303.c | 291 frame_width = V4L2_DV_BT_FRAME_WIDTH(bt); in ths7303_log_status()
|
| H A D | ths8200.c | 63 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal()
|
| H A D | lt7911d.c | 367 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 D | lt6911uxc.c | 351 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 D | lt7911uxc.c | 543 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 D | lt6911uxe.c | 752 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 D | tc358743.c | 297 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 D | tc35874x.c | 425 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 D | tda1997x.c | 775 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 D | adv7511-v4l2.c | 1057 fps = (u32)bt->pixelclock / (V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt)); in adv7511_s_dv_timings()
|
| H A D | it6616.c | 3336 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 D | adv7604.c | 327 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal()
|
| H A D | adv7842.c | 264 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dv-timings.c | 307 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 D | cobalt-v4l2.c | 311 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 D | vivid-vid-cap.c | 414 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 D | vivid-vid-out.c | 242 size = V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt); in vivid_update_format_out()
|
| H A D | vivid-core.c | 1241 htot = V4L2_DV_BT_FRAME_WIDTH(bt); in vivid_init_dv_timings()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/ |
| H A D | hdpvr-video.c | 701 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 D | videodev2.h | 1437 #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 D | videodev2.h | 1437 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ macro
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | videodev2.h.rst.exceptions | 536 ignore define V4L2_DV_BT_FRAME_WIDTH
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 1555 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 1538 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ macro
|