Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Daudio_converter_unittest.cc25 typedef rtc::scoped_ptr<ChannelBuffer<float>> ScopedBuffer; typedef
28 ScopedBuffer CreateBuffer(const std::vector<float>& data, size_t frames) { in CreateBuffer()
30 ScopedBuffer sb(new ChannelBuffer<float>(frames, num_channels)); in CreateBuffer()
106 ScopedBuffer src_buffer = CreateBuffer(src_data, src_frames); in RunAudioConverterTest()
123 ScopedBuffer dst_buffer = CreateBuffer(dst_data, dst_frames); in RunAudioConverterTest()
124 ScopedBuffer ref_buffer = CreateBuffer(ref_data, dst_frames); in RunAudioConverterTest()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc645 TEST(Allocator, ScopedBuffer) { in TEST() argument