Home | History | Annotate | Download | only in libhwjpeg

Lines Matching refs:pix_mp

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