Home
last modified time | relevance | path

Searched defs:encode_time (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/test/scenario/
H A Dperformance_stats.h94 SampleStats<TimeDelta> encode_time; member
/aosp_15_r20/external/webrtc/video/adaptation/
H A Doveruse_frame_detector.cc270 void AddSample(double encode_time, double diff_time) { in AddSample()
/aosp_15_r20/external/webp/examples/
H A Dcwebp.c1129 const double encode_time = StopwatchReadAndReset(&stop_watch); in main() local