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