Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_dec.c480 ctx->state = MFCINST_INIT; in vidioc_s_fmt()
511 if (ctx->state != MFCINST_INIT) { in reqbufs_output()
774 } else if (ctx->state != MFCINST_INIT && in s5p_mfc_dec_g_v_ctrl()
946 if (ctx->state == MFCINST_INIT && in s5p_mfc_queue_setup()
995 } else if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE && ctx->state == MFCINST_INIT) { in s5p_mfc_queue_setup()
Ds5p_mfc_common.h129 MFCINST_INIT = 100, enumerator
Ds5p_mfc_opr_v5.c1363 case MFCINST_INIT: in s5p_mfc_try_run_v5()
1399 case MFCINST_INIT: in s5p_mfc_try_run_v5()
Ds5p_mfc_enc.c1491 ctx->state = MFCINST_INIT; in vidioc_s_fmt()
2260 } else if (ctx->state != MFCINST_INIT) { in s5p_mfc_enc_g_v_ctrl()
Ds5p_mfc_opr_v6.c2179 case MFCINST_INIT: in s5p_mfc_try_run_v6()
2217 case MFCINST_INIT: in s5p_mfc_try_run_v6()
Ds5p_mfc.c974 if (ctx->state != MFCINST_FREE && ctx->state != MFCINST_INIT) { in s5p_mfc_release()