Lines Matching refs:pix_mp
91 fmt.fmt.pix_mp.width = pstConfig->width; in t_v4l2SetFmt()
92 fmt.fmt.pix_mp.height = pstConfig->height; in t_v4l2SetFmt()
93 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY; in t_v4l2SetFmt()
94 fmt.fmt.pix_mp.num_planes = pstConfig->numOfPlanes; in t_v4l2SetFmt()
97 fmt.fmt.pix_mp.colorspace = V4L2_COLORSPACE_JPEG; in t_v4l2SetFmt()
105 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.in_fmt; in t_v4l2SetFmt()
107 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.in_fmt; in t_v4l2SetFmt()
108 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = pstConfig->sizeJpeg; in t_v4l2SetFmt()
113 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.out_fmt; in t_v4l2SetFmt()
115 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.out_fmt; in t_v4l2SetFmt()
116 fmt.fmt.pix_mp.width = pstConfig->scaled_width; in t_v4l2SetFmt()
117 fmt.fmt.pix_mp.height = pstConfig->scaled_height; in t_v4l2SetFmt()
153 pstConfig->width = fmt.fmt.pix_mp.width; in t_v4l2GetFmt()
154 pstConfig->height = fmt.fmt.pix_mp.height; in t_v4l2GetFmt()
156 pstConfig->pix.enc_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()
158 pstConfig->pix.dec_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()
161 pstConfig->width = fmt.fmt.pix_mp.width; in t_v4l2GetFmt()
162 pstConfig->height = fmt.fmt.pix_mp.height; in t_v4l2GetFmt()
164 pstConfig->pix.enc_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()
166 pstConfig->pix.dec_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()