Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DBitmapImage.cpp115 size_t numFrames = frameCount(); in cacheFrame() local
116 ASSERT(m_decodedSize == 0 || numFrames > 1); in cacheFrame()
118 if (m_frames.size() < numFrames) in cacheFrame()
119 m_frames.grow(numFrames); in cacheFrame()
122 if (numFrames == 1 && m_frames[index].m_frame) in cacheFrame()
/external/webkit/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/qemu/distrib/sdl-1.2.12/src/audio/macrom/
DSDL_romaudio.c246 header.numFrames = spec->samples; in Mac_OpenAudio()