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

/frameworks/base/media/libstagefright/
H A DMPEG4Extractor.cpp668 uint32_t entry_count = U32_AT(&buffer[4]); local
670 if (entry_count > 1) {
680 for (uint32_t i = 0; i < entry_count; ++i) {

Completed in 15 milliseconds