Home
last modified time | relevance | path

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

/test/image/
A Dspl_load.c322 size_t img_size, img_data, data_size = SPL_TEST_DATA_SIZE; in spl_test_image() local
330 img_size = create_image(NULL, type, &info_write, &img_data); in spl_test_image()
335 data = img + img_data; in spl_test_image()
616 size_t img_size, img_data, plain_size = SPL_TEST_DATA_SIZE; in do_spl_test_load() local
628 img_size = create_image(NULL, type, &info_write, &img_data); in do_spl_test_load()
633 data = img + img_data; in do_spl_test_load()
A Dspl_load_fs.c321 size_t fs_size, fs_data, img_size, img_data, in spl_test_mmc_fs() local
340 img_size = create_image(NULL, type, &info_write, &img_data); in spl_test_mmc_fs()
347 data = fs + fs_data + img_data; in spl_test_mmc_fs()

Completed in 35 milliseconds