Home
last modified time | relevance | path

Searched refs:bytesperpixel (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.h139 unsigned int bytesperpixel; member
168 unsigned int bytesperpixel; member
H A Dam437x-vpfe.c429 params->frm_fmt, params->bytesperpixel); in vpfe_ccdc_config_ycbcr()
549 params->bytesperpixel); in vpfe_ccdc_config_raw()
683 ccdc->ccdc_cfg.bayer.bytesperpixel = bpp; in vpfe_ccdc_set_image_window()
687 ccdc->ccdc_cfg.ycbcr.bytesperpixel = bpp; in vpfe_ccdc_set_image_window()
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css.h132 unsigned int bytesperpixel; member
H A Dipu3-css.c1237 css_pipe->aux_frames[IPU3_CSS_AUX_FRAME_REF].bytesperpixel = BYPC; in imgu_css_binary_setup()
1247 css_pipe->aux_frames[IPU3_CSS_AUX_FRAME_REF].bytesperpixel * w; in imgu_css_binary_setup()
1257 css_pipe->aux_frames[IPU3_CSS_AUX_FRAME_TNR].bytesperpixel = 1; in imgu_css_binary_setup()
2209 css_pipe->aux_frames[a].bytesperpixel, in imgu_css_set_parameters()
H A Dipu3-css-params.c1877 css_pipe->aux_frames[IPU3_CSS_AUX_FRAME_REF].bytesperpixel; in imgu_css_cfg_acc_stripe()
/openbmc/linux/drivers/video/fbdev/
H A Dpvr2fb.c558 unsigned int bytesperpixel = var->bits_per_pixel >> 3; in pvr2_init_display() local
596 fb_writel(fb_readl(DISP_DIWMODE) | (--bytesperpixel << 2), DISP_DIWMODE); in pvr2_init_display()
597 fb_writel(bytesperpixel << 2, DISP_PIXDEPTH); in pvr2_init_display()
/openbmc/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c132 unsigned int bytesperpixel; member
918 video->bytesperpixel = npcm_video_get_bpp(video); in npcm_video_set_resolution()
919 npcm_video_set_linepitch(video, timing->width * video->bytesperpixel); in npcm_video_set_resolution()
924 video->bytesperpixel; in npcm_video_set_resolution()
936 timing->width, timing->height, video->bytesperpixel, in npcm_video_set_resolution()
1007 len = width * video->bytesperpixel; in npcm_video_raw()