Searched defs:is_yuv (Results 1 – 2 of 2) sorted by relevance
271 boolean is_yuv = (vs_traits & VS_YUV) != 0; in create_vs() local455 unsigned is_yuv = (fs_traits & FS_YUV) != 0; in create_fs() local
87 is_yuv(int native) in is_yuv() function