Home
last modified time | relevance | path

Searched refs:aspect (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dv-timings.c592 struct v4l2_fract aspect, in v4l2_detect_gtf() argument
625 if (aspect.numerator == 0 || aspect.denominator == 0) { in v4l2_detect_gtf()
626 aspect.numerator = 16; in v4l2_detect_gtf()
627 aspect.denominator = 9; in v4l2_detect_gtf()
629 image_width = ((image_height * aspect.numerator) / aspect.denominator); in v4l2_detect_gtf()
710 struct v4l2_fract aspect = { 16, 9 }; in v4l2_calc_aspect_ratio() local
715 return aspect; in v4l2_calc_aspect_ratio()
718 aspect.numerator = hor_landscape; in v4l2_calc_aspect_ratio()
719 aspect.denominator = vert_portrait; in v4l2_calc_aspect_ratio()
720 return aspect; in v4l2_calc_aspect_ratio()
[all …]
/linux-4.4.14/drivers/video/fbdev/core/
Dfbcvt.c192 u32 aspect = -1; in fb_cvt_aspect_ratio() local
195 aspect = 0; in fb_cvt_aspect_ratio()
197 aspect = 1; in fb_cvt_aspect_ratio()
199 aspect = 2; in fb_cvt_aspect_ratio()
201 aspect = 3; in fb_cvt_aspect_ratio()
203 aspect = 4; in fb_cvt_aspect_ratio()
207 aspect = 7; in fb_cvt_aspect_ratio()
211 return aspect; in fb_cvt_aspect_ratio()
/linux-4.4.14/arch/arm/mach-davinci/
Dboard-dm365-evm.c387 .aspect = {11, 10},
399 .aspect = {54, 59},
415 .aspect = {1, 1},
427 .aspect = {1, 1},
439 .aspect = {1, 1},
455 .aspect = {1, 1},
Dboard-dm644x-evm.c627 .aspect = {11, 10},
639 .aspect = {54, 59},
655 .aspect = {1, 1},
667 .aspect = {1, 1},
Dboard-dm355-evm.c256 .aspect = {11, 10},
268 .aspect = {54, 59},
/linux-4.4.14/include/media/davinci/
Dvpbe_types.h75 struct v4l2_fract aspect; member
/linux-4.4.14/include/media/
Dv4l2-dv-timings.h170 u32 polarities, bool interlaced, struct v4l2_fract aspect,
/linux-4.4.14/drivers/ps3/
Dps3av_cmd.c340 int aspect, u32 id) in ps3av_cmd_set_av_video_cs() argument
349 if (aspect == -1) in ps3av_cmd_set_av_video_cs()
350 aspect = 0; in ps3av_cmd_set_av_video_cs()
366 av_video_cs->aspect = aspect; in ps3av_cmd_set_av_video_cs()
Dps3av.c77 u32 aspect; member
528 video_mode->aspect, id); in ps3av_set_videomode_packet()
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc167 bAspectRatioY - the X dimension of the picture aspect
169 bAspectRatioX - the Y dimension of the picture aspect
211 bAspectRatioY - the X dimension of the picture aspect
213 bAspectRatioX - the Y dimension of the picture aspect
Dsysfs-bus-coresight-devices-etm3x141 various aspect of the trace entity such as time stamping,
/linux-4.4.14/drivers/gpu/drm/i2c/
Dch7006_mode.c336 uint64_t scale, aspect; in ch7006_setup_properties() local
349 aspect = ch_mode->enc_hdisp*fixed1; in ch7006_setup_properties()
350 do_div(aspect, ch_mode->enc_vdisp); in ch7006_setup_properties()
352 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale) in ch7006_setup_properties()
/linux-4.4.14/Documentation/fb/
Dmodedb.txt78 Also, GTF does not take into account the aspect ratio of the display.
99 a = aspect ratio (3 - 4:3; 4 - 5:4; 9 - 15:9, 16:9; A - 16:10)
106 - aspect ratio can only be one of the above values
Duvesafb.txt40 widescreen panels, where native video modes don't have the 4:3 aspect
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c780 u32 aspect = (oY << 19) / oX; in nv50_crtc_set_scale() local
785 else oY = ((oX * aspect) + (aspect / 2)) >> 19; in nv50_crtc_set_scale()
789 else oY = ((oX * aspect) + (aspect / 2)) >> 19; in nv50_crtc_set_scale()
803 u32 aspect = (umode->hdisplay << 19) / umode->vdisplay; in nv50_crtc_set_scale() local
804 oX = ((oY * aspect) + (aspect / 2)) >> 19; in nv50_crtc_set_scale()
806 u32 aspect = (umode->vdisplay << 19) / umode->hdisplay; in nv50_crtc_set_scale() local
807 oY = ((oX * aspect) + (aspect / 2)) >> 19; in nv50_crtc_set_scale()
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt27 - Support for various pixel aspect ratios and video aspect ratios
313 The pixel aspect ratio will depend on the TV standard. The video aspect ratio
354 The pixel aspect ratio will depend on the HDMI timing: for 720x480 is it
356 standard, and for all others a 1:1 pixel aspect ratio is returned.
358 The video aspect ratio can be selected through the 'DV Timings Aspect Ratio'
406 The pixel aspect ratio will depend on the HDMI timing: for 720x480 is it
408 standard, and for all others a 1:1 pixel aspect ratio is returned.
598 displayed with the correct pixel and image aspect ratio corrections,
622 Standard Aspect Ratio: selects if the image aspect ratio as used for the TV or
626 DV Timings Aspect Ratio: selects if the image aspect ratio as used for the HDMI
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dps3av.h467 u8 aspect; /* in: aspect ratio */ member
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Dtrivial-devices.txt6 describe some aspect of it, there needs to be a specific binding
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt136 Sets the encoding aspect ratio. Changes in the aspect ratio take effect
/linux-4.4.14/Documentation/
Dbinfmt_misc.txt45 certain aspect. The following flags are supported -
Dvfio.txt39 by far the most critical aspect for maintaining a secure environment
Datomic_ops.txt191 One very important aspect of these two routines is that they DO NOT
DHOWTO490 because all you are is an email address. The international aspect also
/linux-4.4.14/Documentation/timers/
Dtimekeeping.txt155 enabling the CONFIG_HAVE_UNSTABLE_SCHED_CLOCK option. This is another aspect
/linux-4.4.14/arch/m68k/fpsp040/
Dbugfix.S185 | Test the register conflict aspect. If opclass0, check for
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db170 API-drm-mode-create-aspect-ratio-property
417 API-drm-get-cea-aspect-ratio
Ddevice-drivers.xml.db839 API-v4l2-calc-aspect-ratio
/linux-4.4.14/drivers/media/platform/davinci/
Dvpbe_display.c762 cropcap->pixelaspect = vpbe_dev->current_timings.aspect; in vpbe_display_cropcap()
/linux-4.4.14/Documentation/security/
Dcredentials.txt440 Should some other single aspect of another task's credentials need to be
DSmack.txt352 violate an aspect of the system security policy, as identified by
/linux-4.4.14/Documentation/spi/
Dspi-summary299 without the chip's driver being loaded. The most troublesome aspect of
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt619 Another aspect is that, for better or for worse, the cgroup interface
/linux-4.4.14/Documentation/RCU/
DRTFP.txt496 Describes the parallel RCU infrastructure. Includes NUMA aspect
632 'Change in mode' aspect of RCU. Can be thought of as a lazy barrier.