Home
last modified time | relevance | path

Searched refs:location_length (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp1560 off64_t location_length = chunk_data_size - 5; in parseChunk() local
1561 if (location_length >= (off64_t) sizeof(buffer)) { in parseChunk()
1566 data_offset + 4, buffer, location_length) < location_length) { in parseChunk()
1570 buffer[location_length] = '\0'; in parseChunk()