Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/vproc/inc/
H A Diep_common.h53 IEP_CMD_RUN_SYNC = 0x1000, // start sync mode process enumerator
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/test/
H A Diep2_test.c319 iep2->ops->control(iep2->priv, IEP_CMD_RUN_SYNC, &dei_info); in iep2_test()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/
H A Diep_test.cpp302 if (0 == iep_control(info->ctx, IEP_CMD_RUN_SYNC, NULL)) in iep_process_thread()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/
H A Diep2.c449 case IEP_CMD_RUN_SYNC: { in iep2_control()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A Diep.cpp583 case IEP_CMD_RUN_SYNC : { in iep_control()
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_dec_vproc.cpp231 ret = ctx->com_ctx->ops->control(ctx->iep_ctx, IEP_CMD_RUN_SYNC, &ctx->dei_info); in dec_vproc_start_dei()