Home
last modified time | relevance | path

Searched refs:TJ_BGR (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg.h1687 #define TJ_BGR 1 macro
Dturbojpeg.c221 if (flags & TJ_BGR) return TJPF_BGR; in getPixelFormat()
226 if (flags & TJ_BGR) return TJPF_XBGR; in getPixelFormat()
229 if (flags & TJ_BGR) return TJPF_BGRX; in getPixelFormat()