Lines Matching defs:height
61 /* Pixel clock from REF_01 p. 20. Min/max height/width are unknown */
308 unsigned width, height, frame_width, frame_height, frame_interval, fps;
327 height = ((i2c_rd8(sd, DE_WIDTH_V_HI) & 0x1f) << 8) +
341 bt->height = height;
342 bt->vsync = frame_height - height;
346 bt->height *= 2;
673 u32 bps = bt->width * bt->height * fps(bt) * bits_pr_pixel;
1680 format->format.height = state->timings.bt.height;