Home
last modified time | relevance | path

Searched refs:getFrameCount (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/core/java/android/view/
DFrameStats.java49 public final int getFrameCount() { in getFrameCount() method in FrameStats
63 if (getFrameCount() <= 0) { in getStartTimeNano()
78 if (getFrameCount() <= 0) { in getEndTimeNano()
DWindowAnimationFrameStats.java77 builder.append("frameCount:" + getFrameCount()); in toString()
DWindowContentFrameStats.java135 builder.append("frameCount:" + getFrameCount()); in toString()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerUtils.h106 int frameCount = mComposer.getFrameCount(); in ~TransactionScope()
111 LOG_ALWAYS_FATAL_IF(frameCount + 1 != mComposer.getFrameCount(), in ~TransactionScope()
113 mComposer.getFrameCount() - frameCount); in ~TransactionScope()
DSFFakeHwc_test.cpp521 ASSERT_EQ(0, sFakeComposer->getFrameCount()); in SetUp()
548 ASSERT_EQ(0, sFakeComposer->getFrameCount()); in TearDown()
591 ASSERT_EQ(3, sFakeComposer->getFrameCount()); // Make sure the waits didn't time out and there's in TEST_F()
615 ASSERT_EQ(3, sFakeComposer->getFrameCount()); // Make sure the waits didn't time out and there's in TEST_F()
636 ASSERT_EQ(2, sFakeComposer->getFrameCount()); in TEST_F()
649 ASSERT_EQ(2, sFakeComposer->getFrameCount()); in TEST_F()
666 ASSERT_EQ(2, sFakeComposer->getFrameCount()); in TEST_F()
682 ASSERT_EQ(2, sFakeComposer->getFrameCount()); in TEST_F()
696 ASSERT_EQ(2, sFakeComposer->getFrameCount()); in TEST_F()
707 ASSERT_EQ(3, sFakeComposer->getFrameCount()); in TEST_F()
[all …]
DFakeComposerClient.h132 int getFrameCount() const;
DFakeComposerClient.cpp534 int FakeComposerClient::getFrameCount() const { in getFrameCount() function in FakeComposerClient
/frameworks/ex/framesequence/jni/
DFrameSequence.cpp27 if (!frameSequence->getFrameCount() || in create()
DFrameSequence.h50 virtual int getFrameCount() const = 0;
DFrameSequence_gif.h44 virtual int getFrameCount() const { in getFrameCount() function
DFrameSequence_webp.h52 virtual int getFrameCount() const { in getFrameCount() function
DFrameSequence_webp.cpp51 const size_t frameCount = getFrameCount(); in constructDependencyChain()
134 getWidth(), getHeight(), getFrameCount(), mFormatFlags); in FrameSequence_webp()
364 const int frameCount = mFrameSequence.getFrameCount(); in drawFrame()
DFrameSequenceJNI.cpp44 frameSequence->getFrameCount(), in createJavaFrameSequence()
/frameworks/ex/framesequence/src/android/support/rastermill/
DFrameSequence.java39 public int getFrameCount() { return mFrameCount; } in getFrameCount() method in FrameSequence
DFrameSequenceDrawable.java391 if (mNextFrameToDecode == mFrameSequence.getFrameCount() - 1) { in draw()
441 mNextFrameToDecode = (mNextFrameToDecode + 1) % mFrameSequence.getFrameCount(); in scheduleDecodeLocked()
/frameworks/base/core/jni/android/graphics/
DAnimatedImageDrawable.cpp55 const int frameCount = imageDecoder->mCodec->codec()->getFrameCount(); in AnimatedImageDrawable_nCreate()
DImageDecoder.cpp108 const bool animated = codec->getFrameCount() > 1; in native_create()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java1485 private static int getFrameCount(long duration) { in getFrameCount() method in AnimatedVectorDrawable.VectorDrawableAnimatorRT
1506 int numAnimFrames = getFrameCount(duration); in createFloatDataPoints()
1518 int numAnimFrames = getFrameCount(duration); in createIntDataPoints()
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h139 static status_t getFrameCount(audio_io_handle_t ioHandle,
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp335 return getFrameCount(output, frameCount); in getOutputFrameCount()
338 status_t AudioSystem::getFrameCount(audio_io_handle_t ioHandle, in getFrameCount() function in android::AudioSystem
/frameworks/base/config/
Dboot-image-profile.txt6191 HSPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;->getFrameCount(J)I
Dhiddenapi-greylist-max-o.txt19553 Landroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;->getFrameCount(J)I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32138 method public final int getFrameCount();
/frameworks/base/non-updatable-api/
Dcurrent.txt50079 method public final int getFrameCount();
/frameworks/base/api/
Dcurrent.txt50223 method public final int getFrameCount();