Home
last modified time | relevance | path

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

/system/extras/verity/fec/
Dimage.h68 struct image_proc_ctx;
69 typedef void (*image_proc_func)(image_proc_ctx *);
71 struct image_proc_ctx { struct
Dmain.cpp43 static void encode_rs(struct image_proc_ctx *ctx) in encode_rs()
60 static void decode_rs(struct image_proc_ctx *ctx) in decode_rs()
Dimage.cpp533 image_proc_ctx *ctx = (image_proc_ctx *)cookie; in process()
565 image_proc_ctx args[threads]; in image_process()