Home
last modified time | relevance | path

Searched refs:MFCINST_FINISHING (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c1143 if (ctx->state == MFCINST_FINISHING) in s5p_mfc_encode_one_frame_v5()
1167 if (ctx->state == MFCINST_FINISHING) { in s5p_mfc_run_dec_frame()
1190 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_dec_frame()
1204 if (list_empty(&ctx->src_queue) && ctx->state != MFCINST_FINISHING) { in s5p_mfc_run_enc_frame()
1226 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
1235 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
1357 case MFCINST_FINISHING: in s5p_mfc_try_run_v5()
1395 case MFCINST_FINISHING: in s5p_mfc_try_run_v5()
H A Ds5p_mfc_opr_v6.c1929 if (ctx->state != MFCINST_FINISHING) in s5p_mfc_encode_one_frame_v6()
1957 if (ctx->state == MFCINST_FINISHING) { in s5p_mfc_run_dec_frame()
1983 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_dec_frame()
2001 if (list_empty(&ctx->src_queue) && ctx->state != MFCINST_FINISHING) { in s5p_mfc_run_enc_frame()
2020 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
2036 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
2173 case MFCINST_FINISHING: in s5p_mfc_try_run_v6()
2213 case MFCINST_FINISHING: in s5p_mfc_try_run_v6()
H A Ds5p_mfc_common.h135 MFCINST_FINISHING, enumerator