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

  /external/autotest/client/deps/webgl_mpd/src/
cros_fps.js 11 this.totalFrames = 0;
20 this.frameDataBuf[this.totalFrames % this.buffer_size] = new crosFrameData(
21 this.totalFrames, startTime, frameElapsedTime, jsElapsedTime);
22 this.totalFrames += 1;
28 this.totalFrames = 0;
33 return this.totalFrames / this.totalFrameElapsedTime;
37 return this.totalJSElapsedTime / this.totalFrames;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
Throughput.java 30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) {
31 mTotalFrames = totalFrames;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Throughput.java 26 public Throughput(int totalFrames, int periodFrames, long periodTime, int size) {
27 mTotalFrames = totalFrames;
  /tools/loganalysis/src/com/android/loganalysis/parser/
GfxInfoParser.java 64 Long totalFrames = null;
80 totalFrames = null;
88 if (totalFrames == null && m.matches()) {
89 totalFrames = Long.parseLong(m.group(1));
114 && totalFrames != null
123 totalFrames,
131 totalFrames = 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;
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_audio_ape.h 31 uint32_t totalFrames;
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_audio_ape.h 18 uint32_t totalFrames;
  /tools/loganalysis/src/com/android/loganalysis/item/
GfxInfoItem.java 52 public long totalFrames;
117 * @param totalFrames The number of total frames rendered by the process
123 long totalFrames,
130 row.totalFrames = totalFrames;
149 return mRows.get(pid).totalFrames;
  /frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
TimeStatsHelper.cpp 76 StringAppendF(&result, "totalFrames= %d\n", totalFrames);
93 StringAppendF(&result, "totalFrames= %d\n", totalFrames);
111 layerProto.set_total_frames(totalFrames);
129 globalProto.set_total_frames(totalFrames);
150 return l->totalFrames > r->totalFrames;
  /frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
TimeStatsHelper.h 47 int32_t totalFrames = 0;
58 int32_t totalFrames = 0;
  /frameworks/native/cmds/flatland/
Main.cpp 460 nsecs_t run(uint32_t warmUpFrames, uint32_t totalFrames) {
479 for (uint32_t i = warmUpFrames; i < totalFrames; i++) {
613 uint32_t totalFrames = 5;
618 runTime = double(r.run(warmUpFrames, totalFrames));
621 totalFrames *= 2;
628 if (totalFrames - warmUpFrames > 16) {
632 } else if (totalFrames == 5 && runTime > 200e6) {
650 double sample = double(r.run(warmUpFrames, totalFrames));
671 printf("%6.3f", result / double(totalFrames - warmUpFrames) / 1e6);
  /cts/hostsidetests/incident/src/com/android/server/cts/
GraphicsStatsValidationTest.java 183 int totalFrames = 0;
186 totalFrames += bucket.getFrameCount();
189 return totalFrames;
  /frameworks/native/services/surfaceflinger/TimeStats/
TimeStats.cpp 88 timeStats.totalFrames++;
184 timeStatsLayer.totalFrames++;
456 timeStats.totalFrames = 0;
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 761 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;
763 if(frameCount < totalFrames) {
764 frameCount = totalFrames;
794 uint32_t bufferFrames = (totalFrames + (kDefaultBufferCount - 1)) / kDefaultBufferCount;
    [all...]
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java     [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 

Completed in 352 milliseconds