Searched defs:getFrameCount (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DFrameStats.java49 public final int getFrameCount() { method in class:FrameStats
63 if (getFrameCount() <= 0) {
78 if (getFrameCount() <= 0) {
/frameworks/ex/framesequence/jni/
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
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp62 virtual int getFrameCount() { return frameCount; } function in class:TreeContentAnimation
111 for (int i = 0; i < animation.getFrameCount(); i++) {
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java39 public int getFrameCount() { return mFrameCount; } method in class:FrameSequence
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp302 return getFrameCount(output, frameCount);
305 status_t AudioSystem::getFrameCount(audio_io_handle_t output, function in class:android::AudioSystem
317 ALOGE("AudioSystem::getFrameCount failed for output %d", output);
321 ALOGV("getFrameCount() output %d, frameCount %zu", output, *frameCount);

Completed in 297 milliseconds