Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c713 struct v4l2_fract aspect, in v4l2_detect_gtf() argument
746 if (aspect.numerator == 0 || aspect.denominator == 0) { in v4l2_detect_gtf()
747 aspect.numerator = 16; in v4l2_detect_gtf()
748 aspect.denominator = 9; in v4l2_detect_gtf()
750 image_width = ((image_height * aspect.numerator) / aspect.denominator); in v4l2_detect_gtf()
831 struct v4l2_fract aspect = { 16, 9 }; in v4l2_calc_aspect_ratio() local
836 return aspect; in v4l2_calc_aspect_ratio()
839 aspect.numerator = hor_landscape; in v4l2_calc_aspect_ratio()
840 aspect.denominator = vert_portrait; in v4l2_calc_aspect_ratio()
841 return aspect; in v4l2_calc_aspect_ratio()
[all …]
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0030-kmssink-Support-ignoring-aspect-ratio.patch4 Subject: [PATCH 30/41] kmssink: Support ignoring aspect ratio
6 Set "force-aspect-ratio" property to false to ignore aspect ratio.
78 + g_param_spec_boolean ("force-aspect-ratio", "Force aspect ratio",
79 + "When enabled, scaling will respect original aspect ratio", TRUE,
H A D0021-waylandsink-Support-window-fill-mode-property.patch46 + {GST_WL_WINDOW_STRETCH, "Ignore aspect ratio", "stretch"},
47 + {GST_WL_WINDOW_FIT, "Keep aspect ratio", "fit"},
48 + {GST_WL_WINDOW_CROP, "Keep aspect ratio by expanding", "crop"},
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0030-kmssink-Support-ignoring-aspect-ratio.patch4 Subject: [PATCH 30/41] kmssink: Support ignoring aspect ratio
6 Set "force-aspect-ratio" property to false to ignore aspect ratio.
78 + g_param_spec_boolean ("force-aspect-ratio", "Force aspect ratio",
79 + "When enabled, scaling will respect original aspect ratio", TRUE,
H A D0021-waylandsink-Support-window-fill-mode-property.patch46 + {GST_WL_WINDOW_STRETCH, "Ignore aspect ratio", "stretch"},
47 + {GST_WL_WINDOW_FIT, "Keep aspect ratio", "fit"},
48 + {GST_WL_WINDOW_CROP, "Keep aspect ratio by expanding", "crop"},
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0029-kmssink-Support-ignoring-aspect-ratio.patch4 Subject: [PATCH 29/33] kmssink: Support ignoring aspect ratio
6 Set "force-aspect-ratio" property to false to ignore aspect ratio.
78 + g_param_spec_boolean ("force-aspect-ratio", "Force aspect ratio",
79 + "When enabled, scaling will respect original aspect ratio", TRUE,
H A D0020-waylandsink-Support-window-fill-mode-property.patch46 + {GST_WL_WINDOW_STRETCH, "Ignore aspect ratio", "stretch"},
47 + {GST_WL_WINDOW_FIT, "Keep aspect ratio", "fit"},
48 + {GST_WL_WINDOW_CROP, "Keep aspect ratio by expanding", "crop"},
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dboard-dm365-evm.c452 .aspect = {11, 10},
464 .aspect = {54, 59},
480 .aspect = {1, 1},
492 .aspect = {1, 1},
504 .aspect = {1, 1},
520 .aspect = {1, 1},
H A Dboard-dm644x-evm.c713 .aspect = {11, 10},
725 .aspect = {54, 59},
741 .aspect = {1, 1},
753 .aspect = {1, 1},
H A Dboard-dm355-evm.c276 .aspect = {11, 10},
288 .aspect = {54, 59},
/OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c165 struct v4l2_fract *aspect) in adv748x_afe_g_pixelaspect() argument
170 aspect->numerator = 11; in adv748x_afe_g_pixelaspect()
171 aspect->denominator = 10; in adv748x_afe_g_pixelaspect()
173 aspect->numerator = 54; in adv748x_afe_g_pixelaspect()
174 aspect->denominator = 59; in adv748x_afe_g_pixelaspect()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dvideo-get-size.rst47 - Returns the size and aspect ratio.
52 This ioctl returns the size and aspect ratio.
H A Dvideo_types.rst27 aspect ratio the output hardware (e.g. TV) has. It is also used in the
190 video_format_t video_format; /* current aspect ratio of stream */
199 demultiplexer or from memory. The video_format indicates the aspect
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dcrop.rst13 with the exception of pixel aspect ratio detection, which is
145 aspect ratio closer to the original request, so it asks for a cropping
260 Example: Current scaling factor and pixel aspect
271 double aspect;
308 aspect = cropcap.pixelaspect.numerator /
310 aspect = aspect * hscale / vscale;
316 dwidth = format.fmt.pix.width / aspect;
H A Dvidioc-cropcap.rst35 aspect of images and to calculate scale factors. They set the ``type``
72 Assuming pixel aspect 1/1 this could be for example a 640 × 480
78 - This is the pixel aspect (y / x) when no scaling is applied, the
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/
H A Dhva-debugfs.c19 u32 bitrate_mode, aspect, entropy, vui_sar, sei_fp; in format_ctx() local
45 aspect = V4L2_CID_MPEG_VIDEO_ASPECT; in format_ctx()
55 v4l2_ctrl_get_menu(aspect)[ctrls->aspect], in format_ctx()
/OK3568_Linux_fs/kernel/drivers/ps3/
H A Dps3av_cmd.c328 int aspect, u32 id) in ps3av_cmd_set_av_video_cs() argument
337 if (aspect == -1) in ps3av_cmd_set_av_video_cs()
338 aspect = 0; in ps3av_cmd_set_av_video_cs()
354 av_video_cs->aspect = aspect; in ps3av_cmd_set_av_video_cs()
/OK3568_Linux_fs/external/xserver/dix/
H A DBuiltInAtoms237 min-aspect-x, min-aspect-y: CARD32
238 max-aspect-x, max-aspect-y: CARD32
247 0x00000080 program specified aspect ratio
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dcamera.hpp66 double aspect; // Aspect ratio member
/OK3568_Linux_fs/kernel/include/media/davinci/
H A Dvpbe_types.h63 struct v4l2_fract aspect; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i2c/
H A Dch7006_mode.c335 uint64_t scale, aspect; in ch7006_setup_properties() local
348 aspect = ch_mode->enc_hdisp*fixed1; in ch7006_setup_properties()
349 do_div(aspect, ch_mode->enc_vdisp); in ch7006_setup_properties()
351 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale) in ch7006_setup_properties()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc202 bAspectRatioY the X dimension of the picture aspect
204 bAspectRatioX the Y dimension of the picture aspect
258 bAspectRatioY the X dimension of the picture aspect
260 bAspectRatioX the Y dimension of the picture aspect
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat4.hpp37 void perspective(mat4& out, double fovy, double aspect, double near, double far);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-aspectlib_1.5.2.bb4 SUMMARY = "``aspectlib`` is an aspect-oriented programming, monkey-patch and decorators library. It…

12345