Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_dec.h54 MPP_RET mpp_dec_notify(MppDec ctx, RK_U32 flag);
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp785 mpp_dec_notify(dec, MPP_DEC_NOTIFY_TASK_ALL_DONE); in mpp_dec_hal_thread()
813 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
836 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
878 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
1115 mpp_dec_notify(dec, MPP_DEC_RESET); in mpp_dec_reset_normal()
H A Dmpp_dec.cpp583 return mpp_dec_notify((MppDec)ctx, MPP_DEC_NOTIFY_SLOT_VALID); in mpp_dec_callback_slot()
937 MPP_RET mpp_dec_notify(MppDec ctx, RK_U32 flag) in mpp_dec_notify() function
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp.cpp1259 return mpp_dec_notify(mDec, flag); in notify()