Searched refs:IS_CONV_INDEX_FORMAT (Results 1 – 1 of 1) sorted by relevance
32 #define IS_CONV_INDEX_FORMAT(cf) (cf == LV_COLOR_FORMAT_I1 || cf == LV_COLOR_FORMAT_I2 || cf == LV_… macro160 if(!IS_CONV_INDEX_FORMAT(header->cf)) { in decoder_info()