Searched refs:max_allowed (Results 1 - 6 of 6) 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) {
116 max_allowed);
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_config.h65 int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int max_allowed);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c101 static int remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed);
253 int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int max_allowed) argument
255 bdla(section && *section && max_allowed > 0);
257 section, filter[0], filter_count, max_allowed);
259 if(section && *section && max_allowed > 0)
262 ret = remove_filter_node(section, filter, filter_count, max_allowed);
695 static int remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed) argument
706 if(child_count < max_allowed)
709 int total_rm = child_count - max_allowed / 2;
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c1420 opus_int32 max_allowed; local
1426 max_allowed = IMIN(IMAX(tell==1?2:0,
1429 if(max_allowed < nbAvailableBytes)
1431 nbCompressedBytes = nbFilledBytes+max_allowed;
1432 nbAvailableBytes = max_allowed;
/external/libopus/celt/
H A Dcelt_encoder.c1420 opus_int32 max_allowed; local
1426 max_allowed = IMIN(IMAX(tell==1?2:0,
1429 if(max_allowed < nbAvailableBytes)
1431 nbCompressedBytes = nbFilledBytes+max_allowed;
1432 nbAvailableBytes = max_allowed;

Completed in 121 milliseconds