Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc26 LogWriteFormat(out, "%i", value); in WriteTypedValue()
29 LogWriteFormat(out, "%.6f", value); in WriteTypedValue()
32 LogWriteFormat(out, "%.0f", value ? value->bytes_per_sec<double>() : NAN); in WriteTypedValue()
35 LogWriteFormat(out, "%.0f", value ? value->bytes<double>() : NAN); in WriteTypedValue()
38 LogWriteFormat(out, "%.3f", value ? value->seconds<double>() : NAN); in WriteTypedValue()
41 LogWriteFormat(out, "%.3f", value ? value->seconds<double>() : NAN); in WriteTypedValue()
/external/webrtc/test/logging/
Dlog_writer.h24 inline void LogWriteFormat(RtcEventLogOutput* out_, const char* fmt, ...) { in LogWriteFormat() function
/external/webrtc/test/scenario/
Dstats_collection.cc98 LogWriteFormat(writer, "%.3f %.3f %.3f %i %i %i %i %.3f\n", in HandleFramePair()