Lines Matching refs:bt
1157 #define V4L2_DV_BT_BLANKING_WIDTH(bt) \ argument
1158 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
1159 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ argument
1160 ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
1161 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) \ argument
1162 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
1163 (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
1164 #define V4L2_DV_BT_FRAME_HEIGHT(bt) \ argument
1165 ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt))
1174 struct v4l2_bt_timings bt; member
1240 struct v4l2_bt_timings_cap bt; member