Home
last modified time | relevance | path

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

/system/extras/verity/fec/
Dimage.h82 extern bool image_load(const std::vector<std::string>& filename, image *ctx,
Dmain.cpp179 if (!image_load(inp_filenames, &ctx, false)) { in encode()
225 !image_load(inp_filenames, &ctx, !out_filename.empty())) { in decode()
Dimage.cpp279 bool image_load(const std::vector<std::string>& filenames, image *ctx, in image_load() function