Home
last modified time | relevance | path

Searched refs:SlotQueueType (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buf_slot.h217 } SlotQueueType; typedef
219 MPP_RET mpp_buf_slot_enqueue(MppBufSlots slots, RK_S32 index, SlotQueueType type);
220 MPP_RET mpp_buf_slot_dequeue(MppBufSlots slots, RK_S32 *index, SlotQueueType type);
257 RK_U32 mpp_slots_is_empty(MppBufSlots slots, SlotQueueType type);
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c1104 MPP_RET mpp_buf_slot_enqueue(MppBufSlots slots, RK_S32 index, SlotQueueType type) in mpp_buf_slot_enqueue()
1129 MPP_RET mpp_buf_slot_dequeue(MppBufSlots slots, RK_S32 *index, SlotQueueType type) in mpp_buf_slot_dequeue()
1376 RK_U32 mpp_slots_is_empty(MppBufSlots slots, SlotQueueType type) in mpp_slots_is_empty()