Home
last modified time | relevance | path

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

/system/extras/verity/fec/
Dimage.h87 extern bool image_process(image_proc_func f, image *ctx);
Dmain.cpp202 if (!image_process(encode_rs, &ctx)) { in encode()
251 if (!image_process(decode_rs, &ctx)) { in decode()
Dimage.cpp353 bool image_process(image_proc_func func, image *ctx) in image_process() function