| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/ |
| H A D | delta-debug.c | 28 s->pixelaspect.numerator, in delta_streaminfo_str() 29 s->pixelaspect.denominator); in delta_streaminfo_str() 49 f->pixelaspect.numerator, in delta_frameinfo_str() 50 f->pixelaspect.denominator); in delta_frameinfo_str()
|
| H A D | delta.h | 73 struct v4l2_fract pixelaspect; member 141 struct v4l2_fract pixelaspect; member
|
| H A D | delta-v4l2.c | 1202 frameinfo->pixelaspect = streaminfo->pixelaspect; in delta_get_frameinfo_default()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | vdec_helpers.c | 434 sess->pixelaspect.numerator = sess->height * dar_num; in amvdec_set_par_from_dar() 435 sess->pixelaspect.denominator = sess->width * dar_den; in amvdec_set_par_from_dar() 436 div = gcd(sess->pixelaspect.numerator, sess->pixelaspect.denominator); in amvdec_set_par_from_dar() 437 sess->pixelaspect.numerator /= div; in amvdec_set_par_from_dar() 438 sess->pixelaspect.denominator /= div; in amvdec_set_par_from_dar()
|
| H A D | codec_mpeg12.c | 147 sess->pixelaspect.numerator = 1; in codec_mpeg12_update_dar() 148 sess->pixelaspect.denominator = 1; in codec_mpeg12_update_dar()
|
| H A D | codec_h264.c | 274 sess->pixelaspect.numerator = ar_info & 0xffff; in codec_h264_set_par() 275 sess->pixelaspect.denominator = (ar_info >> 16) & 0xffff; in codec_h264_set_par() 282 sess->pixelaspect = par_table[ar_idc]; in codec_h264_set_par()
|
| H A D | vdec.c | 328 sess->pixelaspect.numerator = 1; in vdec_start_streaming() 329 sess->pixelaspect.denominator = 1; in vdec_start_streaming() 783 *f = sess->pixelaspect; in vdec_g_pixelaspect() 906 sess->pixelaspect.numerator = 1; in vdec_open() 907 sess->pixelaspect.denominator = 1; in vdec_open()
|
| H A D | vdec.h | 241 struct v4l2_fract pixelaspect; member
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-cropcap.rst | 77 - ``pixelaspect`` 83 ``pixelaspect`` to 1/1. Other common values are 54/59 for PAL and
|
| H A D | crop.rst | 308 aspect = cropcap.pixelaspect.numerator / 309 (double) cropcap.pixelaspect.denominator;
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 634 p->pixelaspect.numerator, p->pixelaspect.denominator); in v4l_print_cropcap() 2473 p->pixelaspect.numerator = 1; in v4l_cropcap() 2474 p->pixelaspect.denominator = 1; in v4l_cropcap() 2490 &p->pixelaspect); in v4l_cropcap()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | vpfe_capture.c | 86 struct v4l2_fract pixelaspect; member 1530 *f = vpfe_standards[vpfe_dev->std_index].pixelaspect; in vpfe_g_pixelaspect()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/am437x/ |
| H A D | am437x-vpfe.c | 52 struct v4l2_fract pixelaspect; member 1959 *f = vpfe_standards[vpfe->std_index].pixelaspect; in vpfe_g_pixelaspect()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-v4l2.c | 697 *f = cap.pixelaspect; in pvr2_g_pixelaspect()
|
| H A D | pvrusb2-hdw.c | 616 *val = cap->pixelaspect.numerator; in ctrl_get_cropcappan() 627 *val = cap->pixelaspect.denominator; in ctrl_get_cropcappad()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | videodev2.h | 1116 struct v4l2_fract pixelaspect; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | videodev2.h | 1116 struct v4l2_fract pixelaspect; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | bttv-driver.c | 269 .cropcap.pixelaspect.numerator = totalwidth, \ 270 .cropcap.pixelaspect.denominator = sqwidth, 2752 *f = bttv_tvnorms[btv->tvnorm].cropcap.pixelaspect; in bttv_g_pixelaspect()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 1230 struct v4l2_fract pixelaspect; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 1229 struct v4l2_fract pixelaspect; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | capture.c | 6928 cap->pixelaspect.numerator = 1; in rkcif_cropcap() 6929 cap->pixelaspect.denominator = 1; in rkcif_cropcap()
|