Searched refs:SlotQueueType (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_buf_slot.h | 217 } 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); 248 RK_U32 mpp_slots_is_empty(MppBufSlots slots, SlotQueueType type);
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_buf_slot.cpp | 923 MPP_RET mpp_buf_slot_enqueue(MppBufSlots slots, RK_S32 index, SlotQueueType type) in mpp_buf_slot_enqueue() 942 MPP_RET mpp_buf_slot_dequeue(MppBufSlots slots, RK_S32 *index, SlotQueueType type) in mpp_buf_slot_dequeue() 1152 RK_U32 mpp_slots_is_empty(MppBufSlots slots, SlotQueueType type) in mpp_slots_is_empty()
|