Searched defs:entry_count (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp977 uint32_t entry_count; local
978 if (!mDataSource->getUInt32(data_offset + 4, &entry_count)) {
982 if (entry_count != 1) {
984 ALOGW("ignoring edit list with %d entries", entry_count);
1282 uint32_t entry_count = U32_AT(&buffer[4]); local
1284 if (entry_count > 1) {
1305 for (uint32_t i = 0; i < entry_count; ++i) {

Completed in 73 milliseconds