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

/frameworks/av/media/libstagefright/
H A DVBRISeeker.cpp97 size_t totalEntrySize = numEntries * entrySize; local
98 uint8_t *buffer = new (std::nothrow) uint8_t[totalEntrySize];
100 ALOGW("Couldn't allocate %zu bytes", totalEntrySize);
104 n = source->readAt(pos + sizeof(vbriHeader), buffer, totalEntrySize);
105 if (n < (ssize_t)totalEntrySize) {

Completed in 52 milliseconds