OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestPackStereo
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
TestStereo.h
31
class
TestPackStereo
: public AudioPacketizationCallback {
33
TestPackStereo
();
34
~
TestPackStereo
();
78
void Run(
TestPackStereo
* channel, int in_channels, int out_channels,
88
TestPackStereo
* channel_a2b_;
opus_test.h
34
void Run(
TestPackStereo
* channel,
43
TestPackStereo
* channel_a2b_;
TestStereo.cc
28
TestPackStereo
::
TestPackStereo
()
39
TestPackStereo
::~
TestPackStereo
() {
42
void
TestPackStereo
::RegisterReceiverACM(AudioCodingModule* acm) {
47
int32_t
TestPackStereo
::SendData(const FrameType frame_type,
90
uint16_t
TestPackStereo
::payload_size() {
94
uint32_t
TestPackStereo
::timestamp_diff() {
98
void
TestPackStereo
::reset_payload_size() {
102
void
TestPackStereo
::set_codec_mode(enum StereoMonoMode mode)
[
all
...]
opus_test.cc
100
channel_a2b_ = new
TestPackStereo
;
208
void OpusTest::Run(
TestPackStereo
* channel, size_t channels, int bitrate,
287
// TODO(tlegrand): Move handling of loss simulation to
TestPackStereo
.
Completed in 55 milliseconds