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

  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_writer.h 25 // - WebRtcRtpDumpWriter does not stop writing to the dump after the max size
29 class WebRtcRtpDumpWriter {
39 WebRtcRtpDumpWriter(const base::FilePath& incoming_dump_path,
44 virtual ~WebRtcRtpDumpWriter();
130 base::WeakPtrFactory<WebRtcRtpDumpWriter> weak_ptr_factory_;
132 DISALLOW_COPY_AND_ASSIGN(WebRtcRtpDumpWriter);
webrtc_rtp_dump_handler.h 14 class WebRtcRtpDumpWriter;
100 void SetDumpWriterForTesting(scoped_ptr<WebRtcRtpDumpWriter> writer);
124 scoped_ptr<WebRtcRtpDumpWriter> dump_writer_;
webrtc_rtp_dump_writer.cc 92 class WebRtcRtpDumpWriter::FileThreadWorker {
253 WebRtcRtpDumpWriter::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::EndDumpContext::EndDumpContext
    [all...]
webrtc_rtp_dump_writer_unittest.cc 57 writer_.reset(new WebRtcRtpDumpWriter(
225 scoped_ptr<WebRtcRtpDumpWriter> writer_;
276 writer_.reset(new WebRtcRtpDumpWriter(
webrtc_rtp_dump_handler_unittest.cc 17 class FakeDumpWriter : public WebRtcRtpDumpWriter {
22 : WebRtcRtpDumpWriter(base::FilePath(),
73 scoped_ptr<WebRtcRtpDumpWriter> writer(new FakeDumpWriter(
webrtc_rtp_dump_handler.cc 126 // WebRtcRtpDumpWriter does not support changing the dump path after it's
130 dump_writer_.reset(new WebRtcRtpDumpWriter(
272 scoped_ptr<WebRtcRtpDumpWriter> writer) {

Completed in 54 milliseconds