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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager.h 23 enum PacketType {
59 PacketType type,
93 PacketType type);
95 PacketType last_packet_type_;
initial_delay_manager.cc 37 PacketType type,
156 PacketType type) {
  /external/webrtc/webrtc/test/
rtcp_packet_parser.h 27 class PacketType {
29 virtual ~PacketType() {}
34 PacketType() : num_packets_(0) {}
39 class SenderReport : public PacketType {
62 class ReceiverReport : public PacketType {
80 class ReportBlock : public PacketType {
104 class Ij : public PacketType {
115 class IjItem : public PacketType {
133 class Sdes : public PacketType {
144 class SdesChunk : public PacketType {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxtfflt.h 26 UCHAR PacketType;
ipxrip.h 18 ULONG PacketType;
ipxsap.h 18 ULONG PacketType;
ipxrtdef.h 87 ULONG PacketType;
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 307 template<int Offset,typename PacketType>
311 static inline void run(PacketType&, const PacketType&) {}
329 template<int Offset,typename PacketType>
330 inline void palign(PacketType& first, const PacketType& second)
332 palign_impl<Offset,PacketType>::run(first,second);
  /external/webrtc/talk/session/media/
channel.cc 117 static const char* PacketType(bool rtcp) {
588 << PacketType(rtcp)
656 LOG(LS_ERROR) << "Can't send outgoing " << PacketType(rtcp)
681 << PacketType(rtcp)
746 LOG(LS_WARNING) << "Can't process incoming " << PacketType(rtcp)
889 << PacketType(rtcp_channel);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 367 RTCPPacketTypes PacketType() const;
rtcp_receiver.cc 370 pktType = rtcpParser->PacketType();
398 RTCPUtility::RTCPPacketTypes rtcpPacketType = rtcpParser.PacketType();
    [all...]
rtcp_utility.cc 74 RTCPUtility::RTCPParserV2::PacketType() const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 886 milliseconds