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

  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_ape.h 31 uint32_t totalFrames;
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_ape.h 18 uint32_t totalFrames;
  /development/perftests/panorama/
benchmark.cpp 70 int totalFrames = loadImages(basename, width, height);
72 if (totalFrames == 0) {
78 printf("%d frames loaded\n", totalFrames);
88 for (int i = 0; i < totalFrames; i++) {
  /frameworks/native/cmds/flatland/
Main.cpp 465 nsecs_t run(uint32_t warmUpFrames, uint32_t totalFrames) {
485 for (uint32_t i = warmUpFrames; i < totalFrames; i++) {
619 uint32_t totalFrames = 5;
624 runTime = double(r.run(warmUpFrames, totalFrames));
627 totalFrames *= 2;
634 if (totalFrames - warmUpFrames > 16) {
638 } else if (totalFrames == 5 && runTime > 200e6) {
656 double sample = double(r.run(warmUpFrames, totalFrames));
677 printf("%6.3f", result / double(totalFrames - warmUpFrames) / 1e6);
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
JankStat.java 119 public Integer totalFrames;
137 totalFrames = total;
165 return jankyFrames / (float)totalFrames;
175 put(StatPattern.TOTAL_FRAMES.getName(), totalFrames).
225 totalTotalFrames += stat.totalFrames;
240 float weight = ((float)stat.totalFrames / totalTotalFrames);
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 750 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;
752 if(frameCount < totalFrames) {
753 frameCount = totalFrames;
783 uint32_t bufferFrames = (totalFrames + (kDefaultBufferCount - 1)) / kDefaultBufferCount;
    [all...]
  /external/v8/src/debug/
debug.js     [all...]
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1175 milliseconds