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

/frameworks/av/media/libstagefright/
H A DSampleTable.cpp542 uint32_t right_plus_one = mNumSampleSizes; local
543 while (left < right_plus_one) {
544 uint32_t center = left + (right_plus_one - left) / 2;
549 right_plus_one = center;
624 uint32_t right_plus_one = mNumSyncSamples; local
625 while (left < right_plus_one) {
626 uint32_t center = left + (right_plus_one - left) / 2;
630 right_plus_one = center;
H A DOggExtractor.cpp328 size_t right_plus_one = mTableOfContents.size(); local
329 while (left < right_plus_one) {
330 size_t center = left + (right_plus_one - left) / 2;
335 right_plus_one = center;

Completed in 39 milliseconds