Searched refs:mPendingCaptionEvents (Results 1 – 1 of 1) sorted by relevance
69 private final ArrayList<CaptionEvent> mPendingCaptionEvents = new ArrayList<>(); field in CaptionTrackRenderer113 mPendingCaptionEvents.add(event); in processCaptionEvent()251 mPendingCaptionEvents.clear(); in reset()300 for (CaptionEvent event : mPendingCaptionEvents) { in processPendingBuffer()303 mPendingCaptionEvents.clear(); in processPendingBuffer()