Lines Matching refs:bt
1293 #define V4L2_DV_BT_BLANKING_WIDTH(bt) \ argument
1294 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
1295 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ argument
1296 ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
1297 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) \ argument
1298 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
1299 (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
1300 #define V4L2_DV_BT_FRAME_HEIGHT(bt) \ argument
1301 ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt))
1310 struct v4l2_bt_timings bt; member
1376 struct v4l2_bt_timings_cap bt; member