Home
last modified time | relevance | path

Searched refs:defrect (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_v4l2.c136 struct jaguar1_default_rect defrect; member
410 struct jaguar1_default_rect *rect = &jaguar1->defrect; in jaguar1_get_default_format()
887 (unsigned int *)&jaguar1->defrect, 2)) { in jaguar1_analyze_dts()
888 jaguar1->defrect.width = JAGUAR1_DEFAULT_WIDTH; in jaguar1_analyze_dts()
889 jaguar1->defrect.height = JAGUAR1_DEFAULT_HEIGHT; in jaguar1_analyze_dts()
898 jaguar1->defrect.width, in jaguar1_analyze_dts()
899 jaguar1->defrect.height); in jaguar1_analyze_dts()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dcrop.rst96 ``defrect`` substructure of struct
182 crop.c = cropcap.defrect;
209 format.fmt.pix.width = cropcap.defrect.width >> 1;
210 format.fmt.pix.height = cropcap.defrect.height >> 1;
242 crop.c = cropcap.defrect;
292 crop.c = cropcap.defrect;
H A Dvidioc-cropcap.rst70 - ``defrect``
H A Dcapture.c.rst472 crop.c = cropcap.defrect; /* reset to default */
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-evb-android-act8846-edp.dts392 /* resolution.w, resolution.h, defrect.left, defrect.top, defrect.w, defrect.h */
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_v4l2.c165 struct nvp6158_default_rect defrect; member
578 struct nvp6158_default_rect *rect = &nvp6158->defrect; in nvp6158_get_default_format()
1355 (unsigned int *)&nvp6158->defrect, 2)) { in nvp6158_parse_dts()
1356 nvp6158->defrect.width = NVP6158_DEFAULT_WIDTH; in nvp6158_parse_dts()
1357 nvp6158->defrect.height = NVP6158_DEFAULT_HEIGHT; in nvp6158_parse_dts()
1366 nvp6158->defrect.width, in nvp6158_parse_dts()
1367 nvp6158->defrect.height); in nvp6158_parse_dts()
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-risc.c382 if ((crop->left == tvnorm->cropcap.defrect.left in bttv_calc_geo()
383 && crop->top == tvnorm->cropcap.defrect.top in bttv_calc_geo()
384 && crop->width == tvnorm->cropcap.defrect.width in bttv_calc_geo()
385 && crop->height == tvnorm->cropcap.defrect.height in bttv_calc_geo()
H A Dbttv-driver.c265 .cropcap.defrect.left = hdelayx1, \
266 .cropcap.defrect.top = (videostart0) * 2, \
267 .cropcap.defrect.width = swidth, \
268 .cropcap.defrect.height = sheight, \
1110 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset()
1557 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) { in bttv_prepare_buffer()
1561 c.rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_prepare_buffer()
2775 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect; in bttv_g_selection()
H A Dbttv-vbi.c430 real_count = ((tvnorm->cropcap.defrect.top >> 1) in bttv_vbi_fmt_reset()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c632 p->defrect.width, p->defrect.height, in v4l_print_cropcap()
633 p->defrect.left, p->defrect.top, in v4l_print_cropcap()
2525 p->defrect = s.r; in v4l_cropcap()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c572 *val = cap->defrect.left; in ctrl_get_cropcapdl()
583 *val = cap->defrect.top; in ctrl_get_cropcapdt()
594 *val = cap->defrect.width; in ctrl_get_cropcapdw()
605 *val = cap->defrect.height; in ctrl_get_cropcapdh()
H A Dpvrusb2-v4l2.c740 sel->r = cap.defrect; in pvr2_g_selection()
/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 Dvideodev2.h1115 struct v4l2_rect defrect; 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 Dvideodev2.h1115 struct v4l2_rect defrect; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1229 struct v4l2_rect defrect; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1228 struct v4l2_rect defrect; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c6927 cap->defrect = cap->bounds; in rkcif_cropcap()