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

/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_common.h350 int (*post_frame_start) (struct s5p_mfc_ctx *ctx); member in struct:s5p_mfc_codec_ops
H A Ds5p_mfc.c571 if (ctx->c_ops->post_frame_start) {
572 if (ctx->c_ops->post_frame_start(ctx))
573 mfc_err("post_frame_start() failed\n");
H A Ds5p_mfc_dec.c210 .post_frame_start = NULL,
H A Ds5p_mfc_enc.c775 .post_frame_start = enc_post_frame_start,

Completed in 23 milliseconds