Lines Matching refs:vpix
96 const struct vimc_pix_map *vpix;
101 vpix = vimc_pix_map_by_code(mbus_code);
104 if (!vpix || vpix->bayer)
116 const struct vimc_pix_map *vpix;
122 vpix = vimc_pix_map_by_code(fse->code);
123 if (!vpix || vpix->bayer)
187 const struct vimc_pix_map *vpix;
190 vpix = vimc_pix_map_by_code(format->format.code);
191 if (vpix && !vpix->bayer)
310 const struct vimc_pix_map *vpix;
317 vpix = vimc_pix_map_by_code(vscaler->fmt[VIMC_SCALER_SINK].code);
318 vscaler->bpp = vpix->bpp;