Searched refs:slot_assert (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buf_slot.c | 38 #define slot_assert(impl, cond) do { \ macro 945 slot_assert(impl, impl->slots); in mpp_buf_slot_ready() 1049 slot_assert(impl, 0); in mpp_buf_slot_get_unused() 1067 slot_assert(impl, (index >= 0) && (index < impl->buf_count)); in mpp_buf_slot_set_flag() 1088 slot_assert(impl, (index >= 0) && (index < impl->buf_count)); in mpp_buf_slot_clr_flag() 1116 slot_assert(impl, (index >= 0) && (index < impl->buf_count)); in mpp_buf_slot_enqueue() 1154 slot_assert(impl, slot->index < impl->buf_count); in mpp_buf_slot_dequeue() 1176 slot_assert(impl, (index >= 0) && (index < impl->buf_count)); in mpp_buf_slot_set_prop() 1193 slot_assert(impl, slot->status.not_ready); in mpp_buf_slot_set_prop() 1247 slot_assert(impl, !slot->frame); in mpp_buf_slot_set_prop() [all …]
|