HomeSort by relevance Sort by last modified time
    Searched refs:cues (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/java/android/media/
SubtitleTrack.java 97 * @param runID mostly-unique ID for this run of data. Subtitle cues
99 * display. Cues with runID of ~0 are discarded
100 * only at the deletion of the track object. Cues
103 * any of its cues (with this runID).
120 * Called when the active cues have changed, and the contents of the subtitle
129 // out-of-order times mean seeking or new active cues being added
141 // remove past cues
148 // add new cues
190 /* remove all cues (untangle all cross-links) */
205 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
401 Vector<Cue> cues = mCues.get(timeMs); local
415 Vector<Cue> cues = mCues.get(timeMs); local
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
SubtitleTrack.java 90 * @param runID mostly-unique ID for this run of data. Subtitle cues
92 * display. Cues with runID of ~0 are discarded
93 * only at the deletion of the track object. Cues
96 * any of its cues (with this runID).
113 * Called when the active cues have changed, and the contents of the subtitle
119 // out-of-order times mean seeking or new active cues being added
131 // remove past cues
138 // add new cues
180 /* remove all cues (untangle all cross-links) */
194 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
374 Vector<Cue> cues = mCues.get(timeMs); local
388 Vector<Cue> cues = mCues.get(timeMs); local
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
SubtitleTrack.java 102 * @param runID mostly-unique ID for this run of data. Subtitle cues
104 * display. Cues with runID of ~0 are discarded
105 * only at the deletion of the track object. Cues
108 * any of its cues (with this runID).
125 * Called when the active cues have changed, and the contents of the subtitle
131 // out-of-order times mean seeking or new active cues being added
143 // remove past cues
150 // add new cues
191 /* remove all cues (untangle all cross-links) */
205 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
391 ArrayList<Cue> cues = mCues.get(timeMs); local
405 ArrayList<Cue> cues = mCues.get(timeMs); local
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.h 64 List<sp<WebmElement> >& cues);
71 List<sp<WebmElement> >& cues);
WebmWriter.cpp 223 " bit rate: %d bps and the estimated cues size %" PRId64 " bytes",
308 sp<WebmElement> cues = new WebmMaster(kMkvCues, mCuePoints); local
309 uint64_t cuesSize = cues->totalSize();
310 // TRICKY Even when the cues do fit in the space we reserved, if they do not fit
315 cues->write(mFd, cuesSize);
319 cues->write(mFd, cuesSize);
471 sp<WebmElement> ebml, segment, info, seekHead, tracks, cues; local
484 cues = NULL;
492 cues = new EbmlVoid(mEstimatedCuesSize);
495 sp<WebmElement> elems[] = { ebml, segment, seekHead, info, tracks, cues };
    [all...]
WebmFrameThread.cpp 75 List<sp<WebmElement> >& cues)
80 mCues(cues),
89 List<sp<WebmElement> >& cues)
94 mCues(cues),
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 376 // Cues Class
378 Cues::Cues()
384 Cues::~Cues() {
394 bool Cues::AddCue(CuePoint* cue) {
406 CuePoint** const cues = local
408 if (!cues)
412 cues[i] = cue_entries_[i];
417 cue_entries_ = cues;
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 148 milliseconds