Searched refs:MppBufSlotOps (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buf_slot.c | 89 } MppBufSlotOps; typedef 125 static const MppBufSlotOps set_flag_op[SLOT_USAGE_BUTT] = { 133 static const MppBufSlotOps clr_flag_op[SLOT_USAGE_BUTT] = { 141 static const MppBufSlotOps set_val_op[SLOT_PROP_BUTT] = { 167 MppBufSlotOps ops; 537 static void buf_slot_logs_write(MppBufSlotLogs *logs, RK_S32 index, MppBufSlotOps op, in buf_slot_logs_write() 604 static void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void … in slot_ops_with_log() 1118 slot_ops_with_log(impl, slot, (MppBufSlotOps)(SLOT_ENQUEUE + type), NULL); in mpp_buf_slot_enqueue() 1155 slot_ops_with_log(impl, slot, (MppBufSlotOps)(SLOT_DEQUEUE + type), NULL); in mpp_buf_slot_dequeue()
|