HomeSort by relevance Sort by last modified time
    Searched refs:packets (Results 176 - 200 of 326) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 112 * involve response packets. This includes unified write transactions,
114 * packets. @rcode indicates success or failure of such transmissions.
216 * %FW_CDEV_IOC_FLUSH_ISO, or when there have been so many completed packets
224 * is a multiple of 4 and &header contains timestamps of all packets up until
230 * The headers stripped of all packets up until and including the interrupt
236 * packets received in this interrupt event. The client can now iterate
237 * through the mmap()'ed DMA buffer according to this number of packets and
825 __u64 packets; member in struct:fw_cdev_queue_iso
    [all...]
  /external/libpcap/msdos/
pkt_rx1.s 122 adc word [_pktDrop+2], 0 ; increment packets lost
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc 66 void OnPacketsSent(const Packets& packets) override {}
129 // Preserve 10% latest packets and update packet loss based on the oldest
152 // This function considers at most kSetCapacity = 1000 packets.
174 // Go through a fixed time window of most recent packets received and
175 // counts packets missing to obtain the packet loss ratio. If an unordered
177 // E.g.: for a timewindow covering 5 packets of the following arrival sequence
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 225 // Allow receive of non-compound RTCP packets.
339 state.packets_sent = rtp_stats.transmitted.packets +
340 rtx_stats.transmitted.packets;
595 *packets_sent = rtp_stats.transmitted.packets +
596 rtx_stats.transmitted.packets;
687 // Enable or disable a retransmission mode, which decides which packets will
752 // Store the sent packets, needed to answer to Negative acknowledgment requests.
rtp_format_vp9.cc 32 // Packet fragmentation mode. If true, packets are split into (almost) equal
162 RtpPacketizerVp9::PacketInfoQueue* packets) {
168 packets->push(packet_info);
536 LOG(LS_ERROR) << "Failed to generate VP9 packets.";
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 33 #define PACKETS_PER_BUFFER 20 // Number of MPEG-2 transport stream packets per buffer
43 MPEG2TS_Packet *packets; variable
44 size_t totalPackets; // total number of packets in input file
45 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
172 // compute number of packets to be enqueued in this buffer
207 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
307 fprintf(stderr, " -n# Number of packets to enqueue\n");
344 packets = (MPEG2TS_Packet *) ptr;
346 printf("%s has %zu total packets\n", uri, totalPackets);
484 &packets[curPacket], MPEG2TS_PACKET_SIZE * packetsThisBuffer, NULL, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
firewire-cdev.h 112 * involve response packets. This includes unified write transactions,
114 * packets. @rcode indicates success or failure of such transmissions.
220 * is a multiple of 4 and &header contains timestamps of all packets up until
226 * The headers stripped of all packets up until and including the interrupt
232 * packets received in this interrupt event. The client can now iterate
233 * through the mmap()'ed DMA buffer according to this number of packets and
751 * packets are queued for this entry.
755 * If the @control.SYNC flag is set, the context drops all packets until a
815 __u64 packets; member in struct:fw_cdev_queue_iso
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 503 struct SpiPacket packets[SPI_PACKET_SIZE]; member in struct:BMI160Task
828 T(packets[T(mRegCnt)]).size = 2;
829 T(packets[T(mRegCnt)]).txBuf = &T(txrxBuffer[T(mWbufCnt)]);
830 T(packets[T(mRegCnt)]).rxBuf = &T(txrxBuffer[T(mWbufCnt)]);
831 T(packets[T(mRegCnt)]).delay = delay * 1000;
849 T(packets[T(mRegCnt)]).size = size + 1; // first byte will not contain valid data
850 T(packets[T(mRegCnt)]).txBuf = &T(txrxBuffer[T(mWbufCnt)]);
851 T(packets[T(mRegCnt)]).rxBuf = *buf;
852 T(packets[T(mRegCnt)]).delay = delay * 1000;
871 ERROR_PRINT("spiBatchTxRx too many packets!\n")
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 2325 char packets[4][sizeof(kPcmuFrame)]; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 208 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
209 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const;
223 void PositionColorShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
230 rr::VertexPacket& packet = *packets[packetNdx];
240 void PositionColorShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
244 rr::FragmentPacket& packet = packets[packetNdx];
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 211 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
212 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const;
226 void PositionColorShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
233 rr::VertexPacket& packet = *packets[packetNdx];
243 void PositionColorShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
247 rr::FragmentPacket& packet = packets[packetNdx];
    [all...]
es3fTextureUnitTests.cpp 346 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
347 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const;
609 void MultiTexShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
613 rr::VertexPacket& packet = *(packets[packetNdx]);
620 void MultiTexShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
628 rr::FragmentPacket& packet = packets[packetNdx];
    [all...]
es3fShaderBuiltinVarTests.cpp 903 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
910 rr::VertexPacket& packet = *packets[packetNdx];
920 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
924 rr::FragmentPacket& packet = packets[packetNdx];
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 704 const sp<AnotherPacketSource>& packets,
714 if (packets->hasBufferAvailable(&avail)) {
725 if (!packets->hasBufferAvailable(&eosResult)) {
741 const sp<AnotherPacketSource>& packets,
751 if (packets->nextBufferTime(&subTimeUs) != OK) {
759 status_t dequeueStatus = packets->dequeueAccessUnit(&buffer);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 711 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const;
712 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const;
743 void GridProgram::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
747 packets[ndx]->position = rr::readVertexAttribFloat(inputs[0], packets[ndx]->instanceNdx, packets[ndx]->vertexNdx) + rr::readVertexAttribFloat(inputs[1], packets[ndx]->instanceNdx, packets[ndx]->vertexNdx);
748 packets[ndx]->outputs[0] = rr::readVertexAttribFloat(inputs[2], packets[ndx]->instanceNdx, packets[ndx]->vertexNdx)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 124 Tx packets;
162 packets by polling or blocking on this event. (This functionality overlaps
169 EfiSimpleNetworkInitialized, access the Rx queue and see if any packets are
245 Area, which accommodates all packets delivered asynchronously by the host. To
284 identify the length of Rx packets.
296 - If the Available Ring is empty, the host is forced to drop packets. If the
  /external/iproute2/tc/
tc_util.c 724 prefix, (unsigned long long) bs.bytes, bs.packets);
784 prefix, (unsigned long long)st.bytes, st.packets, st.drops,
q_gred.c 43 fprintf(stderr, " min BYTES max BYTES avpkt BYTES [ burst PACKETS ]\n");
334 fprintf(f, "\n Dropped packets: forced %u early %u pdrop %u other %u ",
339 fprintf(f, "\n Total packets: %u (%s) ",
340 qopt->packets,
  /external/libnetfilter_conntrack/src/conntrack/
parse.c 333 ct->counters[dir].packets
342 ct->counters[dir].packets = __be64_to_cpu(tmp);
  /external/libnl/include/netlink-private/
types.h 339 * packets which are accepted from other layers while the
451 uint64_t packets; member in struct:rtnl_tstats::__anon25526
799 uint64_t packets; member in struct:nfnl_ct_dir
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 107 cng_ix=find(s.pt~=13); % find those packets that are not CNG/SID
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix.go 27 attempts int // lost packets before giving up on server
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix.go 27 attempts int // lost packets before giving up on server
  /bionic/libc/kernel/uapi/linux/
xfrm.h 71 __u64 packets; member in struct:xfrm_lifetime_cur
  /external/iproute2/include/uapi/linux/
xfrm.h 79 __u64 packets; member in struct:xfrm_lifetime_cur

Completed in 855 milliseconds

1 2 3 4 5 6 78 91011>>