Searched refs:eb2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp83 ExtensionBlock* eb2 = image.ExtensionBlocks + j + 1; local
89 && eb2->Function == CONTINUE_EXT_FUNC_CODE
90 && eb2->ByteCount == 3
91 && eb2->Bytes[0] == 1) {
92 mLoopCount = (int)(eb2->Bytes[2] << 8) + (int)(eb2->Bytes[1]);

Completed in 50 milliseconds