Lines Matching refs:vpix
89 const struct vimc_pix_map *vpix;
97 vpix = vimc_pix_map_by_pixelformat(format->pixelformat);
98 if (!vpix) {
100 vpix = vimc_pix_map_by_pixelformat(format->pixelformat);
103 format->bytesperline = format->width * vpix->bpp;
153 const struct vimc_pix_map *vpix;
159 vpix = vimc_pix_map_by_code(f->mbus_code);
161 vpix = vimc_pix_map_by_index(f->index);
164 if (!vpix)
167 f->pixelformat = vpix->pixelformat;
175 const struct vimc_pix_map *vpix;
181 vpix = vimc_pix_map_by_code(fsize->pixel_format);
182 if (!vpix)
400 const struct vimc_pix_map *vpix;
452 vpix = vimc_pix_map_by_pixelformat(vcapture->format.pixelformat);
453 vcapture->format.bytesperline = vcapture->format.width * vpix->bpp;