Searched refs:total_latency_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc165 return num_pictures_ ? total_latency_ / num_pictures_ : 0;
191 PP_TimeTicks total_latency_; member in class:__anon8890::Decoder
243 total_latency_(0.0),
343 total_latency_ += latency;
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc166 return num_pictures_ ? total_latency_ / num_pictures_ : 0;
192 PP_TimeTicks total_latency_; member in class:__anon10068::Decoder
244 total_latency_(0.0),
344 total_latency_ += latency;

Completed in 89 milliseconds