/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine2.h | 245 virtual void OnPacketReceived(rtc::Buffer* packet, 248 virtual void OnRtcpReceived(rtc::Buffer* packet,
|
webrtcvoiceengine.cc | 116 // This value is equivalent to 5 seconds of audio data at 20 ms per packet. [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
parse_delay_file.m | 160 % packet not received yet
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
rtp_sender.h | 235 // Set audio packet size, used to determine when it's time to send a DTMF 236 // packet in silence (CNG). 313 int BuildPaddingPacket(uint8_t* packet, int header_length, int32_t bytes); 318 bool SendPacketToNetwork(const uint8_t *packet, uint32_t size);
|
rtcp_receiver.h | 153 const RTCPUtility::RTCPPacket& packet, 267 // delivered RTP packet to the remote side.
|
rtcp_sender_unittest.cc | 234 virtual int SendRTCPPacket(int /*ch*/, const void *packet, int packet_len) { 235 RTCPUtility::RTCPParserV2 rtcpParser((uint8_t*)packet, 316 // Helper function: Incoming RTCP has a specific packet type. 371 // Make sure RTP packet has been received. 387 // Transmission time offset packet should be received. 398 // Transmission time offset packet should not be received. 446 // No packet sent. 480 // We now expect the packet to show up in the rtcp_packet_info_ of 503 // We now expect the packet to show up in the rtcp_packet_info_ of
|
/external/libogg/src/ |
framing.c | 75 the leading packet is begun on a previous page, but ends on this 79 If a page consists of a packet begun on a previous page, and a new 80 packet begun (but not completed) on this page, the return will be: 84 If a page happens to be a single packet that was begun on a 86 more page packet), the return will be: 316 /* advance packet data according to the body_returned pointer. We 331 /* Copy in the submitted packet. Yes, the copy is a waste; this is 341 /* Store lacing vals for this packet */ 349 /* flag the first segment as the beginning of the packet */ 364 iov.iov_base = op->packet; [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 382 the maximal size of data which can be sent as a single packet over this interface. [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraMem.cpp | 815 struct encoder_media_buffer_type * packet = local 817 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size 818 packet->buffer_type = kMetadataBufferTypeCameraSource; 819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCameraMem.cpp | 815 struct encoder_media_buffer_type * packet = local 817 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size 818 packet->buffer_type = kMetadataBufferTypeCameraSource; 819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); [all...] |
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
vcm_payload_sink_factory.cc | 61 virtual bool OnRecoveredPacket(const uint8_t* packet,
|
/external/dnsmasq/src/ |
netlink.c | 269 If this happens and we still have a DNS packet in the buffer, we re-send it. 270 This helps on DoD links, where frequently the packet which triggers dialling is 295 while(sendto(fd, daemon->packet, daemon->packet_len, 0,
|
/external/iputils/ |
arping.c | 420 /* DAD packet was: 1213 unsigned char packet[4096]; local 1218 if ((cc = recvfrom(s, packet, sizeof(packet), 0, 1228 recv_pack(packet, cc, (struct sockaddr_ll *)&from);
|
/external/libnl/lib/netfilter/ |
log_obj.c | 62 __ADD(NFNL_LOG_COPY_PACKET, packet)
|
/external/libvorbis/lib/ |
bitrate.c | 91 buffer the packet to keep the code path clean */ 193 /* now we have the final packet and the final packet size. Update statistics */ 243 op->packet=oggpack_get_buffer(vbi->packetblob[choice]);
|
/external/lldb/tools/debugserver/source/ |
libdebugserver.cpp | 60 std::string packet; local 68 // Spin waiting to get the A packet. 108 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Error getting packet.",__FUNCTION__); 116 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Connection closed before getting \"A\" packet.", __FUNCTION__); 224 // we are waiting for gdb remote protocol packets. When a packet occurs that 301 // Out remote packet receiving thread exited, exit for now.
|
/external/deqp/modules/glshared/ |
glsVertexArrayTests.cpp | 864 rr::VertexPacket& packet = *packets[packetNdx]; 876 case rr::GENERICVECTYPE_FLOAT: calcShaderColorCoord(coord, color, rr::readVertexAttribFloat(inputs[attribNdx], packet.instanceNdx, packet.vertexNdx), attribNdx == 0, numComponents); break; 877 case rr::GENERICVECTYPE_INT32: calcShaderColorCoord(coord, color, rr::readVertexAttribInt (inputs[attribNdx], packet.instanceNdx, packet.vertexNdx), attribNdx == 0, numComponents); break; 878 case rr::GENERICVECTYPE_UINT32: calcShaderColorCoord(coord, color, rr::readVertexAttribUint (inputs[attribNdx], packet.instanceNdx, packet.vertexNdx), attribNdx == 0, numComponents); break; 886 packet.position = tcu::Vec4(u_coordScale * coord.x(), u_coordScale * coord.y(), 1.0f, 1.0f); 891 packet.outputs[varyingLocColor] = tcu::Vec4(u_colorScale * color.x(), u_colorScale * color.y(), u_colorScale * color.z(), 1.0f); [all...] |
/bionic/libc/kernel/uapi/linux/ |
cdrom.h | 737 __u8 packet : 1; member in struct:__anon352 754 __u8 packet : 1; member in struct:__anon352
|
/development/ndk/platforms/android-3/include/linux/ |
cdrom.h | 674 __u8 packet : 1; member in struct:__anon1315 687 __u8 packet : 1; member in struct:__anon1315
|
/development/ndk/platforms/android-L/include/linux/ |
cdrom.h | 737 __u8 packet : 1; member in struct:__anon1964 754 __u8 packet : 1; member in struct:__anon1964
|
/external/chromium_org/net/quic/ |
quic_client_session.cc | 289 // Record number of frames per stream in packet. 807 QuicEncryptedPacket packet(read_buffer_->data(), result); 814 connection()->ProcessUdpPacket(local_address, peer_address, packet);
|
quic_protocol.h | 52 // Default and initial maximum size in bytes of a QUIC packet. 54 // The maximum packet size of any QUIC packet, based on ethernet's max size, 57 // max packet size is 1500 bytes, 1500 - 48 = 1452. 59 // Default maximum packet size used in Linux TCP implementations. 82 // Number of bytes reserved for public flags in the packet header. 84 // Number of bytes reserved for version number in the packet header. 86 // Number of bytes reserved for private flags in the packet header. 88 // Number of bytes reserved for FEC group in the packet header. 94 // Index of the first byte in a QUIC packet which is used in hash calculation 1044 QuicPacket* packet; member in struct:net::SerializedPacket [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp_unittest.cc | 161 LOG(LS_VERBOSE) << "Randomly dropping packet, size=" << len; 164 LOG(LS_VERBOSE) << "Dropping packet that exceeds path MTU, size=" << len; 167 std::string packet(buffer, len); 169 rtc::WrapMessageData(packet)); 624 // Test sending data with packet loss. Transmission should take much longer due 633 // Test sending data with a 50 ms RTT and 10% packet loss. Transmission should 643 // Test sending data with 10% packet loss and Nagling disabled. Transmission 653 // Test sending data with 10% packet loss and Delayed ACK disabled. 850 // our packet size accordingly.
|
/external/chromium_org/third_party/webrtc/video/ |
video_send_stream.cc | 196 // 28 to match packet overhead in ModuleRtpRtcpImpl. 404 bool VideoSendStream::DeliverRtcp(const uint8_t* packet, size_t length) { 406 channel_, packet, static_cast<int>(length)) == 0;
|
/external/eigen/Eigen/src/Core/ |
CwiseNullaryOp.h | 75 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const function in class:Eigen::CwiseNullaryOp 86 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const function in class:Eigen::CwiseNullaryOp
|