Lines Matching defs:bt
1157 #define V4L2_DV_BT_BLANKING_WIDTH(bt) \
1158 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
1159 #define V4L2_DV_BT_FRAME_WIDTH(bt) \
1160 ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
1161 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) \
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) \
1165 ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt))
1169 * @bt: BT656/1120 timings
1174 struct v4l2_bt_timings bt;
1233 * @bt: the BT656/1120 timings capabilities
1240 struct v4l2_bt_timings_cap bt;