HomeSort by relevance Sort by last modified time
    Searched refs:aec_dump_file_path_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/media/
webrtc_internals.h 99 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
webrtc_internals.cc 49 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_);

Completed in 140 milliseconds