Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/pgs/
DPgsDecoder.java215 int[] argbBitmapData = new int[bitmapWidth * bitmapHeight]; 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()
236 Bitmap.createBitmap(argbBitmapData, bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888); in build()