Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/pgs/
DPgsDecoder.java98 cueBuilder.parseBitmapSection(buffer, sectionLength); in readNextSection()
160 private void parseBitmapSection(ParsableByteArray buffer, int sectionLength) { in parseBitmapSection() method in PgsDecoder.CueBuilder