Searched refs:mpp_serv_dbg_flow (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/driver/ |
| H A D | mpp_server.cpp | 45 #define mpp_serv_dbg_flow(fmt, ...) mpp_serv_dbg(MPP_SERVER_DBG_FLOW, fmt, ## __VA_ARGS__) macro 200 mpp_serv_dbg_flow("batch add free count %d:%d\n", server->batch_run, server->batch_free); in batch_add() 214 mpp_serv_dbg_flow("batch del free count %d:%d\n", server->batch_run, server->batch_free); in batch_del() 228 mpp_serv_dbg_flow("batch %d -> send failed\n", batch->batch_id); in batch_send() 235 mpp_serv_dbg_flow("batch %d -> send %d for %s\n", batch->batch_id, in batch_send() 251 mpp_serv_dbg_flow("process task start\n"); in process_task() 285 mpp_serv_dbg_flow("batch %d:%d session %d ready and remove\n", in process_task() 299 mpp_serv_dbg_flow("batch %d fill %d poll %d\n", batch->batch_id, in process_task() 303 mpp_serv_dbg_flow("batch %d poll done\n", batch->batch_id); in process_task() 327 mpp_serv_dbg_flow("stop timer\n"); in process_task() [all …]
|