/external/scapy/scapy/layers/ |
rtp.py | 7 RTP (Real-time Transport Protocol). 14 # http://www.iana.org/assignments/rtp-parameters 30 name = "RTP extension" 36 class RTP(Packet): 37 name="RTP" 49 bind_layers(RTP, RTPExtension, extension=1)
|
/external/scapy/scapy/modules/ |
voip.py | 18 from scapy.layers.rtp import RTP 74 to read RTP VoIP packets 135 read and play VoIP RTP packets, without 143 if pkt and pkt.haslayer(UDP) and pkt.haslayer(RTP): 144 dsp.write(pkt.getlayer(RTP).load)
|
/external/libxml2/VxWorks/ |
Makefile | 20 ifeq ($(VXTYPE),RTP)
26 ifeq ($(VXTYPE),RTP)
|
build.sh | 10 TARGETTYPE=RTP
79 if [ "${TARGETTYPE}" = "RTP" ]; then
|
/external/webrtc/webrtc/modules/video_coding/test/ |
plotReceiveTrace.m | 180 xlabel('RTP timestamp (in ms)'); 196 % xlabel('RTP timestamp'); 210 xlabel('RTP timestamp');
|
/external/deqp-deps/SPIRV-Tools/test/ |
ext_inst.opencl_test.cpp | 292 CASE3Round(Vstore_half_r, vstore_half_r, RTP), 297 CASE3Round(Vstore_halfn_r, vstore_halfn_r, RTP), 307 CASE3Round(Vstorea_halfn_r, vstorea_halfn_r, RTP),
|
text_to_binary.annotation_test.cpp | 252 CASE(RTP),
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
ext_inst.opencl_test.cpp | 292 CASE3Round(Vstore_half_r, vstore_half_r, RTP), 297 CASE3Round(Vstore_halfn_r, vstore_halfn_r, RTP), 307 CASE3Round(Vstorea_halfn_r, vstorea_halfn_r, RTP),
|
text_to_binary.annotation_test.cpp | 252 CASE(RTP),
|
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 2 %RTP_ANALYZE Analyze RTP stream(s) from a txt file 6 % $ out/Debug/rtp_analyze my_file.rtp my_file.txt 21 % These appear as RTP packets having payload types 72 through 76.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
plot_neteq_delay.m | 68 warning('RTP sequence numbers are in error');
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
spirv.cs | 306 RTP = 2,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
spirv.cs | 310 RTP = 2,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
spirv.cs | 313 RTP = 2,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
spirv.cs | 306 RTP = 2,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
spirv.cs | 310 RTP = 2,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
spirv.cs | 313 RTP = 2,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
spirv.cs | 346 RTP = 2, [all...] |
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
spirv.cs | 350 RTP = 2, [all...] |
/external/grpc-grpc-java/netty/shaded/ |
grpc-netty-shaded-1.14.0.jar | |