Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/pgs/
DPgsDecoder.java216 int argbBitmapDataIndex = 0; in build() local
217 while (argbBitmapDataIndex < argbBitmapData.length) { in build()
220 argbBitmapData[argbBitmapDataIndex++] = colors[colorIndex]; in build()
230 argbBitmapData, argbBitmapDataIndex, argbBitmapDataIndex + runLength, color); in build()
231 argbBitmapDataIndex += runLength; in build()