Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/utility/source/
Daudio_frame_operations_unittest.cc122 AudioFrame swapped_frame; in TEST_F() local
123 swapped_frame.samples_per_channel_ = 320; in TEST_F()
124 swapped_frame.num_channels_ = 2; in TEST_F()
125 SetFrameData(&swapped_frame, 1, 0); in TEST_F()
128 VerifyFramesAreEqual(swapped_frame, frame_); in TEST_F()