Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_draw_buf_stride.c21 const char * color_formats[] = { in test_draw_buf_stride_adjust() local
52 for(unsigned long i = 0; i < sizeof(color_formats) / sizeof(color_formats[0]); i++) { in test_draw_buf_stride_adjust()
55 …mg_src, sizeof(img_src), "A:test_images/stride_align1/UNCOMPRESSED/test_%s.bin", color_formats[i]); in test_draw_buf_stride_adjust()
56 …snprintf(ref_image, sizeof(ref_image), "draw/temp_%s.o", color_formats[i]); /*Use .o file name so … in test_draw_buf_stride_adjust()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_image_formats.c8 static const char * color_formats[] = { variable
127 static const void * c_array_images[sizeof(stride_align)][sizeof(compressions)][sizeof(color_formats
263 for(unsigned i = 0; i < sizeof(color_formats) / sizeof(color_formats[0]); i++) { in bin_image_create()
264 lv_snprintf(name, sizeof(name), "bin%s", color_formats[i]); in bin_image_create()
266 color_formats[i]); in bin_image_create()
274 for(unsigned i = 0; i < sizeof(color_formats) / sizeof(color_formats[0]); i++) { in c_array_image_create()
275 lv_snprintf(name, sizeof(name), "%s%s", compressions[compress], color_formats[i]); in c_array_image_create()