Searched refs:TraceLevel (Results 1 – 3 of 3) sorted by relevance
115 void Start(int TraceLevel) { in Start()116 this->TraceLevel = TraceLevel; in Start()117 if (TraceLevel) in Start()124 if (TraceLevel) in Stop()130 TraceLevel = 0; in Stop()135 int TraceLevel = 0; member144 if (int TraceLevel = AllocTracer.TraceLevel) { in MallocHook() local146 if (TraceLevel >= 2 && EF) in MallocHook()154 if (int TraceLevel = AllocTracer.TraceLevel) { in FreeHook() local156 if (TraceLevel >= 2 && EF) in FreeHook()
98 void Print(webrtc::TraceLevel level, const char *message, int length) in Print()
923 unsigned int TraceLevel = WELS_LOG_QUIET; in TEST_F() local924 rv = encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &TraceLevel); in TEST_F()