Searched refs:mpp_buf_slot_dequeue (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_buf_slot.h | 220 MPP_RET mpp_buf_slot_dequeue(MppBufSlots slots, RK_S32 *index, SlotQueueType type);
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_no_thread.c | 387 while (MPP_OK == mpp_buf_slot_dequeue(frame_slots, &index, QUEUE_DISPLAY)) { in mpp_dec_reset_no_thread()
|
| H A D | mpp_dec_normal.c | 187 while (MPP_OK == mpp_buf_slot_dequeue(frame_slots, &index, QUEUE_DISPLAY)) { in reset_parser_thread() 258 while (MPP_OK == mpp_buf_slot_dequeue(frame_slots, &index, QUEUE_DISPLAY)) { in reset_hal_thread()
|
| H A D | mpp_dec.c | 405 while (MPP_OK == mpp_buf_slot_dequeue(frame_slots, &index, QUEUE_DISPLAY)) { in mpp_dec_push_display()
|
| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.c | 956 mpp_buf_slot_dequeue(slots, &tmp, QUEUE_DEINTERLACE); in dec_vproc_thread()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buf_slot.c | 1129 MPP_RET mpp_buf_slot_dequeue(MppBufSlots slots, RK_S32 *index, SlotQueueType type) in mpp_buf_slot_dequeue() function
|