Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buf_slot.h130 RK_U32 mpp_buf_slot_is_changed(MppBufSlots slots);
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_no_thread.c215 if (mpp_buf_slot_is_changed(frame_slots)) { in mpp_dec_decode()
235 task->wait.info_change = mpp_buf_slot_is_changed(frame_slots); in mpp_dec_decode()
H A Dmpp_dec_normal.c538 if (mpp_buf_slot_is_changed(frame_slots)) { in try_proc_dec_task()
554 task->wait.info_change = mpp_buf_slot_is_changed(frame_slots); in try_proc_dec_task()
1033 dec_dbg_detail("slot change %d\n", mpp_buf_slot_is_changed(frame_slots)); in mpp_dec_advanced_thread()
1034 if (mpp_buf_slot_is_changed(frame_slots)) { in mpp_dec_advanced_thread()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c915 RK_U32 mpp_buf_slot_is_changed(MppBufSlots slots) in mpp_buf_slot_is_changed() function