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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2635 uint32_t smplcnt; local
2636 if (!mDataSource->getUInt32(offset, &smplcnt)) {
2639 mCurrentSampleInfoCount = smplcnt;
2646 if (smplcnt > mCurrentSampleInfoAllocSize) {
2647 mCurrentSampleInfoSizes = (uint8_t*) realloc(mCurrentSampleInfoSizes, smplcnt);
2648 mCurrentSampleInfoAllocSize = smplcnt;
2651 mDataSource->readAt(offset, mCurrentSampleInfoSizes, smplcnt);

Completed in 34 milliseconds