Searched defs:getFrameCount (Results 1 - 5 of 5) 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) {
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.h46 virtual int getFrameCount() const { function in class:FrameSequence_webp
H A DFrameSequence_gif.h44 virtual int getFrameCount() const { function in class:FrameSequence_gif
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java38 public int getFrameCount() { return mFrameCount; } method in class:FrameSequence
/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);

Completed in 76 milliseconds