Searched refs:bytespp (Results 1 – 3 of 3) sorted by relevance
| /linux/include/video/ |
| H A D | omapvrfb.h | 22 u8 bytespp; member 31 u8 bytespp); 32 extern u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp); 33 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp); 36 unsigned bytespp, bool yuv_mode); 45 u8 bytespp) {} in omap_vrfb_adjust_size() argument 46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() argument 48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() argument 51 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup() argument
|
| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_vout_vrfb.c | 363 vout->vrfb_context[0].bytespp; in omap_vout_calculate_vrfb_offset() 376 vout->vrfb_context[0].bytespp) + in omap_vout_calculate_vrfb_offset() 378 vout->vrfb_context[0].bytespp)); in omap_vout_calculate_vrfb_offset() 391 vout->vrfb_context[0].bytespp; in omap_vout_calculate_vrfb_offset()
|
| /linux/drivers/video/fbdev/ |
| H A D | atafb.c | 2414 u32 bytespp = info->var.bits_per_pixel / 8; in svblit_copyarea() local 2431 svblit_copy(external_addr + area->sy * pitch + area->sx * bytespp, in svblit_copyarea() 2432 external_addr + area->dy * pitch + area->dx * bytespp, in svblit_copyarea() 2433 area->width * bytespp, pitch, pitch, area->height); in svblit_copyarea() 2440 u32 bytespp = info->var.bits_per_pixel / 8; in svblit_fillrect() local 2458 rect->dx * bytespp; in svblit_fillrect() 2459 switch (bytespp) { in svblit_fillrect() 2472 svblit_copy(external_addr + rect->dy * pitch + rect->dx * bytespp, in svblit_fillrect() 2474 rect->dx * bytespp, in svblit_fillrect() 2475 rect->width * bytespp, 0, pitch, rect->height - 1); in svblit_fillrect()
|