Lines Matching refs:vpix
114 const struct vimc_pix_map *vpix;
119 vpix = vimc_pix_map_by_code(mbus_code);
122 if (!vpix || vpix->bayer)
134 const struct vimc_pix_map *vpix;
140 vpix = vimc_pix_map_by_code(fse->code);
141 if (!vpix || vpix->bayer)
185 const struct vimc_pix_map *vpix;
188 vpix = vimc_pix_map_by_code(fmt->code);
189 if (!vpix || vpix->bayer)
340 const struct vimc_pix_map *vpix;
347 vpix = vimc_pix_map_by_code(vsca->sink_fmt.code);
348 vsca->bpp = vpix->bpp;