Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_dec.c256 if (ctx->state == MFCINST_FINISHING && in s5p_mfc_ctx_ready()
795 ctx->state != MFCINST_FINISHING && in vidioc_g_selection()
856 ctx->state = MFCINST_FINISHING; in vidioc_decoder_cmd()
866 ctx->state = MFCINST_FINISHING; in vidioc_decoder_cmd()
1033 if (ctx->state == MFCINST_FINISHING || in s5p_mfc_start_streaming()
1051 if ((ctx->state == MFCINST_FINISHING || in s5p_mfc_stop_streaming()
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()
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()
A Ds5p_mfc_enc.c1107 if (ctx->state == MFCINST_FINISHING && in s5p_mfc_ctx_ready()
1262 ctx->state == MFCINST_FINISHING)) { in enc_post_frame_start()
1297 if (ctx->state == MFCINST_FINISHING && ctx->ref_queue_cnt == 0) in enc_post_frame_start()
1609 if (ctx->state == MFCINST_FINISHING) { in vidioc_qbuf()
2300 ctx->state = MFCINST_FINISHING; in vidioc_encoder_cmd()
2310 ctx->state = MFCINST_FINISHING; in vidioc_encoder_cmd()
2538 if ((ctx->state == MFCINST_FINISHING || in s5p_mfc_stop_streaming()
A Ds5p_mfc.c450 ctx->state = MFCINST_FINISHING; in s5p_mfc_handle_frame()
462 if ((ctx->src_queue_cnt == 0 && ctx->state != MFCINST_FINISHING) in s5p_mfc_handle_frame()
488 case MFCINST_FINISHING: in s5p_mfc_handle_error()
683 if (ctx->state == MFCINST_FINISHING && in s5p_mfc_irq()
A Ds5p_mfc_common.h134 MFCINST_FINISHING, enumerator

Completed in 22 milliseconds