HomeSort by relevance Sort by last modified time
    Searched refs:FPS (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/skia/tools/fiddle/
animate.sh 7 # Create a 3 second long animation from the Raster output of fiddle at 15 fps.
8 FPS=15
10 FRAMES=$((DURATION * FPS))
17 cd /tmp/animation; ffmpeg -r $FPS -pattern_type glob -i '*.png' -c:v libvpx-vp9 -lossless 1 output.webm
  /external/skqp/tools/fiddle/
animate.sh 7 # Create a 3 second long animation from the Raster output of fiddle at 15 fps.
8 FPS=15
10 FRAMES=$((DURATION * FPS))
17 cd /tmp/animation; ffmpeg -r $FPS -pattern_type glob -i '*.png' -c:v libvpx-vp9 -lossless 1 output.webm
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ResultUnit.java 28 FPS,
  /external/swiftshader/src/Main/
Config.cpp 33 FPS = 0;
75 FPS = framesSec / delta;
FrameBufferX11.cpp 157 static double FPS = 0.0;
162 FPS = frames / delta;
167 if(FPS > maxFPS)
169 maxFPS = FPS;
174 sprintf(string, "FPS: %.2f (max: %.2f)", FPS, maxFPS);
Config.hpp 55 double FPS;
  /cts/tests/tests/media/src/android/media/cts/
VpxEncoderTest.java 50 private static final int FPS = 30;
98 FPS,
115 decode(params.outputIvfFilename, null, codecMimeType, FPS, params.forceGoogleEncoder);
142 FPS,
152 decode(params.outputIvfFilename, OUTPUT_YUV, codecMimeType, FPS, params.forceGoogleEncoder);
167 FPS,
177 decode(params.outputIvfFilename, OUTPUT_YUV, codecMimeType, FPS, params.forceGoogleEncoder);
211 FPS,
215 params.syncFrameInterval = encodeSeconds * FPS;
216 params.syncForceFrameInterval = FPS;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 83 ResultUnit.FPS);
88 reportLog.addValues("Sample Values", metricValues, ResultType.NEUTRAL, ResultUnit.FPS);
  /hardware/qcom/display/msm8994/libhwcomposer/
Android.mk 26 #Enable Dynamic FPS if PHASE_OFFSET is not set
  /test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
MetricsXmlSerializerTest.java 73 mLocalReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS);
ReportLogTest.java 72 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS);
78 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS);
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 59 struct FPS : public MachineFunctionPass {
61 FPS() : MachineFunctionPass(ID) {
286 char FPS::ID = 0;
289 FunctionPass *llvm::createX86FloatingPointStackifierPass() { return new FPS(); }
303 bool FPS::runOnMachineFunction(MachineFunction &MF) {
352 void FPS::bundleCFG(MachineFunction &MF) {
369 bool FPS::processBasicBlock(MachineFunction &MF, MachineBasicBlock &BB) {
465 void FPS::setupBlockStack() {
500 void FPS::finishBlockStack() {
790 void FPS::popStackAfter(MachineBasicBlock::iterator &I)
    [all...]
  /cts/tests/jank/src/android/jank/cts/
CtsJankTestBase.java 39 ResultType.HIGHER_BETTER, ResultUnit.FPS);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaPerfUtils.java 80 log.addValue("reported_low", reported.getLower(), ResultType.NEUTRAL, ResultUnit.FPS);
81 log.addValue("reported_high", reported.getUpper(), ResultType.NEUTRAL, ResultUnit.FPS);
90 * logcat. Returns the "final fps" value.
105 double fps = logPerformanceStats(log, timeAvgUsStats, "time_avg_stats", local
108 log.setSummary("fps", fps, ResultType.HIGHER_BETTER, ResultUnit.FPS);
109 return fps;
114 * Also prints the same into logcat using |message| as the base message. Returns the fps value
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp 53 struct FPS : public MachineFunctionPass {
55 FPS() : MachineFunctionPass(ID) {
321 char FPS::ID = 0;
324 FunctionPass *llvm::createX86FloatingPointStackifierPass() { return new FPS(); }
338 bool FPS::runOnMachineFunction(MachineFunction &MF) {
388 void FPS::bundleCFG(MachineFunction &MF) {
406 bool FPS::processBasicBlock(MachineFunction &MF, MachineBasicBlock &BB) {
495 void FPS::setupBlockStack() {
530 void FPS::finishBlockStack() {
828 void FPS::popStackAfter(MachineBasicBlock::iterator &I)
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
OpenGLWatchFaceService.java 47 private static final long FPS = 60;
53 private static final long FRAME_PERIOD_MS = TimeUnit.SECONDS.toMillis(1) / FPS;
65 private final int mNumCameraAngles = (int) (CYCLE_PERIOD_SECONDS * FPS);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
OpenGLWatchFaceService.java 47 private static final long FPS = 60;
53 private static final long FRAME_PERIOD_MS = TimeUnit.SECONDS.toMillis(1) / FPS;
65 private final int mNumCameraAngles = (int) (CYCLE_PERIOD_SECONDS * FPS);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
OpenGLWatchFaceService.java 45 private static final long FPS = 60;
51 private static final long FRAME_PERIOD_MS = TimeUnit.SECONDS.toMillis(1) / FPS;
63 private final int mNumCameraAngles = (int) (CYCLE_PERIOD_SECONDS * FPS);
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
NetworkedVirtualDisplay.java 65 private static final int FPS = 25;
236 scheduleResendingLastFrame(1000 / FPS);
345 format.setInteger(MediaFormat.KEY_FRAME_RATE, FPS);
346 format.setInteger(MediaFormat.KEY_CAPTURE_RATE, FPS);
  /cts/apps/CameraITS/tools/
run_sensor_fusion_box.py 38 FPS = 30
53 fps: FPS to capture with during the test
63 fps = str(FPS)
72 if s[:4] == 'fps=' and len(s) > 4:
73 fps = s[4:]
107 fps_arg = 'fps=' + fps
109 print 'Capturing at %sfps' % fps
    [all...]
  /cts/tests/leanbackjank/src/android/leanbackjank/cts/
CtsJankTestBase.java 61 ResultType.HIGHER_BETTER, ResultUnit.FPS);
  /toolchain/binutils/binutils-2.27/gas/config/
m68k-parse.h 141 FPS,
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 37 FPS = 30
91 Note that if fps*test_length is too large, write speeds may become a
95 fps: FPS to capture with during the test
109 fps = FPS
113 if s[:4] == "fps=" and len(s) > 4:
114 fps = int(s[4:])
125 if w * h > 640 * 480 or fps * test_length > 300:
129 "values of \'w\', \'h\', \'fps\', or \'test_length\'.
    [all...]
  /external/libchrome/base/files/
file_path_unittest.cc 24 #define FPS(x) FilePath::StringType(FPL(x), arraysize(FPL(x)) - 1)
    [all...]
  /cts/apps/CameraITS/tests/rolling_shutter_skew/
test_rolling_shutter_skew.py 30 FPS = 30
63 '-f', '--fps',
65 help='FPS to capture with during the test (defaults to 30)')
173 fps = args.fps if args.fps else FPS
191 req['android.control.aeTargetFpsRange'] = [fps, fps]
198 req["android.sensor.frameDuration"] = int(SEC_TO_NSEC / fps);
    [all...]

Completed in 655 milliseconds

1 2 3