Home
last modified time | relevance | path

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

/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()
/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()
2208 css_pipe->aux_frames[a].bytesperpixel, in imgu_css_set_parameters()
/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c131 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()