Home | History | Annotate | Download | only in standard

Lines Matching refs:frame

58   webrtc::AudioFrame frame;
59 EXPECT_EQ(-1, voe_xmedia_->GetAudioFrame(channel_, 0, &frame));
79 webrtc::AudioFrame frame;
83 EXPECT_EQ(0, voe_xmedia_->GetAudioFrame(channel_, 0, &frame));
84 EXPECT_LT(0, frame.sample_rate_hz_);
85 EXPECT_LT(0, frame.samples_per_channel_);
94 webrtc::AudioFrame frame;
100 EXPECT_EQ(0, voe_xmedia_->GetAudioFrame(channel_, f, &frame))
102 EXPECT_EQ(f, frame.sample_rate_hz_);
103 EXPECT_EQ(f / 100, frame.samples_per_channel_);
113 webrtc::AudioFrame frame;
119 EXPECT_EQ(-1, voe_xmedia_->GetAudioFrame(channel_, f, &frame))