HomeSort by relevance Sort by last modified time
    Searched refs:right_plus_one (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
SampleTable.cpp 710 uint32_t right_plus_one = mNumSampleSizes; local
711 while (left < right_plus_one) {
712 uint32_t center = left + (right_plus_one - left) / 2;
717 right_plus_one = center;
792 uint32_t right_plus_one = mNumSyncSamples; local
793 while (left < right_plus_one) {
794 uint32_t center = left + (right_plus_one - left) / 2;
798 right_plus_one = center;
OggExtractor.cpp 433 size_t right_plus_one = mTableOfContents.size(); local
434 while (left < right_plus_one) {
435 size_t center = left + (right_plus_one - left) / 2;
440 right_plus_one = center;
    [all...]

Completed in 621 milliseconds