Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender_audio.cc179 if(frameType != kAudioFrameCN) in MarkerBit()
200 if(frameType == kAudioFrameCN) in MarkerBit()
Drtp_receiver_audio.cc360 rtp_header->frameType = kAudioFrameCN; in ParseAudioCodecSpecific()
Drtp_sender.cc34 case kAudioFrameCN: return "audio_cn"; in FrameTypeToString()
429 assert(frame_type == kAudioFrameSpeech || frame_type == kAudioFrameCN || in SendOutgoingData()
437 assert(frame_type != kAudioFrameSpeech && frame_type != kAudioFrameCN); in SendOutgoingData()
Drtp_sender_unittest.cc1020 ASSERT_EQ(0, rtp_sender_->SendOutgoingData(kAudioFrameCN, payload_type, 1234, in TEST_F()
1049 ASSERT_EQ(0, rtp_sender_->SendOutgoingData(kAudioFrameCN, payload_type, 1234, in TEST_F()
/external/chromium_org/third_party/webrtc/video/
Dsend_statistics_proxy.cc114 case kAudioFrameCN: in FrameCountUpdated()
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Dacm_receiver_unittest_oldapi.cc323 EXPECT_EQ(kAudioFrameCN, last_frame_type_); in TEST_F()
348 while (last_frame_type_ != kAudioFrameCN) { in TEST_F()
Dacm_receiver_unittest.cc319 EXPECT_EQ(kAudioFrameCN, last_frame_type_); in TEST_F()
344 while (last_frame_type_ != kAudioFrameCN) { in TEST_F()
Daudio_coding_module_impl.cc538 frame_type = kAudioFrameCN; in ProcessSingleStream()
544 frame_type = kAudioFrameCN; in ProcessSingleStream()
550 frame_type = kAudioFrameCN; in ProcessSingleStream()
556 frame_type = kAudioFrameCN; in ProcessSingleStream()
/external/webrtc/src/
Dcommon_types.h217 kAudioFrameCN = 2, enumerator
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
DTestStereo.cc67 if (frame_type != kAudioFrameCN) { in SendData()
77 if (frame_type != kAudioFrameCN) { in SendData()
DChannel.cc37 if (frameType == kAudioFrameCN) { in SendData()
DTestAllCodecs.cc67 if (frame_type == kAudioFrameCN) { in SendData()
/external/chromium_org/third_party/webrtc/
Dcommon_types.h160 kAudioFrameCN = 2, enumerator