Lines Matching refs:vpix
199 const struct vimc_debayer_pix_map *vpix =
202 if (!vpix)
236 const struct vimc_debayer_pix_map *vpix;
239 vpix = vimc_debayer_pix_map_by_code(fmt->code);
240 if (!vpix)
322 const struct vimc_pix_map *vpix;
325 vpix = vimc_pix_map_by_code(vdebayer->src_code);
328 switch (vpix->pixelformat) {
344 const struct vimc_pix_map *vpix;
351 vpix = vimc_pix_map_by_code(vdebayer->src_code);
353 vpix->bpp;
356 vpix = vimc_pix_map_by_code(vdebayer->sink_fmt.code);
357 vdebayer->sink_bpp = vpix->bpp;