/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | HypergeometricDistributionImpl.java | 174 public int getSampleSize() { in getSampleSize() method in HypergeometricDistributionImpl 371 getSampleSize() + getNumberOfSuccesses() - getPopulationSize()); in getSupportLowerBound() 386 return FastMath.min(getNumberOfSuccesses(), getSampleSize()); in getSupportUpperBound() 401 return (double)(getSampleSize() * getNumberOfSuccesses()) / (double)getPopulationSize(); in getNumericalMean() 418 final double n = getSampleSize(); in getNumericalVariance()
|
D | HypergeometricDistribution.java | 51 int getSampleSize(); in getSampleSize() method
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | Downsampler.java | 38 protected int getSampleSize(int inWidth, int inHeight, int outWidth, int outHeight) { 55 protected int getSampleSize(int inWidth, int inHeight, int outWidth, int outHeight) { 70 protected int getSampleSize(int inWidth, int inHeight, int outWidth, int outHeight) { 175 exactSampleSize = getSampleSize(inHeight, inWidth, outWidth, outHeight); in getRoundedSampleSize() 177 exactSampleSize = getSampleSize(inWidth, inHeight, outWidth, outHeight); in getRoundedSampleSize() 274 protected abstract int getSampleSize(int inWidth, int inHeight, int outWidth, int outHeight); in getSampleSize() method in Downsampler
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | SampleSizeBox.java | 49 public long getSampleSize() { in getSampleSize() method in SampleSizeBox 119 … return "SampleSizeBox[sampleSize=" + getSampleSize() + ";sampleCount=" + getSampleCount() + "]"; in toString()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
D | SampleList.java | 54 if (sampleSizeBox.getSampleSize() > 0) { in SampleList() 56 Arrays.fill(sizes, sampleSizeBox.getSampleSize()); in SampleList() 203 sampleSize = entry.getSampleSize(); in getOffsets()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | AppendTrack.java | 111 if (ase1.getSampleSize() == ase2.getSampleSize()) { in mergeAudioSampleEntries() 112 ase.setSampleSize(ase1.getSampleSize()); in mergeAudioSampleEntries()
|
/external/skia/src/images/ |
D | SkImageDecoder_pkm.cpp | 51 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); in onDecode()
|
D | SkImageDecoder_libbmp.cpp | 133 SkScaledBitmapSampler sampler(width, height, getSampleSize()); in onDecode()
|
D | SkImageDecoder_libgif.cpp | 324 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); 404 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize());
|
D | SkImageDecoder_astc.cpp | 121 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); in onDecode()
|
D | SkImageDecoder_libwebp.cpp | 349 const int sampleSize = this->getSampleSize(); in onDecodeSubset() 416 const int sampleSize = this->getSampleSize(); in onDecode()
|
D | SkImageDecoder_ktx.cpp | 70 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); in onDecode()
|
D | SkImageDecoder_libjpeg.cpp | 591 int sampleSize = this->getSampleSize(); in onDecode() 881 if (this->getSampleSize() != 1) { in onDecodeYUV8Planes() 1046 int requestedSampleSize = this->getSampleSize(); in onDecodeSubset()
|
D | SkImageDecoder_libpng.cpp | 338 const int sampleSize = this->getSampleSize(); in onDecode() 797 const int sampleSize = this->getSampleSize(); in onDecodeSubset()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
D | AppleLosslessSpecificBox.java | 50 public int getSampleSize() { in getSampleSize() method in AppleLosslessSpecificBox
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | AudioSampleEntry.java | 77 public int getSampleSize() { in getSampleSize() method in AudioSampleEntry
|
/external/skia/include/core/ |
D | SkImageDecoder.h | 172 int getSampleSize() const { return fSampleSize; } in getSampleSize() function
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
D | TrackRunBox.java | 78 public long getSampleSize() { in getSampleSize() method in TrackRunBox.Entry
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatManifestWriterImpl.java | 223 l.bitPerSample = ase.getSampleSize(); in getAacAudioQuality()
|