Searched refs:spriteFormat (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
H A DPixelFormat.cpp24 bool PixelFormat::convertFormat(uint32_t grallocFormat, uint32_t& spriteFormat, int& bpp) argument
28 spriteFormat = PLANE_PIXEL_FORMAT_RGBA8888;
32 spriteFormat = PLANE_PIXEL_FORMAT_RGBX8888;
36 spriteFormat = PLANE_PIXEL_FORMAT_BGRX8888;
40 spriteFormat = PLANE_PIXEL_FORMAT_BGRA8888;
44 spriteFormat = PLANE_PIXEL_FORMAT_BGRX565;
H A DPixelFormat.h35 static bool convertFormat(uint32_t grallocFormat, uint32_t& spriteFormat, int& bpp);
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnRGBPlane.cpp152 uint32_t spriteFormat; local
169 if (!PixelFormat::convertFormat(mapper.getFormat(), spriteFormat, bpp)) {
208 mContext.ctx.sp_ctx.cntr = spriteFormat | 0x80000000;

Completed in 93 milliseconds