Searched refs:slot_assert (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_buf_slot.cpp | 46 #define slot_assert(impl, cond) do { \ macro 796 slot_assert(impl, impl->slots); in mpp_buf_slot_ready() 879 slot_assert(impl, 0); in mpp_buf_slot_get_unused() 892 slot_assert(impl, (index >= 0) && (index < impl->buf_count)); in mpp_buf_slot_set_flag() 908 slot_assert(impl, (index >= 0) && (index < impl->buf_count)); in mpp_buf_slot_clr_flag() 932 slot_assert(impl, (index >= 0) && (index < impl->buf_count)); in mpp_buf_slot_enqueue() 960 slot_assert(impl, slot->index < impl->buf_count); in mpp_buf_slot_dequeue() 977 slot_assert(impl, (index >= 0) && (index < impl->buf_count)); in mpp_buf_slot_set_prop() 991 slot_assert(impl, slot->status.not_ready); in mpp_buf_slot_set_prop() 1040 slot_assert(impl, NULL == slot->frame); in mpp_buf_slot_set_prop() [all …]
|