Searched refs:ScopedBuffer (Results 1 – 2 of 2) sorted by relevance
25 typedef rtc::scoped_ptr<ChannelBuffer<float>> ScopedBuffer; typedef28 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()
645 TEST(Allocator, ScopedBuffer) { in TEST() argument