HomeSort by relevance Sort by last modified time
    Searched full:statsfile (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 359 private int[] collectStats(String statsFile, int parentPid, boolean first,
362 int[] pids = Process.getPids(statsFile, curPids);
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 352 MessageBox.Show("Could not open statsfile: " + dialog.FileName);
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 375 FILE *statsfile = fopen("segmap.stt", "a"); local
377 fprintf(statsfile, "%10d\n", cm->current_video_frame);
381 fprintf(statsfile, "%10d", cpi->segmentation_map[map_index]);
384 fprintf(statsfile, "\n");
386 fprintf(statsfile, "\n");
388 fclose(statsfile);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 390 FILE *statsfile = fopen("segmap.stt", "a"); local
392 fprintf(statsfile, "%10d\n", cm->current_video_frame);
396 fprintf(statsfile, "%10d", cpi->segmentation_map[map_index]);
399 fprintf(statsfile, "\n");
401 fprintf(statsfile, "\n");
403 fclose(statsfile);
    [all...]

Completed in 1703 milliseconds