Searched refs:bytespp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dvrfb.h34 u8 bytespp; member in struct:vrfb
41 u8 bytespp);
42 extern u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp);
43 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp);
46 unsigned bytespp, bool yuv_mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/
H A Dvrfb.c82 static u32 get_image_width_roundup(u16 width, u8 bytespp) argument
84 unsigned long stride = width * bytespp;
88 return ceil_pages_per_stride * VRFB_PAGE_WIDTH / bytespp;
96 static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp) argument
99 bytespp;
116 u8 bytespp)
118 *width = ALIGN(*width * bytespp, VRFB_PAGE_WIDTH) / bytespp;
123 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) argument
126 bytespp);
115 omap_vrfb_adjust_size(u16 *width, u16 *height, u8 bytespp) argument
136 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) argument
158 omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, u16 width, u16 height, unsigned bytespp, bool yuv_mode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-main.c67 const unsigned bytespp = var->bits_per_pixel >> 3; local
68 const unsigned line_len = fix->line_length / bytespp;
180 offset *= vrfb->bytespp;
453 int bytespp = var->bits_per_pixel >> 3; local
454 unsigned long line_size = var->xres_virtual * bytespp;
460 max_frame_size, var->xres_virtual, bytespp) *
478 line_size = var->xres_virtual * bytespp;
503 unsigned bytespp; local
518 bytespp = var->bits_per_pixel >> 3;
530 else if (bytespp !
1432 int bytespp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddsi.c2548 int bytespp = dssdev->ctrl.pixel_size / 8; local
2576 /* We need header(4) + DCSCMD(1) + pixels(numpix*bytespp) bytes
2588 max_pixels_per_packet = max_data_per_packet / bytespp;
2623 1 + pixels * bytespp, 0);
2650 unsigned bytespp; local
2667 bytespp = dssdev->ctrl.pixel_size / 8;
2668 bytespl = w * bytespp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_vout.c562 vout->vrfb_context[0].bytespp;
575 vout->vrfb_context[0].bytespp) +
577 vout->vrfb_context[0].bytespp));
590 vout->vrfb_context[0].bytespp;

Completed in 178 milliseconds