Lines Matching refs:bt
1199 #define V4L2_DV_BT_BLANKING_WIDTH(bt) \ argument
1200 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
1201 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ argument
1202 ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
1203 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) \ argument
1204 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
1205 (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
1206 #define V4L2_DV_BT_FRAME_HEIGHT(bt) \ argument
1207 ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt))
1216 struct v4l2_bt_timings bt; member
1282 struct v4l2_bt_timings_cap bt; member