Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionTrackRenderer.java69 private final ArrayList<CaptionEvent> mPendingCaptionEvents = new ArrayList<>(); field in CaptionTrackRenderer
113 mPendingCaptionEvents.add(event); in processCaptionEvent()
251 mPendingCaptionEvents.clear(); in reset()
300 for (CaptionEvent event : mPendingCaptionEvents) { in processPendingBuffer()
303 mPendingCaptionEvents.clear(); in processPendingBuffer()