HomeSort by relevance Sort by last modified time
    Searched defs:update_stats (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 24 self.update_stats(parsed)
55 def update_stats(self, keyvals): member in class:platform_AesThroughput
  /external/v8/src/profiler/
tick-sample.h 39 update_stats(true) {}
41 RecordCEntryFrame record_c_entry_frame, bool update_stats);
58 bool update_stats : 1; // Whether the sample should update aggregated stats. member in struct:v8::internal::TickSample
  /external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
planar_tracking.cpp 157 bool update_stats = (i % stats_update_period == 0); local
162 if(update_stats) {
169 if(update_stats) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 1101 static void update_stats(VP9_COMP *cpi) { function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1281 static void update_stats(VP9_COMMON *cm, ThreadData *td) { function
    [all...]

Completed in 205 milliseconds