Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr_v5.c1141 if (ctx->state == MFCINST_FINISHING) in s5p_mfc_encode_one_frame_v5()
1165 if (ctx->state == MFCINST_FINISHING) { in s5p_mfc_run_dec_frame()
1188 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_dec_frame()
1202 if (list_empty(&ctx->src_queue) && ctx->state != MFCINST_FINISHING) { in s5p_mfc_run_enc_frame()
1224 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
1233 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
1355 case MFCINST_FINISHING: in s5p_mfc_try_run_v5()
1393 case MFCINST_FINISHING: in s5p_mfc_try_run_v5()
H A Ds5p_mfc_dec.c238 if (ctx->state == MFCINST_FINISHING && in s5p_mfc_ctx_ready()
779 ctx->state != MFCINST_FINISHING && in vidioc_g_selection()
840 ctx->state = MFCINST_FINISHING; in vidioc_decoder_cmd()
850 ctx->state = MFCINST_FINISHING; in vidioc_decoder_cmd()
1017 if (ctx->state == MFCINST_FINISHING || in s5p_mfc_start_streaming()
1035 if ((ctx->state == MFCINST_FINISHING || in s5p_mfc_stop_streaming()
H A Ds5p_mfc_opr_v6.c1769 if (ctx->state != MFCINST_FINISHING) in s5p_mfc_encode_one_frame_v6()
1797 if (ctx->state == MFCINST_FINISHING) { in s5p_mfc_run_dec_frame()
1823 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_dec_frame()
1841 if (list_empty(&ctx->src_queue) && ctx->state != MFCINST_FINISHING) { in s5p_mfc_run_enc_frame()
1860 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
1870 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
2000 case MFCINST_FINISHING: in s5p_mfc_try_run_v6()
2040 case MFCINST_FINISHING: in s5p_mfc_try_run_v6()
H A Ds5p_mfc.c438 ctx->state = MFCINST_FINISHING; in s5p_mfc_handle_frame()
450 if ((ctx->src_queue_cnt == 0 && ctx->state != MFCINST_FINISHING) in s5p_mfc_handle_frame()
476 case MFCINST_FINISHING: in s5p_mfc_handle_error()
668 if (ctx->state == MFCINST_FINISHING && in s5p_mfc_irq()
H A Ds5p_mfc_enc.c1107 if (ctx->state == MFCINST_FINISHING && in s5p_mfc_ctx_ready()
1603 if (ctx->state == MFCINST_FINISHING) { in vidioc_qbuf()
2294 ctx->state = MFCINST_FINISHING; in vidioc_encoder_cmd()
2304 ctx->state = MFCINST_FINISHING; in vidioc_encoder_cmd()
2532 if ((ctx->state == MFCINST_FINISHING || in s5p_mfc_stop_streaming()
H A Ds5p_mfc_common.h134 MFCINST_FINISHING, enumerator