Searched refs:RTP (Results 1 – 25 of 63) sorted by relevance
123
/external/curl/tests/data/ |
D | test571 | 4 # Bang on RTP by 11 RTP 78 RTSP RTP Interleaving Test 87 RTP: message size 10, channel 1 88 RTP: message size 500, channel 0 89 RTP: message size 196, channel 0 90 RTP: message size 124, channel 0 91 RTP: message size 824, channel 0 92 RTP: message size 10, channel 1 93 RTP: message size 50, channel 0 [all …]
|
D | test568 | 74 m=audio 3456 RTP/AVP 0 75 m=video 2232 RTP/AVP 31 98 m=audio 3456 RTP/AVP 0 99 m=video 2232 RTP/AVP 31
|
/external/webrtc/webrtc/call/ |
D | rtc_event_log.proto | 84 // required - The RTP header only. 143 // Map from video RTP payload type -> RTX config. 146 // RTP header extensions used for the received stream. 164 // Maps RTP header extension names to numerical IDs. 200 // RTP header extensions used for the outgoing stream. 231 // RTP header extensions used for the received audio stream. 240 // RTP header extensions used for the outgoing audio stream.
|
/external/scapy/scapy/layers/ |
D | rtp.py | 36 class RTP(Packet): class 49 bind_layers(RTP, RTPExtension, extension=1)
|
/external/scapy/scapy/modules/ |
D | voip.py | 18 from scapy.layers.rtp import RTP 143 if pkt and pkt.haslayer(UDP) and pkt.haslayer(RTP): 144 dsp.write(pkt.getlayer(RTP).load)
|
/external/libxml2/VxWorks/ |
D | Makefile | 20 ifeq ($(VXTYPE),RTP) 26 ifeq ($(VXTYPE),RTP)
|
D | README | 47 make -f Makefile.vxworks clean all VXCPU=SH32gnule VXTYPE=RTP 79 2. Run: build.sh libxml2-2.6.32 SH32gnule RTP (where you have
|
D | build.sh | 10 TARGETTYPE=RTP
|
/external/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/ |
D | 87155c97c3fc6276f7b8f13b50a50e2307b2d397 | 1 HTP*I RTP/2.0
|
D | f3a092425c89f49b50469d522c99abbdb1b6dedf | 1 H* PIT RTP/2.0
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | plotReceiveTrace.m | 180 xlabel('RTP timestamp (in ms)'); 196 % xlabel('RTP timestamp'); 210 xlabel('RTP timestamp');
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | README.txt | 1 Use RTP Play tool with command 'rtpplay.exe -v -T -f <path>\<file.rtp> 127.0.0.1/1236'
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | 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),
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | 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),
|
D | text_to_binary.annotation_test.cpp | 252 CASE(RTP),
|
/external/webrtc/webrtc/api/objctests/ |
D | RTCSessionDescriptionTest.mm | 69 "m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 126\r\n" 95 "m=video 9 UDP/TLS/RTP/SAVPF 100 116 117 96\r\n"
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/ |
D | ARDAppClientTest.mm | 299 NSString *sdp = @("m=video 9 RTP/SAVPF 100 116 117 96 120\n" 301 NSString *expectedSdp = @("m=video 9 RTP/SAVPF 120 100 116 117 96\n"
|
/external/webrtc/tools/matlab/ |
D | rtpAnalyze.m | 2 %RTP_ANALYZE Analyze RTP stream(s) from a txt file 21 % These appear as RTP packets having payload types 72 through 76.
|
/external/libogg/doc/ |
D | rfc5334.txt | 87 separation mechanisms (such as UDP datagrams or RTP), Ogg is a 275 real-time applications for the RTP payload formats of Theora 630 [RFC5215] Barbato, L., "RTP Payload Format for Vorbis Encoded 641 "RTP Payload Format for the Speex Codec", Work 647 [ThRTP] Barbato, L., "RTP Payload Format for Theora Encoded
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_tests.gypi | 295 # Expects RTP packets without payloads when enabled.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | plot_neteq_delay.m | 68 warning('RTP sequence numbers are in error');
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.lua | 291 RTP = 2,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 291 RTP = 2,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.lua | 284 RTP = 2,
|
/external/libopus/ |
D | README | 22 bitstreams. Raw Opus bitstreams should be used over RTP according to
|
123