Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:entry_count

1027             uint32_t entry_count;
1028 if (!mDataSource->getUInt32(data_offset + 4, &entry_count)) {
1032 if (entry_count != 1) {
1034 ALOGW("ignoring edit list with %d entries", entry_count);
1332 uint32_t entry_count = U32_AT(&buffer[4]);
1334 if (entry_count > 1) {
1355 for (uint32_t i = 0; i < entry_count; ++i) {