HomeSort by relevance Sort by last modified time
    Searched full:stop_offset (Results 1 - 1 of 1) sorted by null

  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 655 off64_t stop_offset = *offset + chunk_size; local
657 while (*offset < stop_offset) {
664 if (*offset != stop_offset) {
722 off64_t stop_offset = *offset + chunk_size; local
724 while (*offset < stop_offset) {
731 if (*offset != stop_offset) {
902 off64_t stop_offset = *offset + chunk_size; local
911 if (*offset != stop_offset) {
959 off64_t stop_offset = *offset + chunk_size; local
961 while (*offset < stop_offset) {
1011 off64_t stop_offset = *offset + chunk_size; local
1291 off64_t stop_offset = *offset + chunk_size; local
    [all...]

Completed in 299 milliseconds