Searched defs:mLace (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp100 uint8_t mLace[255]; member in struct:android::MyOggExtractor::Page
540 offset + sizeof(header), page->mLace, page->mNumSegments)
547 totalSize += page->mLace[i];
554 sprintf(x, "%s%u", i > 0 ? ", " : "", (unsigned)page->mLace[i]);
679 uint8_t lace = mCurrentPage.mLace[i];
693 dataOffset += mCurrentPage.mLace[j];

Completed in 133 milliseconds