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

  /external/replicaisland/src/com/replica/replicaisland/
Utils.java 87 public final static float framesToTime(int framesPerSecond, int frameCount) {
88 return (1.0f / framesPerSecond) * frameCount;
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.h 40 size_t width, height, framesPerSecond;
91 size_t *width, size_t *height, size_t *framesPerSecond,
VideoFormats.cpp 273 size_t *width, size_t *height, size_t *framesPerSecond,
295 if (framesPerSecond) {
296 *framesPerSecond = config->framesPerSecond;
495 size_t width, height, framesPerSecond;
500 &width, &height, &framesPerSecond, &interlaced)) {
511 i, j, width, height, interlaced ? 'i' : 'p', framesPerSecond);
513 uint32_t score = width * height * framesPerSecond;
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 329 double framesPerSecond = (double)numFrames / ((double)totalTime / 1000000.0);
333 log << TestLog::Float("FramesPerSecond", "Frames per second in measurement", "Frames/s", QP_KEY_TAG_PERFORMANCE, (float)framesPerSecond)
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 272 double framesPerSecond = (double)numFrames / ((double)totalTime / 1000000.0);
277 log << TestLog::Float("FramesPerSecond", "Frames per second in measurement\t\t", "Frames/s", QP_KEY_TAG_PERFORMANCE, (float)framesPerSecond);
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 1020 size_t width, height, framesPerSecond;
1027 &framesPerSecond,
1043 new RepeaterSource(source, framesPerSecond);
WifiDisplaySource.cpp 420 NULL /* framesPerSecond */,
870 size_t width, height, framesPerSecond;
877 &framesPerSecond,
881 width, height, interlaced ? 'i' : 'p', framesPerSecond);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java     [all...]

Completed in 2159 milliseconds