Searched refs:FB_ISYUVPACKED (Results 1 - 1 of 1) sorted by relevance
/third_party/NuttX/include/nuttx/video/ | ||
H A D | fb.h | 137 #define FB_ISYUVPACKED(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