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.java258 int chunkIndex = 0; in computeContentDigestsPer1MbChunk() local
287 "Failed to digest chunk #" + chunkIndex + " of section #" in computeContentDigestsPer1MbChunk()
300 5 + chunkIndex * expectedDigestSizeBytes, in computeContentDigestsPer1MbChunk()
310 chunkIndex++; in computeContentDigestsPer1MbChunk()
/frameworks/base/apex/media/framework/java/android/media/
DMediaParser.java1652 ChunkIndex chunkIndex = (ChunkIndex) exoplayerSeekMap; in seekMap() local
1654 mediaFormat.setByteBuffer("chunk-index-int-sizes", toByteBuffer(chunkIndex.sizes)); in seekMap()
1656 "chunk-index-long-offsets", toByteBuffer(chunkIndex.offsets)); in seekMap()
1658 "chunk-index-long-us-durations", toByteBuffer(chunkIndex.durationsUs)); in seekMap()
1660 "chunk-index-long-us-times", toByteBuffer(chunkIndex.timesUs)); in seekMap()