Searched refs:WebRtcRtpDumpWriter (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_writer.h25 // - WebRtcRtpDumpWriter does not stop writing to the dump after the max size
29 class WebRtcRtpDumpWriter { class
39 WebRtcRtpDumpWriter(const base::FilePath& incoming_dump_path,
44 virtual ~WebRtcRtpDumpWriter();
130 base::WeakPtrFactory<WebRtcRtpDumpWriter> weak_ptr_factory_;
132 DISALLOW_COPY_AND_ASSIGN(WebRtcRtpDumpWriter);
H A Dwebrtc_rtp_dump_handler.h14 class WebRtcRtpDumpWriter;
100 void SetDumpWriterForTesting(scoped_ptr<WebRtcRtpDumpWriter> writer);
124 scoped_ptr<WebRtcRtpDumpWriter> dump_writer_;
H A Dwebrtc_rtp_dump_writer.cc92 class WebRtcRtpDumpWriter::FileThreadWorker {
253 WebRtcRtpDumpWriter::WebRtcRtpDumpWriter( function in class:WebRtcRtpDumpWriter
266 WebRtcRtpDumpWriter::~WebRtcRtpDumpWriter() {
278 void WebRtcRtpDumpWriter::WriteRtpPacket(const uint8* packet_header,
316 void WebRtcRtpDumpWriter::EndDump(RtpDumpType type,
329 base::Bind(&WebRtcRtpDumpWriter::OnDumpEnded,
335 size_t WebRtcRtpDumpWriter::max_dump_size() const {
340 WebRtcRtpDumpWriter
[all...]
H A Dwebrtc_rtp_dump_writer_unittest.cc57 writer_.reset(new WebRtcRtpDumpWriter(
225 scoped_ptr<WebRtcRtpDumpWriter> writer_;
276 writer_.reset(new WebRtcRtpDumpWriter(
H A Dwebrtc_rtp_dump_handler_unittest.cc17 class FakeDumpWriter : public WebRtcRtpDumpWriter {
22 : WebRtcRtpDumpWriter(base::FilePath(),
73 scoped_ptr<WebRtcRtpDumpWriter> writer(new FakeDumpWriter(
H A Dwebrtc_rtp_dump_handler.cc126 // WebRtcRtpDumpWriter does not support changing the dump path after it's
130 dump_writer_.reset(new WebRtcRtpDumpWriter(
272 scoped_ptr<WebRtcRtpDumpWriter> writer) {

Completed in 124 milliseconds