Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttSubtitle.java41 for (int cueIndex = 0; cueIndex < cueInfos.size(); cueIndex++) { in WebvttSubtitle()
42 WebvttCueInfo cueInfo = cueInfos.get(cueIndex); in WebvttSubtitle()
44 int arrayIndex = cueIndex * 2; in WebvttSubtitle()
/external/llvm-project/lld/MachO/
DUnwindInfoSection.cpp277 size_t cueIndex = commonEncodingIndexes.lookup(cuep->encoding); in writeTo() local
278 *ep++ = ((cueIndex << UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET_BITS) | in writeTo()