Searched refs:image_width (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c499 int frame_width, image_height, image_width; local
562 image_width = (image_height * 4) / 3;
565 image_width = (image_height * 16) / 9;
568 image_width = (image_height * 16) / 10;
573 image_width = (image_height * 5) / 4;
575 image_width = (image_height * 15) / 9;
580 image_width = active_width;
587 image_width = image_width & ~7;
597 pix_clk = (image_width
718 int frame_width, image_height, image_width; local
[all...]
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c97 int image_width, image_height; local
117 image_width = VID_MAX_WIDTH / TILE_SIZE;
119 image_width++;
121 image_width = image_width * TILE_SIZE;
128 vout->smsshado_size = PAGE_ALIGN(image_width * image_height * 2 * 2);

Completed in 205 milliseconds