Home
last modified time | relevance | path

Searched refs:mFrmIn (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/
H A Dmpp.c95 p->mFrmIn = NULL; in mpp_ctx_create()
244 mpp->mFrmIn = mpp_list_create(list_wraper_frame); in mpp_ctx_init()
357 if (mpp->mFrmIn) { in mpp_clear()
358 mpp_list_destroy(mpp->mFrmIn); in mpp_clear()
359 mpp->mFrmIn = NULL; in mpp_clear()
939 if (NULL == mpp->mFrmIn) in mpp_put_frame_async()
942 if (mpp_mutex_cond_trylock(&mpp->mFrmIn->cond_lock)) in mpp_put_frame_async()
946 if (mpp_list_wait_le(mpp->mFrmIn, 10, 1)) { in mpp_put_frame_async()
947 mpp_mutex_cond_unlock(&mpp->mFrmIn->cond_lock); in mpp_put_frame_async()
951 mpp_list_add_at_tail(mpp->mFrmIn, &frame, sizeof(frame)); in mpp_put_frame_async()
[all …]
/rockchip-linux_mpp/mpp/inc/
H A Dmpp.h101 MppList *mFrmIn; member
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c3017 mpp_list_del_at_head(mpp->mFrmIn, &frm, sizeof(frm)); in async_task_skip()
3179 if (mpp->mFrmIn) { in try_get_async_task()
3180 MppList *frm_in = mpp->mFrmIn; in try_get_async_task()
3614 MppList *frm_in = mpp->mFrmIn; in mpp_enc_async_thread()