Home
last modified time | relevance | path

Searched refs:post_frame_start (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_common.h533 int (*post_frame_start) (struct s5p_mfc_ctx *ctx); member
H A Ds5p_mfc.c664 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq()
665 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq()
H A Ds5p_mfc_dec.c262 .post_frame_start = NULL,
H A Ds5p_mfc_enc.c1301 .post_frame_start = enc_post_frame_start,