Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp481 static void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void … in slot_ops_with_log() function
600 slot_ops_with_log(impl, slot, SLOT_INIT, NULL); in init_slot_entry()
621 slot_ops_with_log(impl, entry, SLOT_CLR_FRAME, entry->frame); in check_entry_unused()
626 slot_ops_with_log(impl, entry, SLOT_CLR_BUFFER, entry->buffer); in check_entry_unused()
630 slot_ops_with_log(impl, entry, SLOT_CLR_ON_USE, NULL); in check_entry_unused()
869 slot_ops_with_log(impl, slot, SLOT_SET_ON_USE, NULL); in mpp_buf_slot_get_unused()
870 slot_ops_with_log(impl, slot, SLOT_SET_NOT_READY, NULL); in mpp_buf_slot_get_unused()
893 slot_ops_with_log(impl, &impl->slots[index], set_flag_op[type], NULL); in mpp_buf_slot_set_flag()
910 slot_ops_with_log(impl, slot, clr_flag_op[type], NULL); in mpp_buf_slot_clr_flag()
934 slot_ops_with_log(impl, slot, (MppBufSlotOps)(SLOT_ENQUEUE + type), NULL); in mpp_buf_slot_enqueue()
[all …]