Searched refs:V4L2_DV_BT_FRAME_WIDTH (Results 1 – 11 of 11) sorted by relevance
291 frame_width = V4L2_DV_BT_FRAME_WIDTH(bt); in ths7303_log_status()
63 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal()
226 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal()
339 return V4L2_DV_BT_FRAME_WIDTH(t); in htotal()
262 htot = V4L2_DV_BT_FRAME_WIDTH(bt); in v4l2_print_dv_timings()
287 params.line = V4L2_DV_BT_FRAME_WIDTH(bt); in bcap_start_streaming()
432 size = V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt); in vivid_update_format_cap()1616 total_h_pixel = V4L2_DV_BT_FRAME_WIDTH(bt); in valid_cvt_gtf_timings()
243 size = V4L2_DV_BT_FRAME_WIDTH(bt) * V4L2_DV_BT_FRAME_HEIGHT(bt); in vivid_update_format_out()
862 htot = V4L2_DV_BT_FRAME_WIDTH(bt); in vivid_create_instance()
693 hsize = V4L2_DV_BT_FRAME_WIDTH(bt); in vidioc_query_dv_timings()
1201 #define V4L2_DV_BT_FRAME_WIDTH(bt) \ macro