OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decoded_audio_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/filters/
audio_file_reader_unittest.cc
34
scoped_ptr<AudioBus>
decoded_audio_data
=
local
36
int actual_frames = reader_->Read(
decoded_audio_data
.get());
37
ASSERT_LE(actual_frames,
decoded_audio_data
->frames());
41
audio_hash.Update(
decoded_audio_data
.get(), actual_frames);
109
scoped_ptr<AudioBus>
decoded_audio_data
=
local
111
EXPECT_EQ(reader_->Read(
decoded_audio_data
.get()), 0);
audio_file_reader.cc
212
float*
decoded_audio_data
= reinterpret_cast<float*>(av_frame->data[0]);
local
218
bus_data[i] =
decoded_audio_data
[offset];
Completed in 266 milliseconds