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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp790 off64_t stop_offset = *offset + chunk_size; local
792 while (*offset < stop_offset) {
799 if (*offset != stop_offset) {
860 off64_t stop_offset = *offset + chunk_size; local
862 while (*offset < stop_offset) {
869 if (*offset != stop_offset) {
1212 off64_t stop_offset = *offset + chunk_size; local
1221 if (*offset != stop_offset) {
1259 off64_t stop_offset = *offset + chunk_size; local
1261 while (*offset < stop_offset) {
1315 off64_t stop_offset = *offset + chunk_size; local
1618 off64_t stop_offset = *offset + chunk_size; local
2538 off64_t stop_offset = *offset + chunk_size; local
[all...]

Completed in 30 milliseconds