Home
last modified time | relevance | path

Searched defs:venc_common_if (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/media/platform/mtk-vcodec/
Dvenc_drv_base.h25 struct venc_common_if { struct
31 int (*init)(struct mtk_vcodec_ctx *ctx, unsigned long *handle);
41 int (*encode)(unsigned long handle, enum venc_start_opt opt,
52 int (*set_param)(unsigned long handle, enum venc_set_param_type type,
59 int (*deinit)(unsigned long handle);
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
Dvenc_drv_base.h16 struct venc_common_if { struct
22 int (*init)(struct mtk_vcodec_ctx *ctx);
32 int (*encode)(void *handle, enum venc_start_opt opt,
43 int (*set_param)(void *handle, enum venc_set_param_type type,
50 int (*deinit)(void *handle);