Searched defs:aspect (Results 1 - 6 of 6) sorted by relevance

/drivers/gpu/drm/i2c/
H A Dch7006_mode.c336 uint64_t scale, aspect; local
349 aspect = ch_mode->enc_hdisp*fixed1;
350 do_div(aspect, ch_mode->enc_vdisp);
352 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale)
/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c494 * @aspect - preferred aspect ratio. GTF has no method of determining the
495 * aspect ratio in order to derive the image width from the
497 * the native screen aspect ratio is used for this. If it
509 struct v4l2_fract aspect,
533 if (aspect.numerator == 0 || aspect.denominator == 0) {
534 aspect.numerator = 16;
535 aspect.denominator = 9;
537 image_width = ((image_height * aspect
505 v4l2_detect_gtf(unsigned frame_height, unsigned hfreq, unsigned vsync, u32 polarities, struct v4l2_fract aspect, struct v4l2_dv_timings *fmt) argument
592 struct v4l2_fract aspect = { 16, 9 }; local
[all...]
/drivers/video/fbdev/core/
H A Dfbcvt.c192 u32 aspect = -1; local
195 aspect = 0;
197 aspect = 1;
199 aspect = 2;
201 aspect = 3;
203 aspect = 4;
207 aspect = 7;
211 return aspect;
/drivers/ps3/
H A Dps3av_cmd.c340 int aspect, u32 id)
349 if (aspect == -1)
350 aspect = 0;
366 av_video_cs->aspect = aspect;
339 ps3av_cmd_set_av_video_cs(void *p, u32 avport, int video_vid, int cs_out, int aspect, u32 id) argument
H A Dps3av.c70 /* aspect */
77 u32 aspect; member in struct:avset_video_mode
528 video_mode->aspect, id);
/drivers/gpu/drm/nouveau/
H A Dnv50_display.c715 /* add overscan compensation if necessary, will keep the aspect
725 u32 aspect = (oY << 19) / oX; local
730 else oY = ((oX * aspect) + (aspect / 2)) >> 19;
734 else oY = ((oX * aspect) + (aspect / 2)) >> 19;
748 u32 aspect = (umode->hdisplay << 19) / umode->vdisplay; local
749 oX = ((oY * aspect) + (aspect / 2)) >> 19;
751 u32 aspect local
[all...]

Completed in 535 milliseconds