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

/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Daudio_device_test_func.cc41 TEST_LOG("=========================================\n");
42 TEST_LOG("Func Test of the WebRtcAudioDevice Module\n");
43 TEST_LOG("=========================================\n\n");
56 TEST_LOG("---------------------------------------\n");
57 TEST_LOG("Select type of test\n\n");
58 TEST_LOG(" (0) Quit\n");
59 TEST_LOG(" (1) All\n");
60 TEST_LOG("- - - - - - - - - - - - - - - - - - - -\n");
61 TEST_LOG(" (2) Audio-layer selection\n");
62 TEST_LOG(" (
[all...]
H A Daudio_device_test_defines.h30 #define TEST_LOG(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
33 #define TEST_LOG printf macro
63 TEST_LOG(">> %d warnings <<\n\n", \
H A Dfunc_test_manager.cc73 TEST_LOG("\n[*** ERROR ***] => OnErrorIsReported(%d)\n \n", error);
80 TEST_LOG("\n[*** WARNING ***] => OnWarningIsReported(%d)\n \n", warning);
188 TEST_LOG("[0]");
195 TEST_LOG("[MAX]");
213 TEST_LOG("[MIN]");
220 TEST_LOG("[MAX]");
234 TEST_LOG("[MUTE ON]");
238 TEST_LOG("[MUTE OFF]");
251 TEST_LOG("[BOOST ON]");
255 TEST_LOG("[BOOS
[all...]
H A Daudio_device_test_api.cc59 TEST_LOG("\n[*** ERROR ***] => OnErrorIsReported(%d)\n\n", error);
64 TEST_LOG("\n[*** WARNING ***] => OnWarningIsReported(%d)\n\n", warning);
101 TEST_LOG("-");
104 TEST_LOG("-|");
107 TEST_LOG("--");
125 TEST_LOG("+");
127 TEST_LOG("++");
183 TEST_LOG("WEBRTC_WINDOWS_CORE_AUDIO_BUILD is defined!\n\n");
198 TEST_LOG("WEBRTC_WINDOWS_CORE_AUDIO_BUILD is *not* defined!\n");
1729 TEST_LOG("Recordin
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dneteq_stats_test.cc24 TEST_LOG("Inspect these statistics and ensure they make sense.\n");
26 TEST_LOG(" currentAccelerateRate = %hu \n",
28 TEST_LOG(" currentBufferSize = %hu \n",
30 TEST_LOG(" currentDiscardRate = %hu \n",
32 TEST_LOG(" currentExpandRate = %hu \n",
34 TEST_LOG(" currentPacketLossRate = %hu \n",
36 TEST_LOG(" currentPreemptiveRate = %hu \n",
38 TEST_LOG(" preferredBufferSize = %hu \n",
40 TEST_LOG(" jitterPeaksFound = %i \n",
42 TEST_LOG(" clockDriftPP
[all...]
H A Dvolume_test.cc35 TEST_LOG("Failed to set microphone volume to %u.\n", volume);
47 TEST_LOG("Failed to get the microphone volume.");
58 TEST_LOG("Failed to %smute input.\n", enable ? "" : "un");
70 TEST_LOG("Failed to mute the input.");
137 TEST_LOG("Setting speaker volume to 0 out of 255.\n");
144 TEST_LOG("Setting speaker volume to 100 out of 255.\n");
156 TEST_LOG("Setting speaker volume to the original %d out of 255.\n",
171 TEST_LOG("Failed to get the microphone volume.");
187 TEST_LOG("Current microphone volume is %u.\n", original_volume);
189 TEST_LOG("Faile
[all...]
H A Dfile_test.cc37 TEST_LOG("Skipping test - running in slow execution environment...\n");
46 TEST_LOG("Recording to %s for 3 seconds.\n", recording_filename.c_str());
51 TEST_LOG("Playing back %s.\n", recording_filename.c_str());
70 TEST_LOG("Recording playout to %s.\n", recording_filename.c_str());
76 TEST_LOG("Playing back the recording in looping mode.\n");
H A Ddtmf_test.cc17 TEST_LOG("Sending telephone events:\n");
21 TEST_LOG("%d ", i);
27 TEST_LOG("\n");
56 TEST_LOG("Disabling DTMF playout (no tone should be heard) \n");
61 TEST_LOG("Enabling DTMF playout (tone should be heard) \n");
72 TEST_LOG("Changing DTMF payload type.\n");
H A Dexternal_media_test.cc24 TEST_LOG("Back to normal.\n");
33 TEST_LOG("Enabling external media processing: audio should be affected.\n");
39 TEST_LOG("Enabling external media processing: audio should be affected.\n");
46 TEST_LOG("Speak and verify your voice is distorted.\n");
66 TEST_LOG("Verify that no sound is played out.\n");
72 TEST_LOG("Verify that sound is played out.\n");
H A Dfile_before_streaming_test.cc105 TEST_LOG("Playout is not started. File will not be played out.\n");
112 TEST_LOG("Playout is now started. File will be played out.\n");
117 TEST_LOG("Stop playing file. Only silence will be played out.\n");
123 TEST_LOG("Start playing file again. File will be played out.\n");
H A Dcodec_test.cc165 TEST_LOG("Skipping %s.\n", codec_instance_.plname);
172 TEST_LOG("%s (pt=%d): default packet size(%d), accepts sizes ",
187 TEST_LOG("%d ", packet_size);
193 TEST_LOG("\n");
H A Drtp_rtcp_test.cc49 TEST_LOG("%s", msg);
126 TEST_LOG("Skipping test - running in slow execution environment...\n");
H A Dmixing_test.cc78 TEST_LOG("Playing %d local streams.\n", num_local_streams);
87 TEST_LOG("Playing %d remote streams.\n", num_remote_streams);
H A Daudio_processing_test.cc24 TEST_LOG("%s", msg);
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_standard_test.cc40 TEST_LOG("Supported sub APIs:\n\n");
42 TEST_LOG(" Base\n");
44 TEST_LOG(" Codec\n");
46 TEST_LOG(" Dtmf\n");
48 TEST_LOG(" ExternalMedia\n");
50 TEST_LOG(" File\n");
52 TEST_LOG(" Hardware\n");
54 TEST_LOG(" NetEqStats\n");
56 TEST_LOG(" Network\n");
58 TEST_LOG(" RTP_RTC
[all...]
H A Dvoe_test_common.h17 #define TEST_LOG(...) \ macro
23 #define TEST_LOG printf macro
H A Dvoe_test_defines.h85 #define MARK() TEST_LOG("."); fflush(NULL); // Add test marker
86 #define ANL() TEST_LOG("\n") // Add New Line
87 #define AOK() TEST_LOG("[Test is OK]"); fflush(NULL); // Add OK
91 TEST_LOG("Press any key to continue..."); \
93 TEST_LOG("\n"); \
98 TEST_LOG("Continuing (pause not supported)\n"); \
104 TEST_LOG("Testing: %s", #s); \
154 TEST_LOG("\n>>> Excluding test at line: %i <<<\n\n",__LINE__); \
159 TEST_LOG("\n>>> Incomplete test at line: %i <<<\n\n",__LINE__); \
H A Dvoe_cpu_test.cc87 TEST_LOG("\nMeasure CPU and memory while running a full-duplex"
H A Dvoe_standard_test.h130 TEST_LOG("ERROR: Failed to open input file!");
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/extended/
H A Dec_metrics_test.cc40 TEST_LOG("Speak into microphone and check metrics for 5 seconds...\n");
49 TEST_LOG(" Echo : ERL=%5d, ERLE=%5d, RERL=%5d, A_NLP=%5d [dB], "
73 TEST_LOG("Verify EC Delay metrics:");
80 TEST_LOG("Delay = %d, Delay Std = %d\n", delay, delay_std);
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
H A Dbefore_streaming_fixture.cc37 TEST_LOG("You need to speak manually into the microphone for this test.\n");
38 TEST_LOG("Please start speaking now.\n");
/external/openfst/src/test/
H A Dalgo_test.cc24 // TEST_TROPICAL and TEST_LOG is recommended. More increase the
28 #define TEST_LOG macro
89 #ifdef TEST_LOG
94 #endif // TEST_LOG

Completed in 737 milliseconds