Home
last modified time | relevance | path

Searched full:payload (Results 1 – 25 of 2326) sorted by relevance

12345678910>>...94

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_payload_registry.cc52 // Reserved payload types to avoid RTCP conflicts when marker bit is set. in RegisterReceivePayload()
60 case 78: // 206 Payload-specific FB message. in RegisterReceivePayload()
62 LOG(LS_ERROR) << "Can't register invalid receiver payload type: " in RegisterReceivePayload()
77 // We already use this payload type. in RegisterReceivePayload()
78 RtpUtility::Payload* payload = it->second; in RegisterReceivePayload() local
80 assert(payload); in RegisterReceivePayload()
82 size_t name_length = strlen(payload->name); in RegisterReceivePayload()
88 payload->name, payload_name, payload_name_length)) { in RegisterReceivePayload()
89 if (rtp_payload_strategy_->PayloadIsCompatible(*payload, frequency, in RegisterReceivePayload()
91 rtp_payload_strategy_->UpdatePayloadRate(payload, rate); in RegisterReceivePayload()
[all …]
Drtp_format_h264_unittest.cc392 parsed_payload->payload, in ExpectPacket()
393 parsed_payload->payload + parsed_payload->payload_length), in ExpectPacket()
402 RtpDepacketizer::ParsedPayload payload; in TEST_F() local
404 ASSERT_TRUE(depacketizer_->Parse(&payload, packet, sizeof(packet))); in TEST_F()
405 ExpectPacket(&payload, packet, sizeof(packet)); in TEST_F()
406 EXPECT_EQ(kVideoFrameKey, payload.frame_type); in TEST_F()
407 EXPECT_EQ(kRtpVideoH264, payload.type.Video.codec); in TEST_F()
408 EXPECT_TRUE(payload.type.Video.isFirstPacket); in TEST_F()
410 payload.type.Video.codecHeader.H264.packetization_type); in TEST_F()
411 EXPECT_EQ(kIdr, payload.type.Video.codecHeader.H264.nalu_type); in TEST_F()
[all …]
Drtp_format_vp8_unittest.cc27 // Payload descriptor
41 // Payload header
51 // | VP8 payload |
419 parsed_payload->payload, in ExpectPacket()
420 parsed_payload->payload + parsed_payload->payload_length), in ExpectPacket()
432 RtpDepacketizer::ParsedPayload payload; in TEST_F() local
434 ASSERT_TRUE(depacketizer_->Parse(&payload, packet, sizeof(packet))); in TEST_F()
436 &payload, packet + kHeaderLength, sizeof(packet) - kHeaderLength); in TEST_F()
437 EXPECT_EQ(kVideoFrameDelta, payload.frame_type); in TEST_F()
438 EXPECT_EQ(kRtpVideoVp8, payload.type.Video.codec); in TEST_F()
[all …]
/external/curl/tests/data/
Dtest1309130 remove pointer 7, payload 718
181 remove pointer 8, payload 236
231 remove pointer 9, payload 777
280 remove pointer 10, payload 295
328 remove pointer 11, payload 836
375 remove pointer 12, payload 354
421 remove pointer 13, payload 895
466 remove pointer 14, payload 413
510 remove pointer 15, payload 954
553 remove pointer 16, payload 472
[all …]
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto23 // The type of payload that should be returned.
36 message Payload { message
39 // Primary contents of payload.
45 // Desired payload type in the response from the server.
49 // Desired payload size in the response from the server.
53 // Optional input payload sent along with the request.
54 Payload payload = 3; field
65 // Payload to increase message size.
66 Payload payload = 1; field
76 // Optional input payload sent along with the request.
[all …]
/external/kernel-headers/original/uapi/linux/
Ddm-log-userspace.h41 * you will see 'Payload-to-userspace' and 'Payload-to-kernel'. The
42 * 'Payload-to-userspace' is what the kernel sends in 'additional data' as
43 * necessary parameters to complete the request. The 'Payload-to-kernel' is
46 * structure denotes the availability and amount of payload data.
54 * Payload-to-userspace:
56 * Payload-to-kernel:
78 * Payload-to-userspace:
80 * Payload-to-kernel:
85 * payload data.
97 * Payload-to-userspace:
[all …]
/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dframe_handler_test.cc62 static void frame(frame_handler* handler, unsigned char* payload, in frame() argument
67 GPR_ASSERT(alts_reset_frame_writer(handler->writer, payload, payload_length)); in frame()
96 static void frame_n_deframe(frame_handler* handler, unsigned char* payload, in frame_n_deframe() argument
99 frame(handler, payload, payload_length, write_length); in frame_n_deframe()
104 GPR_ASSERT(memcmp(payload, bytes, payload_length) == 0); in frame_n_deframe()
109 unsigned char payload[] = "hello world"; in frame_handler_test_frame_deframe() local
110 size_t payload_length = strlen((char*)payload) + 1; in frame_handler_test_frame_deframe()
112 frame_n_deframe(handler, payload, payload_length, in frame_handler_test_frame_deframe()
118 unsigned char payload[] = "hello world"; in frame_handler_test_small_buffer() local
119 size_t payload_length = strlen(reinterpret_cast<char*>(payload)) + 1; in frame_handler_test_small_buffer()
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Dmessages.proto30 // The type of payload that should be returned.
37 message Payload { message
40 // Primary contents of payload.
53 // Desired payload type in the response from the server.
57 // Desired payload size in the response from the server.
60 // Optional input payload sent along with the request.
61 Payload payload = 3; field
84 // Payload to increase message size.
85 Payload payload = 1; field
95 // Optional input payload sent along with the request.
[all …]
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto32 // The type of payload that should be returned.
39 message Payload { message
43 // Primary contents of payload.
57 // Desired payload type in the response from the server.
61 // Desired payload size in the response from the server.
64 // Optional input payload sent along with the request.
65 Payload payload = 3; field
88 // Payload to increase message size.
89 Payload payload = 1; field
99 // Optional input payload sent along with the request.
[all …]
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmessages.proto25 // The type of payload that should be returned.
38 message Payload { message
42 // Primary contents of payload.
56 // Desired payload type in the response from the server.
60 // Desired payload size in the response from the server.
63 // Optional input payload sent along with the request.
64 Payload payload = 3; field
87 // Payload to increase message size.
88 Payload payload = 1; field
102 // Optional input payload sent along with the request.
[all …]
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto32 // The type of payload that should be returned.
39 message Payload { message
43 // Primary contents of payload.
57 // Desired payload type in the response from the server.
61 // Desired payload size in the response from the server.
64 // Optional input payload sent along with the request.
65 Payload payload = 3; field
88 // Payload to increase message size.
89 Payload payload = 1; field
99 // Optional input payload sent along with the request.
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/requests/r/
Dtest_requests.proto17 import "tests/protoc_plugin/protos/payload/test_payload.proto";
22 // Desired payload type in the response from the server.
26 // Desired payload size in the response from the server.
30 // input payload sent along with the request.
31 Payload payload = 3; field
35 // input payload sent along with the request.
36 Payload payload = 1; field
38 // Not expecting any payload from the response.
42 // Desired payload sizes in responses from the server.
52 // Desired payload type in the response from the server.
[all …]
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DStreamingOutputCallRequest.php20 * Desired payload type in the response from the server.
21 * If response_type is RANDOM, the payload from each response in the stream
22 * might be of different types. This is to simulate a mixed type of payload
35 * Optional input payload sent along with the request.
37 * Generated from protobuf field <code>.grpc.testing.Payload payload = 3;</code>
39 private $payload = null; variable in Grpc\\Testing\\StreamingOutputCallRequest
54 * Desired payload type in the response from the server.
55 * If response_type is RANDOM, the payload from each response in the stream
56 * might be of different types. This is to simulate a mixed type of payload
69 * Desired payload type in the response from the server.
[all …]
DStreamingOutputCallResponse.php19 * Payload to increase response size.
21 * Generated from protobuf field <code>.grpc.testing.Payload payload = 1;</code>
23 private $payload = null; variable in Grpc\\Testing\\StreamingOutputCallResponse
31 * Payload to increase response size.
33 * Generated from protobuf field <code>.grpc.testing.Payload payload = 1;</code>
34 * @return \Grpc\Testing\Payload
38 return $this->payload;
42 * Payload to increase response size.
44 * Generated from protobuf field <code>.grpc.testing.Payload payload = 1;</code>
45 * @param \Grpc\Testing\Payload $var
[all …]
DStreamingInputCallRequest.php19 * Optional input payload sent along with the request.
21 * Generated from protobuf field <code>.grpc.testing.Payload payload = 1;</code>
23 private $payload = null; variable in Grpc\\Testing\\StreamingInputCallRequest
40 * Optional input payload sent along with the request.
42 * Generated from protobuf field <code>.grpc.testing.Payload payload = 1;</code>
43 * @return \Grpc\Testing\Payload
47 return $this->payload;
51 * Optional input payload sent along with the request.
53 * Generated from protobuf field <code>.grpc.testing.Payload payload = 1;</code>
54 * @param \Grpc\Testing\Payload $var
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpayload_splitter_unittest.cc47 void CreateOpusFecPayload(uint8_t* payload, size_t payload_length, in CreateOpusFecPayload() argument
52 payload[0] = 0x08; in CreateOpusFecPayload()
53 payload[1] = 0x40; in CreateOpusFecPayload()
54 memset(&payload[2], payload_value, payload_length - 2); in CreateOpusFecPayload()
71 // Creates a RED packet, with |num_payloads| payloads, with payload types given
73 // |num_payloads|). Each redundant payload is |timestamp_offset| samples
74 // "behind" the the previous payload.
85 uint8_t* payload = new uint8_t[packet->payload_length]; in CreateRedPayload() local
86 uint8_t* payload_ptr = payload; in CreateRedPayload()
90 // Special case for last payload. in CreateRedPayload()
[all …]
Dpayload_splitter.cc33 assert(red_packet->payload); in SplitRed()
34 uint8_t* payload_ptr = red_packet->payload; in SplitRed()
56 // Bits 1 through 7 are payload type. in SplitRed()
63 payload_ptr += 1; // Advance to first payload byte. in SplitRed()
70 // Bits 22 through 31 are payload length. in SplitRed()
82 // Populate the new packets with payload data. in SplitRed()
83 // |payload_ptr| now points at the first payload byte. in SplitRed()
88 red_packet->payload + red_packet->payload_length) { in SplitRed()
94 // Payload should not have been allocated yet. in SplitRed()
95 assert(!(*new_it)->payload); in SplitRed()
[all …]
/external/tcpdump/tests/
Dgeonet_and_calm_fast.out1 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
2 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
3 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
4 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
5 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
6 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
7 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
8 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
9 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
10 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:…
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_payload_registry.h23 // of payload handling.
30 virtual bool PayloadIsCompatible(const RtpUtility::Payload& payload,
35 virtual void UpdatePayloadRate(RtpUtility::Payload* payload,
38 virtual RtpUtility::Payload* CreatePayloadType(
46 const RtpUtility::Payload& payload) const = 0;
109 bool GetPayloadSpecifics(uint8_t payload_type, PayloadUnion* payload) const;
113 // DEPRECATED. Use PayloadTypeToPayload below that returns const Payload*
117 RtpUtility::Payload*& payload) const { // NOLINT in PayloadTypeToPayload() argument
118 payload = in PayloadTypeToPayload()
119 const_cast<RtpUtility::Payload*>(PayloadTypeToPayload(payload_type)); in PayloadTypeToPayload()
[all …]
/external/scapy/scapy/contrib/
Dmodbus.uts11 = MBAP payload length calculation
14 = MBAP Guess Payload ModbusPDU01ReadCoilsRequest (simple case)
16 assert(isinstance(p.payload, ModbusPDU01ReadCoilsRequest))
17 = MBAP Guess Payload ModbusPDU01ReadCoilsResponse
19 assert(isinstance(p.payload, ModbusPDU01ReadCoilsResponse))
20 = MBAP Guess Payload ModbusPDU01ReadCoilsError
22 assert(isinstance(p.payload, ModbusPDU01ReadCoilsError))
24 = MBAP Guess Payload ModbusPDU2B0EReadDeviceIdentificationRequest (2 level test)
26 assert(isinstance(p.payload, ModbusPDU2B0EReadDeviceIdentificationRequest))
27 = MBAP Guess Payload ModbusPDU2B0EReadDeviceIdentificationResponse
[all …]
Dppi.py55 TLVs from the payload. We pass cls only the length string
56 pfh_len says it needs. If a payload is returned, that means
58 the remainder of p is added as Raw's payload. If there is no
59 payload, the remainder of p is added as out's payload.
68 if (out.payload):
69 out.payload = conf.raw_layer(out.payload.load)
70 out.payload.underlayer = out
72 out.payload.payload = conf.padding_layer(p[pfh_len:])
73 out.payload.payload.underlayer = out.payload
75 out.payload = conf.padding_layer(p[pfh_len:])
[all …]
/external/autotest/client/tests/isic/
Disic-gcc41-fix.patch6 payload = (short int *)((u_char *) icmp + 4);
8 - (u_short) payload[cx] = rand() & 0xffff;
9 +// (u_short) payload[cx] = rand() & 0xffff;
10 + payload[cx] = rand() & 0xffff;
19 payload = (short int *)(buf + IP_H);
21 - (u_int16_t) payload[cx] = rand() & 0xffff;
22 - (u_int16_t) payload[payload_s] = rand() & 0xffff;
23 +/* (u_int16_t) payload[cx] = rand() & 0xffff;
24 + (u_int16_t) payload[payload_s] = rand() & 0xffff;*/
25 + payload[cx] = rand() & 0xffff;
[all …]
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DTransportCryptoOps.java82 throw new IllegalArgumentException("Unsupported payload type: " + type); in valueOf()
87 * Encapsulates a {@link PayloadType} specifier, and a corresponding raw {@code message} payload.
89 public static class Payload { class in TransportCryptoOps
93 public Payload(PayloadType payloadType, byte[] message) { in Payload() method in TransportCryptoOps.Payload
111 * Used by the the server-side to send a secure {@link Payload} to the client.
113 * @param masterKey used to signcrypt the {@link Payload}
117 Payload payload, SecretKey masterKey, byte[] keyHandle) in signcryptServerMessage() argument
119 if ((payload == null) || (masterKey == null) || (keyHandle == null)) { in signcryptServerMessage()
125 .setType(payload.getPayloadType().getType()) in signcryptServerMessage()
134 payload.getMessage()) in signcryptServerMessage()
[all …]
DD2DHandshakeContext.java19 * messages may also send a payload.
34 * // Handle the response and obtain the optional payload
35 * byte[] payload = handshake.parseHandshakeMessage(responderMessage);
37 * // Handle the payload if one was sent
38 * if (payload.length > 0) {
39 * handlePayload(payload);
67 * // Handle the message and get the payload if it exists
68 * byte[] payload = handshake.parseHandshakeMessage(initiatorMessage);
70 * // Handle the payload if one was sent
71 * if (payload.length > 0) {
[all …]
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb195 req = req_cls.new(payload: Payload.new(body: nulls(req_size)),
200 assert('payload type is wrong') { :COMPRESSABLE == resp.payload.type }
201 assert("payload body #{count} has the wrong length") do
202 resp_size == resp.payload.body.length
226 req = req_cls.new(payload: Payload.new(body: nulls(@req_size)))
274 payload = Payload.new(type: :COMPRESSABLE, body: nulls(req_size))
277 payload: payload,
291 resp.payload.body.length == wanted_response_size
302 payload: payload,
308 resp.payload.body.length == wanted_response_size
[all …]

12345678910>>...94