Searched refs:kAudioFrameSpeech (Results 1 – 8 of 8) sorted by relevance
55 counter_[static_cast<int>(AudioFrameType::kAudioFrameSpeech)]); in PrintStatistics()241 expects[static_cast<int>(AudioFrameType::kAudioFrameSpeech)] = 1; in Perform()250 expects[static_cast<int>(AudioFrameType::kAudioFrameSpeech)] = 1; in Perform()263 expects[static_cast<int>(AudioFrameType::kAudioFrameSpeech)] = 1; in Perform()277 expects[static_cast<int>(AudioFrameType::kAudioFrameSpeech)] = 1; in Perform()
339 channel->SendData(AudioFrameType::kAudioFrameSpeech, payload_type_, in Run()
38 kAudioFrameSpeech = 1, enumerator
44 case AudioFrameType::kAudioFrameSpeech: in FrameTypeToString()271 frame_type == AudioFrameType::kAudioFrameSpeech, audio_level_dbov); in SendAudio()
47 frame_type_(AudioFrameType::kAudioFrameSpeech),
356 ASSERT_EQ(AudioFrameType::kAudioFrameSpeech, last_frame_type_); in TEST_F()
296 frame_type = encoded_info.speech ? AudioFrameType::kAudioFrameSpeech in Encode()
296 EXPECT_EQ(AudioFrameType::kAudioFrameSpeech, in TEST_F()301 EXPECT_EQ(AudioFrameType::kAudioFrameSpeech, packet_cb_.last_frame_type()); in TEST_F()