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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp917 uint32_t entry_count; local
918 if (!mDataSource->getUInt32(data_offset + 4, &entry_count)) {
922 if (entry_count != 1) {
924 ALOGW("ignoring edit list with %d entries", entry_count);
1189 uint32_t entry_count = U32_AT(&buffer[4]); local
1191 if (entry_count > 1) {
1208 for (uint32_t i = 0; i < entry_count; ++i) {

Completed in 1557 milliseconds