/external/chromium_org/third_party/webrtc/modules/ |
webrtc_video_coding.target.darwin-arm.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.darwin-arm64.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.darwin-mips.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.darwin-mips64.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.darwin-x86.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.darwin-x86_64.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.linux-arm.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.linux-arm64.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.linux-mips.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.linux-mips64.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.linux-x86.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
webrtc_video_coding.target.linux-x86_64.mk | 39 third_party/webrtc/modules/video_coding/main/source/packet.cc \
|
/external/dnsmasq/src/ |
dnsmasq.h | 156 memory for the largest packet, and the largest record so the 158 This might be increased is EDNS packet size if greater than the minimum. 649 char *packet; /* packet buffer */ member in struct:daemon 754 int read_write(int fd, unsigned char *packet, int size, int rw);
|
/external/eigen/Eigen/src/Core/ |
PlainObjectBase.h | 179 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const function in class:Eigen::PlainObjectBase 189 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const function in class:Eigen::PlainObjectBase [all...] |
DenseBase.h | 77 using Base::packet;
|
/external/iputils/ |
ping_common.c | 352 case 's': /* size of packet to send */ 355 fprintf(stderr, "ping: illegal negative packet size %d.\n", datalen); 359 fprintf(stderr, "ping: packet size too large: %d\n", 464 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet 538 /* Device queue overflow or OOM. Packet is not sent. */ 574 /* Hard local error. Pretend we sent packet. */ 587 /* Set socket buffers, "alloc" is an estimate of memory taken by single packet. */ 726 void main_loop(int icmp_sock, __u8 *packet, int packlen) 737 iov.iov_base = (char *)packet; [all...] |
/device/lge/mako/camera/ |
QualcommCameraHardware.cpp | 2910 struct encoder_media_buffer_type * packet = local 4718 struct encoder_media_buffer_type * packet = local 4771 struct encoder_media_buffer_type * packet = local 7111 struct encoder_media_buffer_type * packet = local 7159 struct encoder_media_buffer_type * packet = local 7288 struct encoder_media_buffer_type * packet = local 7299 struct encoder_media_buffer_type * packet = local [all...] |
/external/chromium_org/media/filters/ |
ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc | 272 void CreatePacket(AVPacket* packet, const uint8* data, uint32 data_size) { 273 // Create new packet sized of |data_size| from |data|. 274 EXPECT_EQ(av_new_packet(packet, data_size), 0); 275 memcpy(packet->data, data, data_size); 293 // packet and destroy the old one). 302 // Create new packet with 1000 excess bytes. 310 // packet and destroy the old one as we do NOT support in place transform). 326 // Create new packet to test actual conversion. 332 // packet and destroy the old one). This should fail due to missing extradata.
|
/external/jmdns/src/javax/jmdns/impl/ |
JmDNSImpl.java | 1531 final DatagramPacket packet = new DatagramPacket(message, message.length, _group, DNSConstants.MDNS_PORT); local [all...] |
/external/libmtp/src/ |
libusb-glue.c | 787 * Much reading packet logs and having fun with trials and errors 793 * 2. Send first packet, max size to be sizeof(endpoint) but only when using 832 // this is the last packet 841 // we are first packet, but not last packet 912 // there might be a zero packet waiting for us... 925 printf("LIBMTP panic: unable to read in zero packet, response 0x%04x", zeroresult); [all...] |
/external/lldb/scripts/ |
disasm-gdb-remote.pl | [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
s3_both.c | 672 s->packet= &(s->s3->rbuf.buf[0]);
|
/external/chromium_org/third_party/webrtc/test/ |
rtcp_packet_parser.h | 634 void Parse(const void *packet, int packet_len);
|
/external/libnl/lib/ |
addr.c | 904 __ADD(AF_PACKET,packet)
|
/external/openssl/ssl/ |
s3_both.c | 784 s->packet= &(s->s3->rbuf.buf[0]);
|