Searched defs:hantro_codec_ops (Results 1 – 2 of 2) sorted by relevance
135 struct hantro_codec_ops { struct136 int (*init)(struct hantro_ctx *ctx);137 void (*exit)(struct hantro_ctx *ctx);138 void (*run)(struct hantro_ctx *ctx);139 void (*done)(struct hantro_ctx *ctx);140 void (*reset)(struct hantro_ctx *ctx);
371 struct hantro_codec_ops { struct372 int (*init)(struct hantro_ctx *ctx);373 void (*exit)(struct hantro_ctx *ctx);374 int (*run)(struct hantro_ctx *ctx);375 void (*done)(struct hantro_ctx *ctx);376 void (*reset)(struct hantro_ctx *ctx);