Searched defs:packetSize (Results 1 - 8 of 8) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAudioQuality.java26 int packetSize; field in class:AudioQuality
/external/deqp/framework/referencerenderer/
H A DrrVertexPacket.cpp55 const size_t packetSize = sizeof(VertexPacket) + extraVaryings * sizeof(GenericVec4); local
58 deInt8* ptr = new deInt8[packetSize * count]; // throws bad_alloc => ok
65 retVal.push_back(new (ptr + i*packetSize) VertexPacket()); // throws bad_alloc
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc440 uint16_t packetSize = payloadSize + rtpHeaderLength; local
441 RtpUtility::RtpHeaderParser rtp_parser(dataBuffer, packetSize);
444 _rtpSender->UpdateAudioLevel(dataBuffer, packetSize, rtp_header,
/external/eigen/Eigen/src/Core/
H A DAssign.h330 const Index packetSize = packet_traits<typename Derived1::Scalar>::size; local
332 for(Index inner = 0; inner < innerSize; inner+=packetSize)
398 packetSize = PacketTraits::size, enumerator in enum:Eigen::internal::assign_impl::__anon20500
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, enumerator in enum:Eigen::internal::assign_impl::__anon20501
425 alignedSize = (size/packetSize)*packetSize };
444 packetSize enumerator in enum:Eigen::internal::assign_impl::__anon20502
[all...]
H A DRedux.h203 const Index packetSize = packet_traits<Scalar>::size; local
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 enumerator in enum:Eigen::internal::redux_impl::__anon20682
[all...]
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp33 enum { packetSize = Eigen::internal::packet_traits<Real>::size }; // number of reals in a Packet enumerator in enum:__anon21029
34 typedef Eigen::Array<Real, packetSize, 1> Packet; // wrap a Packet as a vector
38 const int alignedWidth = (img_width/packetSize)*packetSize;
57 for(int i = 0; i < packetSize; i++) pzi_start[i] = pci_start[i] = start.y() + y * step.y();
59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize)
62 for(int i = 0; i < packetSize; i++) pzr[i] = pcr[i] = start.x() + (x+i) * step.x();
67 typedef Eigen::Matrix<int, packetSize, 1> Packeti;
91 total_iter += iters_before_test * packetSize;
150 int packetSize = threads[0]->single_precision local
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DAudioSampleEntry.java58 private int packetSize; field in class:AudioSampleEntry
94 return packetSize;
145 public void setPacketSize(int packetSize) { argument
146 this.packetSize = packetSize;
197 packetSize = IsoTypeReader.readUInt16(content);
239 ", packetSize=" + packetSize +
258 IsoTypeWriter.writeUInt16(byteBuffer, packetSize);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1098 milliseconds