Searched defs:frameCount (Results 1 - 25 of 32) sorted by relevance

12

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Dvariables-original.cc8 int frameCount = 0; member in namespace:blink
23 return frameCount +
30 using blink::frameCount;
35 return frameCount + blink::frameCount;
/external/replicaisland/src/com/replica/replicaisland/
H A DSpriteAnimation.java32 public SpriteAnimation(int animationId, int frameCount) { argument
34 mFrames = new FixedSizeArray<AnimationFrame>(frameCount);
35 mFrameStartTimes = new float[frameCount];
47 final int frameCount = frames.getCount();
48 result = frames.get(frameCount - 1);
50 if (frameCount > 1) {
68 for (int x = 0; x < frameCount; x++) {
H A DUtils.java87 public final static float framesToTime(int framesPerSecond, int frameCount) { argument
88 return (1.0f / framesPerSecond) * frameCount;
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeader.java15 int frameCount = 0; field in class:GifHeader
48 return frameCount;
/external/skia/tests/
H A DCodecAnimTest.cpp94 const size_t frameCount = frameInfos.size() == 0 ? 1 : frameInfos.size(); local
95 if (frameCount != expected) {
96 ERRORF(r, "'%s' expected frame count: %i\tactual: %i", rec.fName, expected, frameCount);
106 if (1 == frameCount) {
112 for (size_t i = 1; i < frameCount; i++) {
125 std::vector<SkBitmap> cachedFrames(frameCount);
146 for (size_t i = 0; i < frameCount; i++) {
177 for (size_t i = 0; i < frameCount; i++) {
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DVisualSampleEntry.java68 private int frameCount = 1; field in class:VisualSampleEntry
95 return frameCount;
126 public void setFrameCount(int frameCount) { argument
127 this.frameCount = frameCount;
150 frameCount = IsoTypeReader.readUInt16(content);
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
H A DLazyThreadReference.java57 public int frameCount() throws IncompatibleThreadStateException { method in class:LazyThreadReference
58 return getValue().frameCount();
/external/skia/src/utils/
H A DSkInterpolator.cpp27 void SkInterpolatorBase::reset(int elemCount, int frameCount) { argument
30 fFrameCount = SkToS16(frameCount);
137 SkInterpolator::SkInterpolator(int elemCount, int frameCount) {
139 this->reset(elemCount, frameCount);
142 void SkInterpolator::reset(int elemCount, int frameCount) { argument
143 INHERITED::reset(elemCount, frameCount);
145 sizeof(SkTimeCode)) * frameCount);
147 fValues = (SkScalar*) ((char*) fStorage + sizeof(SkTimeCode) * frameCount);
/external/v8/src/inspector/
H A Dv8-stack-trace-impl.cc48 int frameCount = stackTrace->GetFrameCount(); local
49 if (frameCount > static_cast<int>(maxStackSize))
50 frameCount = static_cast<int>(maxStackSize);
51 for (int i = 0; i < frameCount; i++) {
H A Ddebugger_script_externs.js201 ExecutionState.prototype.frameCount = function() {}
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DMockSpdyPeer.java43 private int frameCount = 0; field in class:MockSpdyPeer
66 frameCount++;
75 public int frameCount() { method in class:MockSpdyPeer
76 return frameCount;
80 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), false));
89 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), false));
154 for (int i = 0; i < frameCount; i++) {
/external/webrtc/webrtc/modules/video_render/test/testAPI/
H A DtestAPI.cc546 int frameCount = TEST_FRAME_NUM; local
547 for (int i=0; i<frameCount; i++) {
563 assert(frameCount == externalRender->_cnt);
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DVideoCapturerAndroid.java158 private int frameCount = 0; field in class:VideoCapturerAndroid.CameraStatistics
167 ++frameCount;
172 int count = frameCount;
173 frameCount = 0;
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp76 int frameCount; member in struct:deqp::egl::__anon4230::TestConfig
661 for (int frameNdx = 0; frameNdx < m_config.frameCount; frameNdx++)
984 log << TestLog::Message << "Total triangles rendered: : " << config.triangleCount * config.drawCallCount * config.frameCount * config.perThreadContextCount * config.threadCount << TestLog::EndMessage;
987 log << TestLog::Message << "Number of frames rendered with each context: " << config.frameCount << TestLog::EndMessage;
1091 basicConfig.frameCount = 10;
1140 smallConfig.frameCount = 10;
1143 smallConfig.frameCount *= 4;
1152 bigConfig.frameCount = 10;
1155 bigConfig.frameCount *= 4;
1188 smallConfig.frameCount
[all...]
H A DteglGetFrameTimestampsTests.cpp586 const size_t frameCount = 120; local
587 std::vector<FrameTimes> frameTimes(frameCount);
588 for (size_t i = 0; i < frameCount; i++)
628 const float colorAngle = (static_cast<float>(i) / static_cast<float>(frameCount)) * 6.28318f;
/external/vulkan-validation-layers/demos/
H A Dcube.cpp230 frameCount{0}, validate{false}, use_break{false},
631 frameCount = UINT32_MAX;
653 if (strcmp(argv[i], "--c") == 0 && frameCount == UINT32_MAX &&
654 i < argc - 1 && sscanf(argv[i + 1], "%d", &frameCount) == 1) {
2288 if (frameCount != INT_MAX && curFrame == frameCount) {
2436 if (frameCount != UINT32_MAX && curFrame == frameCount) {
2510 if (frameCount != UINT32_MAX && curFrame == frameCount) {
2700 uint32_t frameCount; local
[all...]
H A Dcube.c407 int32_t frameCount; member in struct:demo
2181 if (demo->frameCount != INT_MAX && demo->curFrame == demo->frameCount) {
2355 if (demo->frameCount != INT32_MAX && demo->curFrame == demo->frameCount)
2427 if (demo->frameCount != INT32_MAX && demo->curFrame == demo->frameCount)
2478 if (demo->frameCount != INT32_MAX && demo->curFrame == demo->frameCount)
3235 demo->frameCount
[all...]
/external/v8/src/debug/
H A Ddebug.js889 ExecutionState.prototype.frameCount = function() {
896 if (opt_index < 0 || opt_index >= this.frameCount()) {
904 if (i < 0 || i >= this.frameCount()) {
1058 if (this.exec_state_.frameCount() > 0) {
1683 var total_frames = this.exec_state_.frameCount();
1739 if (this.exec_state_.frameCount() == 0) {
1746 if (index < 0 || this.exec_state_.frameCount() <= index) {
1762 if (frame_index < 0 || this.exec_state_.frameCount() <= frame_index) {
1792 if (this.exec_state_.frameCount() == 0) {
1964 if (this.exec_state_.frameCount()
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1812 milliseconds

12