Home
last modified time | relevance | path

Searched refs:numFrames (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DBitmapImage.cpp121 size_t numFrames = frameCount(); in cacheFrame() local
122 ASSERT(m_decodedSize == 0 || numFrames > 1); in cacheFrame()
124 if (m_frames.size() < numFrames) in cacheFrame()
125 m_frames.grow(numFrames); in cacheFrame()
128 if (numFrames == 1 && m_frames[index].m_frame) in cacheFrame()
/external/webkit/Source/WebCore/platform/graphics/mac/
DImageMac.mm78 unsigned numFrames = frameCount();
80 // If numFrames is zero, we know for certain this image doesn't have valid data
83 if (!numFrames)
87 for (unsigned i = 0; i < numFrames; ++i ) {
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DMjpegFileWriter.java25 int numFrames = 0; field in MjpegFileWriter
37 …public MjpegFileWriter(File aviFile, int width, int height, double framerate, int numFrames) throw… in MjpegFileWriter() argument
42 this.numFrames = numFrames; in MjpegFileWriter()
203 dwTotalFrames = numFrames; in AVIMainHeader()
290 dwLength = numFrames; in AVIStreamHeader()
/external/webkit/Tools/QtTestBrowser/
Dfpstimer.h40 int numFrames(int spanMillis = 1000) const;
Dfpstimer.cpp45 int FpsTimer::numFrames(int spanMillis) const in numFrames() function in FpsTimer
Dwebview.cpp162 int frames = m_fpsTimer.numFrames(interval); in updateFrameRate()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesProfiler.h65 int numFrames() { in numFrames() function
/external/aac/libAACdec/src/
Dconceal.cpp1455 INT numFrames = 0; in findEquiFadeFrame() local
1462 numFrames = pConcealCommonData->numFadeInFrames; in findEquiFadeFrame()
1467 numFrames = pConcealCommonData->numFadeOutFrames; in findEquiFadeFrame()
1473 for (i = 0; i < numFrames; i++) { in findEquiFadeFrame()
1488 if (((pFactor[nextFadeIndex]>>1) >= referenceVal) && (nextFadeIndex < numFrames-1)) { in findEquiFadeFrame()
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
DSDL_romaudio.c246 header.numFrames = spec->samples; in Mac_OpenAudio()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp1033 return TilesManager::instance()->getProfiler()->numFrames(); in nativeTileProfilingNumFrames()
/external/webkit/Tools/
DChangeLog-2011-02-1612830 (FpsTimer::numFrames):
DChangeLog-2010-05-244470 (FpsTimer::numFrames):