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

/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp830 off64_t stop_offset = *offset + chunk_size; local
832 while (*offset < stop_offset) {
839 if (*offset != stop_offset) {
931 off64_t stop_offset = *offset + chunk_size; local
933 while (*offset < stop_offset) {
944 if (*offset != stop_offset) {
1233 off64_t stop_offset = *offset + chunk_size; local
1235 while (*offset < stop_offset) {
1241 if (*offset != stop_offset) {
1435 off64_t stop_offset local
1608 off64_t stop_offset = *offset + chunk_size; local
2048 off64_t stop_offset = *offset + chunk_size; local
2445 off64_t stop_offset = *offset + chunk_size; local
4045 off64_t stop_offset = *offset + chunk_size; local
[all...]

Completed in 16 milliseconds