Searched refs:getFrameCount (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/view/
H A DFrameStats.java52 public final int getFrameCount() { method in class:FrameStats
66 if (getFrameCount() <= 0) {
81 if (getFrameCount() <= 0) {
H A DWindowAnimationFrameStats.java75 builder.append("frameCount:" + getFrameCount());
H A DWindowContentFrameStats.java133 builder.append("frameCount:" + getFrameCount());
/frameworks/ex/framesequence/jni/
H A DFrameSequence.cpp27 if (!frameSequence->getFrameCount() ||
H A DFrameSequence.h50 virtual int getFrameCount() const = 0;
H A DFrameSequence_gif.h44 virtual int getFrameCount() const { function in class:FrameSequence_gif
H A DFrameSequence_webp.h46 virtual int getFrameCount() const { function in class:FrameSequence_webp
H A DFrameSequence_webp.cpp51 const size_t frameCount = getFrameCount();
116 getWidth(), getHeight(), getFrameCount(), mFormatFlags);
344 const int frameCount = mFrameSequence.getFrameCount();
H A DFrameSequenceJNI.cpp44 frameSequence->getFrameCount(),
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java38 public int getFrameCount() { return mFrameCount; } method in class:FrameSequence
H A DFrameSequenceDrawable.java303 if (mNextFrameToDecode == mFrameSequence.getFrameCount() - 1) {
324 mNextFrameToDecode = (mNextFrameToDecode + 1) % mFrameSequence.getFrameCount();
/frameworks/av/include/media/
H A DAudioSystem.h111 static status_t getFrameCount(audio_io_handle_t output,
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp299 return getFrameCount(output, frameCount);
302 status_t AudioSystem::getFrameCount(audio_io_handle_t output, function in class:android::AudioSystem
319 ALOGE("AudioSystem::getFrameCount failed for output %d", output);
323 ALOGV("getFrameCount() output %d, frameCount %zu", output, *frameCount);
H A DAudioTrack.cpp967 status = AudioSystem::getFrameCount(output, &afFrameCount);
969 ALOGE("getFrameCount(output=%d) status %d", output, status);

Completed in 132 milliseconds