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.cc27 LogWriteFormat(out, "%i", value); in WriteTypedValue()
30 LogWriteFormat(out, "%.6f", value); in WriteTypedValue()
33 LogWriteFormat(out, "%.0f", value ? value->bytes_per_sec<double>() : NAN); in WriteTypedValue()
36 LogWriteFormat(out, "%.0f", value ? value->bytes<double>() : NAN); in WriteTypedValue()
39 LogWriteFormat(out, "%.3f", value ? value->seconds<double>() : NAN); in WriteTypedValue()
42 LogWriteFormat(out, "%.3f", value ? value->seconds<double>() : NAN); in WriteTypedValue()
/external/webrtc/test/logging/
Dlog_writer.h25 inline void LogWriteFormat(RtcEventLogOutput* out_, const char* fmt, ...) { in LogWriteFormat() function
/external/webrtc/test/scenario/
Dstats_collection.cc97 LogWriteFormat(writer, "%.3f %.3f %.3f %i %i %i %i %.3f\n", in HandleFramePair()