Home
last modified time | relevance | path

Searched refs:mpp_dec_notify (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_dec.h54 MPP_RET mpp_dec_notify(MppDec ctx, RK_U32 flag);
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_normal.c805 mpp_dec_notify(dec, MPP_DEC_NOTIFY_TASK_ALL_DONE); in mpp_dec_hal_thread()
834 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
857 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
899 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
1173 mpp_dec_notify(dec, MPP_DEC_RESET); in mpp_dec_reset_normal()
H A Dmpp_dec.c489 return mpp_dec_notify((MppDec)ctx, MPP_DEC_NOTIFY_SLOT_VALID); in mpp_dec_callback_slot()
856 MPP_RET mpp_dec_notify(MppDec ctx, RK_U32 flag) in mpp_dec_notify() function
/rockchip-linux_mpp/mpp/
H A Dmpp.c1555 return mpp_dec_notify(mpp->mDec, flag); in mpp_notify_flag()