Lines Matching refs:pix

929 	struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp;  in __video_try_or_set_format()  local
937 if (fimc_jpeg_fourcc(pix->pixelformat)) { in __video_try_or_set_format()
938 fimc_capture_try_format(ctx, &pix->width, &pix->height, in __video_try_or_set_format()
939 NULL, &pix->pixelformat, in __video_try_or_set_format()
942 width = pix->width; in __video_try_or_set_format()
943 height = pix->height; in __video_try_or_set_format()
945 ctx->s_frame.f_width = pix->width; in __video_try_or_set_format()
946 ctx->s_frame.f_height = pix->height; in __video_try_or_set_format()
951 *out_fmt = fimc_capture_try_format(ctx, &pix->width, &pix->height, in __video_try_or_set_format()
952 NULL, &pix->pixelformat, in __video_try_or_set_format()
958 if (try && fimc_jpeg_fourcc(pix->pixelformat)) { in __video_try_or_set_format()
959 pix->width = width; in __video_try_or_set_format()
960 pix->height = height; in __video_try_or_set_format()
971 mf->width = pix->width; in __video_try_or_set_format()
972 mf->height = pix->height; in __video_try_or_set_format()
981 pix->width = mf->width; in __video_try_or_set_format()
982 pix->height = mf->height; in __video_try_or_set_format()
985 fimc_adjust_mplane_format(*out_fmt, pix->width, pix->height, pix); in __video_try_or_set_format()
994 fimc_get_sensor_frame_desc(sensor, pix->plane_fmt, in __video_try_or_set_format()
1033 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in __fimc_capture_set_format() local
1049 ff->bytesperline[i] = pix->plane_fmt[i].bytesperline; in __fimc_capture_set_format()
1050 ff->payload[i] = pix->plane_fmt[i].sizeimage; in __fimc_capture_set_format()
1053 set_frame_bounds(ff, pix->width, pix->height); in __fimc_capture_set_format()
1056 set_frame_crop(ff, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()
1063 set_frame_bounds(&ctx->s_frame, pix->width, pix->height); in __fimc_capture_set_format()
1064 set_frame_crop(&ctx->s_frame, 0, 0, pix->width, pix->height); in __fimc_capture_set_format()