Home
last modified time | relevance | path

Searched refs:packetSize (Results 1 – 12 of 12) sorted by relevance

/external/eigen/demos/mandelbrot/
Dmandelbrot.cpp33 enum { packetSize = Eigen::internal::packet_traits<Real>::size }; // number of reals in a Packet in render() enumerator
34 typedef Eigen::Array<Real, packetSize, 1> Packet; // wrap a Packet as a vector in render()
38 const int alignedWidth = (img_width/packetSize)*packetSize; in render()
57 for(int i = 0; i < packetSize; i++) pzi_start[i] = pci_start[i] = start.y() + y * step.y(); in render()
59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize) in render()
62 for(int i = 0; i < packetSize; i++) pzr[i] = pcr[i] = start.x() + (x+i) * step.x(); in render()
67 typedef Eigen::Matrix<int, packetSize, 1> Packeti; in render()
91 total_iter += iters_before_test * packetSize; in render()
96 for(int i = 0; i < packetSize; i++) in render()
150 int packetSize = threads[0]->single_precision in paintEvent() local
[all …]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DAudioSampleEntry.java58 private int packetSize; field in AudioSampleEntry
94 return packetSize; in getPacketSize()
145 public void setPacketSize(int packetSize) { in setPacketSize() argument
146 this.packetSize = packetSize; in setPacketSize()
197 packetSize = IsoTypeReader.readUInt16(content); in _parseDetails()
239 ", packetSize=" + packetSize + in toString()
258 IsoTypeWriter.writeUInt16(byteBuffer, packetSize); in getContent()
/external/eigen/Eigen/src/Core/
DRedux.h203 const Index packetSize = packet_traits<Scalar>::size;
209 const Index alignedSize2 = ((size-alignedStart)/(2*packetSize))*(2*packetSize);
210 const Index alignedSize = ((size-alignedStart)/(packetSize))*(packetSize);
217 if(alignedSize>packetSize) // we have at least two packets to partly unroll the loop
219 PacketScalar packet_res1 = mat.template packet<alignment>(alignedStart+packetSize);
220 for(Index index = alignedStart + 2*packetSize; index < alignedEnd2; index += 2*packetSize)
223 … packet_res1 = func.packetOp(packet_res1, mat.template packet<alignment>(index+packetSize));
263 packetSize = packet_traits<Scalar>::size
265 const Index packetedInnerSize = ((innerSize)/packetSize)*packetSize;
271 for(Index i=(j==0?packetSize:0); i<packetedInnerSize; i+=Index(packetSize))
DAssign.h330 const Index packetSize = packet_traits<typename Derived1::Scalar>::size;
332 for(Index inner = 0; inner < innerSize; inner+=packetSize)
398 packetSize = PacketTraits::size,
404 const Index alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;
408 for(Index index = alignedStart; index < alignedEnd; index += packetSize)
424 packetSize = packet_traits<typename Derived1::Scalar>::size,
425 alignedSize = (size/packetSize)*packetSize };
445 packetSize = PacketTraits::size,
457 const Index packetAlignedMask = packetSize - 1;
460 …const Index alignedStep = alignable ? (packetSize - dst.outerStride() % packetSize) & packetAligne…
[all …]
/external/deqp/framework/referencerenderer/
DrrVertexPacket.cpp55 const size_t packetSize = sizeof(VertexPacket) + extraVaryings * sizeof(GenericVec4); in allocArray() local
58 deInt8* ptr = new deInt8[packetSize * count]; // throws bad_alloc => ok in allocArray()
65 retVal.push_back(new (ptr + i*packetSize) VertexPacket()); // throws bad_alloc in allocArray()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc304 size_t packetSize = payloadSize + rtp_header_length; in SendVideo() local
305 RtpUtility::RtpHeaderParser rtp_parser(dataBuffer, packetSize); in SendVideo()
308 _rtpSender.UpdateVideoRotation(dataBuffer, packetSize, rtp_header, in SendVideo()
Drtp_sender_audio.cc350 size_t packetSize = payloadSize + rtpHeaderLength; in SendAudio() local
351 RtpUtility::RtpHeaderParser rtp_parser(dataBuffer, packetSize); in SendAudio()
354 _rtpSender->UpdateAudioLevel(dataBuffer, packetSize, rtp_header, in SendAudio()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DAudioQuality.java26 int packetSize; field in AudioQuality
DFlatManifestWriterImpl.java163 qualityLevel.setAttribute("PacketSize", Integer.toString(aq.packetSize)); in getManifest()
224 l.packetSize = 4; in getAacAudioQuality()
365 l.packetSize = track.getSamples().get(0).limit(); //assuming all are same size in getEc3AudioQuality()
423 l.packetSize = track.getSamples().get(0).limit(); //assuming all are same size in getDtsAudioQuality()
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DSslConnection.java80 SslBuffers(int packetSize, int appSize) in SslBuffers() argument
82 _in=new IndirectNIOBuffer(packetSize); in SslBuffers()
83 _out=new IndirectNIOBuffer(packetSize); in SslBuffers()
/external/eigen/doc/
DInsideEigenExample.dox339 const int packetSize = internal::packet_traits<typename Derived1::Scalar>::size;
342 const int alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;
347 for(int index = alignedStart; index < alignedEnd; index += packetSize)
364 …o copy is not in general a multiple of \a packetSize. Here, there are 50 coefficients to copy and …
370 for(int index = alignedStart; index < alignedEnd; index += packetSize)
404 …SE-specific type. Notice that the enum \a size here is what was used to define \a packetSize above.
477 for(int index = alignedStart; index < alignedEnd; index += packetSize)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...