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

  /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;
  /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++) {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
VSyncMonitorTest.java 89 boolean enableJBVSync, final int totalFrames)
91 VSyncDataCollector collector = new VSyncDataCollector(totalFrames);
103 assertTrue(collector.mFrameCount == totalFrames - 1);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
ISACHist.cc 149 unsigned long totalFrames = 0;
152 totalFrames += hist[n];
158 printf("\nTotal number of Frames %lu\n\n", totalFrames);
  /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);
  /external/chromium_org/v8/test/mjsunit/
debug-backtrace.js 108 assertEquals(4, backtrace.totalFrames);
131 assertEquals(4, backtrace.totalFrames);
149 assertEquals(4, backtrace.totalFrames);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1081309.js 79 assertEquals(2, backtrace.totalFrames);
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 242 * @param totalFrames total number of frames to encode
245 private double runEncoder(String mimeType, MediaFormat format, int totalFrames) {
274 if (inFramesCount < totalFrames) {
286 (inFramesCount == (totalFrames - 1)) ?
292 (inFramesCount == (totalFrames - 1)) ?
    [all...]
  /frameworks/av/media/libmedia/
SoundPool.cpp 592 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;
593 uint32_t bufferFrames = (totalFrames + (kDefaultBufferCount - 1)) / kDefaultBufferCount;
603 if(frameCount < totalFrames) {
604 frameCount = totalFrames;
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/chromium_org/v8/src/
d8.js     [all...]
debug-debugger.js     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 836 milliseconds