Home
last modified time | relevance | path

Searched refs:kAudioFrameCN (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_audio.cc124 if (frameType != kAudioFrameCN) { in MarkerBit()
143 if (frameType == kAudioFrameCN) { in MarkerBit()
Drtp_receiver_audio.cc351 rtp_header->frameType = kAudioFrameCN; in ParseAudioCodecSpecific()
Drtp_sender.cc45 case kAudioFrameCN: return "audio_cn"; in FrameTypeToString()
529 assert(frame_type == kAudioFrameSpeech || frame_type == kAudioFrameCN || in SendOutgoingData()
537 assert(frame_type != kAudioFrameSpeech && frame_type != kAudioFrameCN); in SendOutgoingData()
Drtp_sender_unittest.cc1214 0, rtp_sender_->SendOutgoingData(kAudioFrameCN, payload_type, 1234, 4321, in TEST_F()
1243 0, rtp_sender_->SendOutgoingData(kAudioFrameCN, payload_type, 1234, 4321, in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver_unittest_oldapi.cc357 EXPECT_EQ(kAudioFrameCN, last_frame_type_); in TEST_F()
383 while (last_frame_type_ != kAudioFrameCN) { in TEST_F()
Daudio_coding_module_unittest_oldapi.cc399 } expectation[] = {{2, kAudioFrameCN}, in DoTest()
402 {11, kAudioFrameCN}, in DoTest()
405 {20, kAudioFrameCN}, in DoTest()
409 {32, kAudioFrameCN}, in DoTest()
Daudio_coding_module_impl.cc172 frame_type = encoded_info.speech ? kAudioFrameSpeech : kAudioFrameCN; in Encode()
/external/webrtc/webrtc/modules/audio_coding/test/
Dutility.cc293 printf("kAudioFrameCN....... %d\n", _numFrameTypes[kAudioFrameCN]); in PrintFrameTypes()
DTestVADDTX.cc49 printf("kAudioFrameCN %u\n", counter_[kAudioFrameCN]); in PrintStatistics()
DTestStereo.cc67 if (frame_type != kAudioFrameCN) { in SendData()
77 if (frame_type != kAudioFrameCN) { in SendData()
DTestAllCodecs.cc72 if (frame_type == kAudioFrameCN) { in SendData()
DChannel.cc40 if (frameType == kAudioFrameCN) { in SendData()
/external/webrtc/webrtc/
Dcommon_types.h162 kAudioFrameCN = 2, enumerator