OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newFrameCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp
230
const size_t
newFrameCount
= WebPDemuxGetI(m_demux, WEBP_FF_FRAME_COUNT);
231
if (hasAnimation && !m_haveReadAnimationParameters &&
newFrameCount
) {
243
if (
newFrameCount
> oldFrameCount) {
244
m_frameBufferCache.resize(
newFrameCount
);
245
for (size_t i = oldFrameCount; i <
newFrameCount
; ++i) {
/system/media/camera/tests/
camera_metadata_tests.cpp
[
all
...]
Completed in 4229 milliseconds