Home
last modified time | relevance | path

Searched refs:chunkIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/apk/
DApkSigningBlockUtils.java239 int chunkIndex = 0; in computeContentDigestsPer1MbChunk() local
268 "Failed to digest chunk #" + chunkIndex + " of section #" in computeContentDigestsPer1MbChunk()
281 5 + chunkIndex * expectedDigestSizeBytes, in computeContentDigestsPer1MbChunk()
291 chunkIndex++; in computeContentDigestsPer1MbChunk()
/frameworks/base/apex/media/framework/java/android/media/
DMediaParser.java1532 ChunkIndex chunkIndex = (ChunkIndex) exoplayerSeekMap; in seekMap() local
1534 mediaFormat.setByteBuffer("chunk-index-int-sizes", toByteBuffer(chunkIndex.sizes)); in seekMap()
1536 "chunk-index-long-offsets", toByteBuffer(chunkIndex.offsets)); in seekMap()
1538 "chunk-index-long-us-durations", toByteBuffer(chunkIndex.durationsUs)); in seekMap()
1540 "chunk-index-long-us-times", toByteBuffer(chunkIndex.timesUs)); in seekMap()