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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp884 off64_t stop_offset = *offset + chunk_size; local
886 while (*offset < stop_offset) {
893 if (*offset != stop_offset) {
963 off64_t stop_offset = *offset + chunk_size; local
965 while (*offset < stop_offset) {
972 if (*offset != stop_offset) {
1353 off64_t stop_offset = *offset + chunk_size; local
1362 if (*offset != stop_offset) {
1403 off64_t stop_offset = *offset + chunk_size; local
1405 while (*offset < stop_offset) {
1464 off64_t stop_offset = *offset + chunk_size; local
1876 off64_t stop_offset = *offset + chunk_size; local
3633 off64_t stop_offset = *offset + chunk_size; local
[all...]

Completed in 54 milliseconds