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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp659 off64_t stop_offset = *offset + chunk_size; local
661 while (*offset < stop_offset) {
668 if (*offset != stop_offset) {
726 off64_t stop_offset = *offset + chunk_size; local
728 while (*offset < stop_offset) {
735 if (*offset != stop_offset) {
906 off64_t stop_offset = *offset + chunk_size; local
915 if (*offset != stop_offset) {
963 off64_t stop_offset = *offset + chunk_size; local
965 while (*offset < stop_offset) {
1015 off64_t stop_offset = *offset + chunk_size; local
1295 off64_t stop_offset = *offset + chunk_size; local
[all...]

Completed in 35 milliseconds