Searched refs:mFrmOut (Results 1 – 5 of 5) sorted by relevance
96 p->mFrmOut = NULL; in mpp_ctx_create()202 mpp->mFrmOut = mpp_list_create(list_wraper_frame); in mpp_ctx_init()361 if (mpp->mFrmOut) { in mpp_clear()362 mpp_list_destroy(mpp->mFrmOut); in mpp_clear()363 mpp->mFrmOut = NULL; in mpp_clear()574 mpp_mutex_cond_lock(&mpp->mFrmOut->cond_lock); in mpp_get_frame()576 if (0 == mpp_list_size(mpp->mFrmOut)) { in mpp_get_frame()580 mpp_list_wait(mpp->mFrmOut); in mpp_get_frame()582 RK_S32 ret = mpp_list_wait_timed(mpp->mFrmOut, mpp->mOutputTimeout); in mpp_get_frame()585 mpp_mutex_cond_unlock(&mpp->mFrmOut->cond_lock); in mpp_get_frame()[all …]
102 MppList *mFrmOut; member
475 if (mpp->mFrmOut) { in try_proc_dec_task()476 task->wait.dis_que_full = (mpp_list_size(mpp->mFrmOut) > 4) ? 1 : 0; in try_proc_dec_task()1095 MppList *list = mpp->mFrmOut; in mpp_dec_advanced_thread()
361 MppList *list = mpp->mFrmOut; in mpp_dec_put_frame()
106 MppList *list = mpp->mFrmOut; in dec_vproc_put_frame()