Searched defs:blocks (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java453 public int blocks = 0; field in class:DropBoxManagerService.FileList
458 if (blocks != o.blocks) return o.blocks - blocks;
472 public final int blocks; field in class:DropBoxManagerService.EntryFile
511 this.blocks = (int) ((this.file.length() + blockSize - 1) / blockSize);
526 this.blocks = 0;
537 this.blocks = (int) ((this.file.length() + blockSize - 1) / blockSize);
583 this.blocks
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1060 public Range<Rational> getAspectRatioRange(boolean blocks) { argument
1061 return blocks ? mBlockAspectRatioRange : mAspectRatioRange;
1102 Utils.parseLongRange(map.get("blocks-per-second-range"), null);
1310 // pixels -> blocks <- counts
1335 // blocks -> pixels
1350 // blocks -> rate

Completed in 90 milliseconds