/external/chromium/third_party/libjingle/source/talk/session/phone/ |
filemediaengine.h | 147 virtual void OnPacketReceived(talk_base::Buffer* packet); 148 virtual void OnRtcpReceived(talk_base::Buffer* packet) {} 149 virtual void SetSendSsrc(uint32 id) {} // TODO: change RTP packet? 182 virtual void OnPacketReceived(talk_base::Buffer* packet); 183 virtual void OnRtcpReceived(talk_base::Buffer* packet) {} 184 virtual void SetSendSsrc(uint32 id) {} // TODO: change RTP packet?
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
testutils.h | 68 // Check if this packet is the same as the specified packet except the 72 const RawRtpPacket& packet, uint16 seq, uint32 ts, uint32 ssc) const; 86 bool EqualsTo(const RawRtcpPacket& packet) const; 112 // Verify the dump packet is the same as the raw RTP packet.
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.h | 50 /// Local packet/bundle model. Purely 52 std::vector<SUnit*> Packet; 66 Packet.resize(SchedModel->getIssueWidth()); 67 Packet.clear(); 76 Packet.clear(); 84 Packet.clear();
|
/external/openssh/ |
OVERVIEW | 59 Binary packet protocol 61 - The ssh binary packet protocol is implemented in packet.c. The 62 code in packet.c does not concern itself with packet types or their 67 - The code in packet.c calls the buffer manipulation routines
|
/external/qemu/hw/ |
usb.h | 131 * Process USB packet. 195 typedef void USBCallback(USBPacket * packet, void *opaque); 197 /* Structure used to hold information about an active USB packet. */ 212 /* Defer completion of a USB packet. The hadle_packet routine should then 222 /* Notify the controller that an async packet is complete. This should only 230 /* Cancel an active packet. The packed must have been deferred with
|
/external/tcpdump/ |
print-arcnet.c | 105 * to the ARCNET header of the packet, 'h->ts' is the timestamp, 106 * 'h->len' is the length of the packet off the wire, and 'h->caplen' 189 * to the ARCNET header of the packet, 'h->ts' is the timestamp, 190 * 'h->len' is the length of the packet off the wire, and 'h->caplen' 195 * extra "offset" field between the src/dest and packet type. 247 * Prints the packet encapsulated in an ARCnet data field,
|
print-atm.c | 110 /* ether_type not known, print raw packet */ 121 * Given a SAP value, generate the LLC header value for a UI packet 128 * to the LLC/SNAP header of the packet, 'h->ts' is the timestamp, 129 * 'h->len' is the length of the packet off the wire, and 'h->caplen' 157 * packet nor an RFC 2684 routed NLPID-formatted PDU nor 158 * an 802.2-but-no-SNAP IP packet.
|
/external/chromium_org/third_party/libusb/src/libusb/ |
libusb.h | 395 /** Delay from the time a host transmits a packet to the time it is 504 /** Maximum packet size for endpoint 0 */ 558 /** Maximum packet size this endpoint is capable of sending/receiving. */ 869 * Setup packet for control transfers. */ [all...] |
/dalvik/vm/ |
Ddm.h | 23 * Handle a packet full of DDM goodness. 55 * Generate a byte[] full of thread stats for a THST packet.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
DatagramPacketTest.java | 38 assertEquals("Created incorrect packet", "Hello", new String(dp 58 assertEquals("Created incorrect packet", "Hello", new String(dp 138 DatagramPacket packet = new DatagramPacket(new byte[] { 1, 2, 3, 4, 5, local 140 socket.send(packet); 141 socket.receive(packet); 143 assertTrue("datagram received wrong port: " + packet.getPort(), packet 184 assertEquals("Failed to set packet length", 1, dp.getLength());
|
/external/bluetooth/bluedroid/stack/btu/ |
btu_init.c | 113 ** Description export the ACL packet size. 126 ** Description export the BLE ACL packet size.
|
/external/chromium_org/media/cast/rtp_receiver/ |
receiver_stats.cc | 79 // First packet in the interval. 83 // First incoming packet.
|
/external/chromium_org/media/cdm/ppapi/ |
ffmpeg_cdm_video_decoder.cc | 213 // Create a packet for input data. 214 AVPacket packet; local 215 av_init_packet(&packet); 218 packet.data = const_cast<uint8_t*>(compressed_frame); 219 packet.size = compressed_frame_size; 235 &packet); 239 << timestamp << " us, packet size: " << packet.size << " bytes";
|
/external/chromium_org/media/filters/ |
ffmpeg_video_decoder.cc | 292 // Create a packet for input data. 294 AVPacket packet; local 295 av_init_packet(&packet); 297 packet.data = NULL; 298 packet.size = 0; 300 packet.data = const_cast<uint8*>(buffer->data()); 301 packet.size = buffer->data_size(); 315 &packet);
|
opus_audio_decoder.h | 77 // Number of frames to be discarded from the start of the packet. This value 79 // the first packet in the stream, |frame_delay_at_start_| is used. This is
|
/external/chromium_org/media/webm/chromeos/ |
webm_encoder.h | 52 // Writes VPX packet to output file. 53 void WriteWebmBlock(const vpx_codec_cx_pkt_t* packet);
|
/external/chromium_org/net/data/websocket/ |
README | 10 - split_packet_check.html : A page for testing split packet handling. Here, 42 packet handling. Here, packets mean TCP segments for WebSocket, or SSL
|
/external/chromium_org/net/quic/congestion_control/ |
hybrid_slow_start.h | 6 // Slow start is the initial startup phase of TCP, it lasts until first packet 40 // rtt: it the RTT for this ack packet.
|
inter_arrival_state_machine_test.cc | 39 // Make sure we switch to state packet loss. 46 // Make sure we stay in state packet loss.
|
/external/chromium_org/net/quic/ |
quic_ack_notifier_manager.h | 45 // If a packet has been retransmitted with a new sequence number, then this 51 // This is called after a packet has been serialized, is ready to be sent, and
|
quic_sent_entropy_manager.cc | 24 // TODO(satyamshekhar): Check this logic again when/if we enable packet 41 // Should only happen when we have not received ack for any packet.
|
/external/chromium_org/remoting/codec/ |
video_decoder.h | 32 // Feeds more data into the decoder. Returns true if |packet| was processed 34 virtual bool DecodePacket(const VideoPacket& packet) = 0;
|
/external/chromium_org/remoting/protocol/ |
channel_multiplexer.h | 57 void OnIncomingPacket(scoped_ptr<MultiplexPacket> packet, 61 bool DoWrite(scoped_ptr<MultiplexPacket> packet,
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
srtpfilter.h | 122 // Encrypts/signs an individual RTP/RTCP packet, in-place. 123 // If an HMAC is used, this will increase the packet size. 126 // Decrypts/verifies an invidiual RTP/RTCP packet. 127 // If an HMAC is used, this will decrease the packet size. 200 // Encrypts/signs an individual RTP/RTCP packet, in-place. 201 // If an HMAC is used, this will increase the packet size. 204 // Decrypts/verifies an invidiual RTP/RTCP packet. 205 // If an HMAC is used, this will decrease the packet size.
|
ssrcmuxfilter.cc | 57 // SDES packet parsing not supported. 58 LOG(LS_INFO) << "SDES packet received for demux.";
|