Searched refs:min_allowed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_main.h39 // [min_allowed, max_allowed]. Returns kInvalidChoice on failure.
40 int AskUserForNumber(int min_allowed, int max_allowed);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_main.cc105 int ViEAutoTestMain::AskUserForNumber(int min_allowed, int max_allowed) { argument
114 if (result < min_allowed || result > max_allowed) {
115 ViETest::Log("%d-%d are valid choices. Please try again.", min_allowed,
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c1843 opus_int32 min_allowed; local
1867 min_allowed = ((tell+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3)) + 2 - nbFilledBytes;
1870 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes);
/external/libopus/celt/
H A Dcelt_encoder.c1843 opus_int32 min_allowed; local
1867 min_allowed = ((tell+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3)) + 2 - nbFilledBytes;
1870 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes);

Completed in 143 milliseconds