Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c604 static void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void … in slot_ops_with_log() function
725 slot_ops_with_log(impl, slot, SLOT_INIT, NULL); in init_slot_entry()
746 slot_ops_with_log(impl, entry, SLOT_CLR_FRAME, entry->frame); in check_entry_unused()
751 slot_ops_with_log(impl, entry, SLOT_CLR_BUFFER, entry->buffer); in check_entry_unused()
755 slot_ops_with_log(impl, entry, SLOT_CLR_ON_USE, NULL); in check_entry_unused()
1038 slot_ops_with_log(impl, slot, SLOT_SET_ON_USE, NULL); in mpp_buf_slot_get_unused()
1039 slot_ops_with_log(impl, slot, SLOT_SET_NOT_READY, NULL); in mpp_buf_slot_get_unused()
1068 slot_ops_with_log(impl, &impl->slots[index], set_flag_op[type], NULL); in mpp_buf_slot_set_flag()
1090 slot_ops_with_log(impl, slot, clr_flag_op[type], NULL); in mpp_buf_slot_clr_flag()
1118 slot_ops_with_log(impl, slot, (MppBufSlotOps)(SLOT_ENQUEUE + type), NULL); in mpp_buf_slot_enqueue()
[all …]