#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <memory>
#include <vector>
#include "gflags/gflags.h"
#include "webrtc/base/format_macros.h"
#include "webrtc/modules/audio_processing/include/audio_processing.h"
#include "webrtc/test/gtest.h"
#include "webrtc/test/testsupport/fileutils.h"
#include "webrtc/test/testsupport/trace_to_stderr.h"
#include "webrtc/typedefs.h"
#include "webrtc/voice_engine/include/voe_audio_processing.h"
#include "webrtc/voice_engine/include/voe_base.h"
#include "webrtc/voice_engine/include/voe_codec.h"
#include "webrtc/voice_engine/include/voe_errors.h"
#include "webrtc/voice_engine/include/voe_file.h"
#include "webrtc/voice_engine/include/voe_hardware.h"
#include "webrtc/voice_engine/include/voe_neteq_stats.h"
#include "webrtc/voice_engine/include/voe_network.h"
#include "webrtc/voice_engine/include/voe_rtp_rtcp.h"
#include "webrtc/voice_engine/include/voe_volume_control.h"
#include "webrtc/voice_engine/test/channel_transport/channel_transport.h"
◆ VALIDATE
Value: printf("*** Error at line %i \n", __LINE__); \
}
VoEBase * base1
Definition: voe_cmd_test.cc:53
virtual int LastError()=0
res
Definition: harness.py:111
◆ DEFINE_bool()
DEFINE_bool |
( |
use_log_file |
, |
|
|
false |
, |
|
|
"Output logs to a file; by default they will be printed to stderr." |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ PrintCodecs()
void PrintCodecs |
( |
bool |
opus_stereo | ) |
|
◆ RunTest()
◆ SetStereoIfOpus()
void SetStereoIfOpus |
( |
bool |
use_stereo, |
|
|
CodecInst * |
codec_params |
|
) |
| |
◆ apm
◆ base1
◆ codec
◆ file
◆ hardware
◆ m_voe
◆ neteqst
◆ netw
◆ rtp_rtcp
◆ volume