OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_raw_file
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/test/
unpack.cc
90
rtc::scoped_ptr<RawFile>
input_raw_file
;
local
139
if (FLAGS_raw && !
input_raw_file
) {
140
input_raw_file
.reset(new RawFile(FLAGS_input_file + ".pcm"));
145
input_raw_file
.get());
147
if (FLAGS_raw && !
input_raw_file
) {
148
input_raw_file
.reset(new RawFile(FLAGS_input_file + ".float"));
159
input_raw_file
.get());
Completed in 152 milliseconds