/device/google/dragon/ |
enctune.conf | 10 packettype 0 25 packettype 0 39 packettype 0 55 packettype 0
|
/device/htc/flounder/ |
enctune.conf | 10 packettype 0 25 packettype 0 39 packettype 0 55 packettype 0
|
/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...] |
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.h | 56 uint8_t packetType, 97 status_t queueRawPacket(const sp<ABuffer> &tsPackets, uint8_t packetType); 98 status_t queueTSPackets(const sp<ABuffer> &tsPackets, uint8_t packetType); 99 status_t queueAVCBuffer(const sp<ABuffer> &accessUnit, uint8_t packetType);
|
RTPSender.cpp | 185 const sp<ABuffer> &buffer, uint8_t packetType, PacketizationMode mode) { 190 err = queueRawPacket(buffer, packetType); 194 err = queueTSPackets(buffer, packetType); 198 err = queueAVCBuffer(buffer, packetType); 209 const sp<ABuffer> &packet, uint8_t packetType) { 221 rtp[1] = packetType; 249 const sp<ABuffer> &tsPackets, uint8_t packetType) { 264 rtp[1] = packetType; 310 const sp<ABuffer> &accessUnit, uint8_t packetType) { 431 dst[1] = packetType; [all...] |
/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) {
|
/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;
|
/frameworks/base/libs/common_time/ |
common_time_server_packets.cpp | 81 int16_t pktType = static_cast<int16_t>(packetType); 99 packetType = static_cast<TimeServicePacketType>(tmp); 114 switch (packetType) { 152 packetType = ntohs(*((uint16_t*)(data + 6))); 153 switch (packetType) {
|
common_time_server_packets.h | 45 TimeServicePacketType packetType; 62 packetType = type; 171 uint16_t packetType;
|
/frameworks/base/media/java/android/media/midi/ |
MidiOutputPort.java | 65 int packetType = MidiPortImpl.getPacketType(buffer, count); 66 switch (packetType) { 80 Log.e(TAG, "Unknown packet type " + 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/iptables/extensions/ |
libxt_pkttype.c | 53 "[!] --pkt-type packettype match packet type\n");
|
/external/tcpdump/ |
tcpdump.c | [all...] |
interface.h | 216 #define packettype gndo->ndo_packettype macro
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
monsoon.py | 103 'packetType', 'firmwareVersion', 'protocolVersion', 130 assert status['packetType'] == 0x10
|
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.cpp | 266 33 /* packetType */, 280 info->mIsAudio ? 96 : 97 /* packetType */,
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
mock_rtp_rtcp.h | 164 MOCK_METHOD1(SendRTCP, int32_t(RTCPPacketType packetType));
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtcp_utility.h | 367 RTCPPacketTypes PacketType() const;
|
rtcp_sender.h | 113 RTCPPacketType packetType,
|
/cts/tools/utils/ |
monsoon.py | 129 "packetType", "firmwareVersion", "protocolVersion", 154 assert status["packetType"] == 0x10
|
/frameworks/base/core/java/android/net/ |
NetworkUtils.java | 50 * @param packetType the hardware address type, one of ARPHRD_*. 52 public native static void attachRaFilter(FileDescriptor fd, int packetType) throws SocketException;
|