Searched refs:buffer_view (Results 1 – 6 of 6) sorted by relevance
29 virtual void GetAudioData(std::vector<unsigned char>* buffer_view) const = 0;
71 std::vector<unsigned char>* buffer_view) const OVERRIDE;
1726 void TestRunner::GetAudioData(std::vector<unsigned char>* buffer_view) const { in GetAudioData()1727 *buffer_view = audio_data_; in GetAudioData()
37 float* buffer_view = reinterpret_cast<float*>(string_as_array(&buffer)); in AudioBusToString() local42 buffer_view[di] = source->channel(ch)[si]; in AudioBusToString()
155 float* buffer_view = in VerifySamples() local162 differences += (buffer_view[di] != channel_data_[ch][si]); in VerifySamples()
29 float* buffer_view = reinterpret_cast<float*>(string_as_array(buffer)); in AudioBusToString() local34 buffer_view[di] = source->channel(ch)[si]; in AudioBusToString()