Searched refs:FB_ISYUVPLANAR (Results 1 - 1 of 1) sorted by relevance
/third_party/NuttX/include/nuttx/video/ | ||
H A D | fb.h | 172 #define FB_ISYUVPLANAR(f) (((f) >= FB_FMT_AYUV) && (f) <= FB_FMT_YUVP) macro 173 #define FB_ISYUV(f) (FB_ISYUVPACKED(f) || FB_ISYUVPLANAR(f)) |
Completed in 2 milliseconds