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

/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.cpp214 size_t entry_count = mData.entryCount(); local
215 mTags.setCapacity(entry_count);
217 for (size_t i = 0; i < entry_count; i++) {
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1027 uint32_t entry_count; local
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]); local
1334 if (entry_count > 1) {
1355 for (uint32_t i = 0; i < entry_count; ++i) {

Completed in 64 milliseconds