Searched refs:aec_dump_file_path_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/media/
H A Dwebrtc_internals.cc49 aec_dump_file_path_ =
51 if (aec_dump_file_path_.empty()) {
52 // In this case the default path (|aec_dump_file_path_|) will be empty and
58 aec_dump_file_path_ =
59 aec_dump_file_path_.Append(FILE_PATH_LITERAL("audio.aecdump"));
244 aec_dump_file_path_,
298 aec_dump_file_path_ = path;
366 i.GetCurrentValue()->EnableAecDump(aec_dump_file_path_);
H A Dwebrtc_internals.h99 return aec_dump_file_path_;
133 // Enables AEC dump on all render process hosts using |aec_dump_file_path_|.
176 base::FilePath aec_dump_file_path_; member in class:content::WebRTCInternals

Completed in 628 milliseconds