Home
last modified time | relevance | path

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

/aosp12/system/extras/verity/fec/
H A Dimage.h83 extern bool image_ecc_new(const std::string& filename, image *ctx);
H A Dimage.cpp192 bool image_ecc_new(const std::string& filename, image *ctx) in image_ecc_new() function
263 if (!image_ecc_new(filename, ctx)) { in image_ecc_load()
H A Dmain.cpp183 if (!image_ecc_new(fec_filename, &ctx)) { in encode()