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

/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc453 int option_selection; local
454 ASSERT_EQ(1, scanf("%i", &option_selection));
457 if (option_selection < option_index) {
458 res = codec->GetCodec(option_selection, cinst);
464 } else if (option_selection == option_index++) {
472 } else if (option_selection == option_index++) {
480 } else if (option_selection == option_index++) {
488 } else if (option_selection == option_index++) {
498 } else if (option_selection == option_index++) {
506 } else if (option_selection
[all...]

Completed in 85 milliseconds