/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | h264_packet_buffer_unittest.cc | 246 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/true); in TEST() local 255 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/false); in TEST() local 264 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/true); in TEST() local 298 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/false); in TEST() local 313 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/false); in TEST() local 326 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/false); in TEST() local 339 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/false); in TEST() local 355 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/false); in TEST() local 366 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/false); in TEST() local 389 H264PacketBuffer packet_buffer(/*allow_idr_only_keyframes=*/false); in TEST() local [all …]
|
/aosp_15_r20/external/pigweed/pw_bluetooth_hci/ |
H A D | uart_transport_test.cc | 67 std::array<std::byte, CommandPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local 84 std::array<std::byte, CommandPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local 116 std::array<std::byte, AsyncDataPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local 133 std::array<std::byte, AsyncDataPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local 165 std::array<std::byte, SyncDataPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local 182 std::array<std::byte, SyncDataPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local 214 std::array<std::byte, EventPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local 231 std::array<std::byte, EventPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local 256 std::array<std::byte, EventPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local 287 std::array<std::byte, EventPacket::kHeaderSizeBytes> packet_buffer; in TEST_F() local [all …]
|
/aosp_15_r20/external/perfetto/src/trace_redaction/ |
H A D | redact_sched_events_unittest.cc | 136 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local 167 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local 242 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local 273 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local 305 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local 336 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local 421 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local 441 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local 462 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local 486 auto packet_buffer = packet_.SerializeAsString(); in TEST_F() local [all …]
|
/aosp_15_r20/hardware/google/apf/v7/ |
D | test_buf_allocator.h | 25 typedef struct packet_buffer { struct 28 struct packet_buffer *next; argument 29 } packet_buffer; typedef
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/ |
H A D | local_rpc_egress.h | 104 auto packet_buffer = packet_queue_.Pop(); in SendRpcPacket() local 131 Result<PacketBuffer*> packet_buffer = transmit_queue_.Pop(); in Run() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/ |
D | state_machine.rs | 169 packet_buffer: ManagedSlice<'a, u8>, field 216 let packet_buffer = match self.i.recv_packet.pump(&mut self.i.packet_buffer, byte)? { in incoming_data() localVariable 280 let packet_buffer = match self.i.recv_packet.pump(&mut self.i.packet_buffer, byte)? { in incoming_data() localVariable
|
D | builder.rs | 41 packet_buffer: Option<&'a mut [u8]>, field 78 let packet_buffer = match self.packet_buffer { in build() localVariable
|
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
H A D | client_server_testing.h | 52 std::array<std::byte, kOutputSize> packet_buffer; in ForwardNextPacket() local 89 std::array<std::byte, kPayloadsBufferSizeBytes>& packet_buffer) { in EncodeNextUnsentPacket()
|
H A D | client_server_testing_threaded.h | 91 std::array<std::byte, kPayloadsBufferSizeBytes>& packet_buffer) in EncodeNextUnsentPacket()
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/internal/ |
H A D | packet_buffer_queue_test.cc | 30 PacketBufferQueue<kMaxPacketSize>::PacketBuffer packet_buffer = {}; in TEST() local 70 PacketBufferQueue<kMaxPacketSize>::PacketBuffer packet_buffer; in TEST() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/batch_writer/ |
H A D | quic_batch_writer_buffer_test.cc | 41 char* FillPacketBuffer(char c, char* packet_buffer) { in FillPacketBuffer() 46 char* FillPacketBuffer(char c, char* packet_buffer, size_t buf_len) { in FillPacketBuffer()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/ |
H A D | qbone_packet_processor_test.cc | 342 std::string packet_buffer(packet.data(), packet.size()); in SendPacketFromClient() local 347 std::string packet_buffer(packet.data(), packet.size()); in SendPacketFromNetwork() local
|
/aosp_15_r20/external/pigweed/pw_rpc/size_report/ |
H A D | base.cc | 29 std::byte packet_buffer[128]; in main() local
|
H A D | server_only.cc | 47 std::byte packet_buffer[128]; in main() local
|
H A D | base_with_nanopb.cc | 61 std::byte packet_buffer[128]; in main() local
|
H A D | server_with_echo_service.cc | 77 std::byte packet_buffer[128]; in main() local
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | packet_buffer_fuzzer.cc | 26 video_coding::PacketBuffer packet_buffer(8, 1024); in FuzzOneInput() local
|
H A D | forward_error_correction_fuzzer.cc | 72 uint8_t* packet_buffer = received_packet.pkt->data.MutableData(); in FuzzOneInput() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_packet_reader.h | 54 ABSL_CACHELINE_ALIGNED char packet_buffer[kMaxIncomingPacketSize]; member
|
H A D | quic_time_wait_list_manager_test.cc | 190 const std::tuple<const char*, int>& packet_buffer) { in ValidPublicResetPacketPredicate() 212 [connection_id](const std::tuple<const char*, int> packet_buffer) { in PublicResetPacketEq()
|
/aosp_15_r20/external/pigweed/pw_router/size_report/ |
H A D | base.cc | 46 std::array<std::byte, sizeof(BasicPacket)> packet_buffer; in main() local
|
H A D | static_router_with_one_route.cc | 75 std::array<std::byte, sizeof(BasicPacket)> packet_buffer; in main() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/ |
H A D | constant_pcm_packet_source.cc | 40 rtc::CopyOnWriteBuffer packet_buffer(packet_len_bytes_); in NextPacket() local
|
/aosp_15_r20/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/ |
H A D | client_testing.h | 38 ByteSpan packet_buffer) in FakeServer()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/ |
H A D | acm_send_test.cc | 143 rtc::CopyOnWriteBuffer packet_buffer(last_payload_vec_.size() + in CreatePacket() local
|