Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/utility/source/
Daudio_frame_operations_unittest.cc172 AudioFrame clipped_frame; in TEST_F() local
173 clipped_frame.samples_per_channel_ = 320; in TEST_F()
174 clipped_frame.num_channels_ = 2; in TEST_F()
175 SetFrameData(&clipped_frame, 32767, -32768); in TEST_F()
176 VerifyFramesAreEqual(clipped_frame, frame_); in TEST_F()
200 AudioFrame clipped_frame; in TEST_F() local
201 clipped_frame.samples_per_channel_ = 320; in TEST_F()
202 clipped_frame.num_channels_ = 1; in TEST_F()
203 SetFrameData(&clipped_frame, 32767); in TEST_F()
204 VerifyFramesAreEqual(clipped_frame, frame_); in TEST_F()
[all …]