Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp97 } MppBufSlotOps; typedef
133 static const MppBufSlotOps set_flag_op[SLOT_USAGE_BUTT] = {
141 static const MppBufSlotOps clr_flag_op[SLOT_USAGE_BUTT] = {
149 static const MppBufSlotOps set_val_op[SLOT_PROP_BUTT] = {
175 MppBufSlotOps ops;
414 static void buf_slot_logs_write(MppBufSlotLogs *logs, RK_S32 index, MppBufSlotOps op, in buf_slot_logs_write()
481 static void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void … in slot_ops_with_log()
934 slot_ops_with_log(impl, slot, (MppBufSlotOps)(SLOT_ENQUEUE + type), NULL); in mpp_buf_slot_enqueue()
961 slot_ops_with_log(impl, slot, (MppBufSlotOps)(SLOT_DEQUEUE + type), NULL); in mpp_buf_slot_dequeue()