OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestAllCodecs
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.h
52
class
TestAllCodecs
: public ACMTest {
54
explicit
TestAllCodecs
(int test_mode);
55
~
TestAllCodecs
();
TestAllCodecs.cc
11
#include "webrtc/modules/audio_coding/test/
TestAllCodecs
.h"
107
TestAllCodecs
::
TestAllCodecs
(int test_mode)
118
TestAllCodecs
::~
TestAllCodecs
() {
125
void
TestAllCodecs
::Perform() {
132
"----------
TestAllCodecs
----------");
357
void
TestAllCodecs
::RegisterSendCodec(char side, char* codec_name,
417
void
TestAllCodecs
::Run(TestPack* channel) {
472
void
TestAllCodecs
::OpenOutFile(int test_number)
[
all
...]
Tester.cc
22
#include "webrtc/modules/audio_coding/test/
TestAllCodecs
.h"
36
TEST(AudioCodingModuleTest,
TestAllCodecs
) {
40
webrtc::
TestAllCodecs
(ACM_TEST_MODE).Perform();
Completed in 560 milliseconds