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 728 uint32_t right_plus_one = mNumSampleSizes; local
729 while (left < right_plus_one) {
730 uint32_t center = left + (right_plus_one - left) / 2;
735 right_plus_one = center;
810 uint32_t right_plus_one = mNumSyncSamples; local
811 while (left < right_plus_one) {
812 uint32_t center = left + (right_plus_one - left) / 2;
816 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 213 milliseconds