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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc 148 // Set the filter to PF_RTPPACKET. We dump all the second packet.
149 sink_->set_packet_filter(PF_RTPPACKET);
150 EXPECT_EQ(PF_RTPPACKET, sink_->packet_filter());
232 if ((filter & PF_RTPPACKET) == PF_RTPPACKET) {
302 Open(send_file), Open(recv_file), PF_RTPPACKET));
306 Open(send_file), Open(recv_file), PF_RTPPACKET));
340 TestMediaRecorder(&channel, NULL, PF_RTPPACKET);
353 TestMediaRecorder(&channel, media_channel, PF_RTPPACKET);
mediarecorder.cc 201 (sink_pair->filter & PF_RTPPACKET) == PF_RTPPACKET) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.h 51 PF_RTPPACKET = 0x3, // includes header
rtpdump.cc 391 if ((packet_filter_ & PF_RTPPACKET) == PF_RTPPACKET) {

Completed in 850 milliseconds