Home
last modified time | relevance | path

Searched refs:image_load (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/verity/fec/
H A Dmain.cpp179 if (!image_load(inp_filenames, &ctx)) { in encode()
229 !image_load(inp_filenames, &ctx)) { in decode()
H A Dimage.h80 extern bool image_load(const std::vector<std::string>& filename, image *ctx);
H A Dimage.cpp145 bool image_load(const std::vector<std::string>& filenames, image *ctx) in image_load() function