Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionTrackRenderer.java74 private final ArrayList<CaptionEvent> mPendingCaptionEvents = new ArrayList<>(); field in CaptionTrackRenderer
134 mPendingCaptionEvents.add(event); in processCaptionEvent()
280 mPendingCaptionEvents.clear(); in reset()
329 for (CaptionEvent event : mPendingCaptionEvents) { in processPendingBuffer()
332 mPendingCaptionEvents.clear(); in processPendingBuffer()