Home
last modified time | relevance | path

Searched refs:kAudioFrameSpeech (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_audio.cc176 EXPECT_EQ(-1, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, in TEST_F()
202 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, in TEST_F()
276 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, in TEST_F()
338 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, in TEST_F()
346 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, in TEST_F()
Dtest_api_rtcp.cc164 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, in SetUp()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver_unittest_oldapi.cc82 rtp_header_.frameType = kAudioFrameSpeech; in SetUp()
137 if (frame_type == kAudioFrameSpeech) in SendData()
374 ASSERT_EQ(kAudioFrameSpeech, last_frame_type_); in TEST_F()
Dacm_send_test_oldapi.cc38 frame_type_(kAudioFrameSpeech), in AcmSendTestOldApi()
Dacm_receive_test_oldapi.cc181 header.frameType = kAudioFrameSpeech; in Run()
Daudio_coding_module_unittest_oldapi.cc74 rtp_header->frameType = kAudioFrameSpeech; in Populate()
324 EXPECT_EQ(kAudioFrameSpeech, packet_cb_.last_frame_type()); in TEST_F()
328 EXPECT_EQ(kAudioFrameSpeech, packet_cb_.last_frame_type()); in TEST_F()
Dinitial_delay_manager_unittest.cc45 rtp_info->frameType = kAudioFrameSpeech; in InitRtpInfo()
Daudio_coding_module_impl.cc172 frame_type = encoded_info.speech ? kAudioFrameSpeech : kAudioFrameCN; in Encode()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Drtp_generator.cc32 rtp_header->frameType = kAudioFrameSpeech; in GetRtpHeader()
Dpacket.cc126 copy_to->frameType = kAudioFrameSpeech; in ConvertHeader()
/external/webrtc/webrtc/modules/audio_coding/test/
Dtarget_delay_unittest.cc44 rtp_info_.frameType = kAudioFrameSpeech; in SetUp()
Dutility.cc292 printf("kAudioFrameSpeech... %d\n", _numFrameTypes[kAudioFrameSpeech]); in PrintFrameTypes()
DTestVADDTX.cc48 printf("kAudioFrameSpeech %u\n", counter_[kAudioFrameSpeech]); in PrintStatistics()
Dopus_test.cc323 channel->SendData(kAudioFrameSpeech, payload_type_, rtp_timestamp_, in Run()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_audio.cc353 rtp_header->frameType = kAudioFrameSpeech; in ParseAudioCodecSpecific()
Drtp_sender_audio.cc355 (frameType == kAudioFrameSpeech), in SendAudio()
Drtp_sender.cc44 case kAudioFrameSpeech: return "audio_speech"; in FrameTypeToString()
529 assert(frame_type == kAudioFrameSpeech || frame_type == kAudioFrameCN || in SendOutgoingData()
537 assert(frame_type != kAudioFrameSpeech && frame_type != kAudioFrameCN); in SendOutgoingData()
/external/webrtc/webrtc/
Dcommon_types.h161 kAudioFrameSpeech = 1, enumerator
/external/webrtc/webrtc/voice_engine/
Dchannel.cc302 _sendFrameType = (frame_type == kAudioFrameSpeech); in InFrameType()