Searched defs:hantro_codec_ops (Results 1 – 1 of 1) sorted by relevance
288 struct hantro_codec_ops { struct289 int (*init)(struct hantro_ctx *ctx);290 void (*exit)(struct hantro_ctx *ctx);291 int (*run)(struct hantro_ctx *ctx);292 void (*done)(struct hantro_ctx *ctx);293 void (*reset)(struct hantro_ctx *ctx);
Completed in 6 milliseconds