Searched defs:location_length (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1626 off64_t location_length = chunk_data_size - 5; local
1627 if (location_length >= (off64_t) sizeof(buffer)) {
1632 data_offset + 4, buffer, location_length) < location_length) {
1636 buffer[location_length] = '\0';

Completed in 14 milliseconds