Lines Matching refs:bt
1497 #define V4L2_DV_BT_BLANKING_WIDTH(bt) \ argument
1498 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
1499 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ argument
1500 ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
1501 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) \ argument
1502 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
1503 (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
1504 #define V4L2_DV_BT_FRAME_HEIGHT(bt) \ argument
1505 ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt))
1514 struct v4l2_bt_timings bt; member
1580 struct v4l2_bt_timings_cap bt; member