Home | History | Annotate | Download | only in libgralloc1

Lines Matching defs:format

50     format(f), prod_usage(prod), cons_usage(cons) {}
53 int format;
63 bool IsCompressedRGBFormat(int format);
64 bool IsUncompressedRGBFormat(int format);
65 uint32_t GetBppForUncompressedRGB(int format);
76 bool IsUBwcFormat(int format);
77 bool IsUBwcSupported(int format);
78 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
80 void GetYuvUBwcWidthAndHeight(int width, int height, int format, unsigned int *aligned_w,
90 unsigned int GetUBwcSize(int width, int height, int format, unsigned int alignedw,