Searched defs:cues (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp69 List<sp<WebmElement> >& cues)
74 mCues(cues),
83 List<sp<WebmElement> >& cues)
88 mCues(cues),
64 WebmFrameSinkThread( const int& fd, const uint64_t& off, sp<WebmFrameSourceThread> videoThread, sp<WebmFrameSourceThread> audioThread, List<sp<WebmElement> >& cues) argument
78 WebmFrameSinkThread( const int& fd, const uint64_t& off, LinkedBlockingQueue<const sp<WebmFrame> >& videoSource, LinkedBlockingQueue<const sp<WebmFrame> >& audioSource, List<sp<WebmElement> >& cues) argument
H A DWebmWriter.cpp230 " 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);
461 sp<WebmElement> ebml, segment, info, seekHead, tracks, cues; local
476 cues = NULL;
484 cues = new EbmlVoid(mEstimatedCuesSize);
487 sp<WebmElement> elems[] = { ebml, segment, seekHead, info, tracks, cues };
[all...]
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java96 * @param runID mostly-unique ID for this run of data. Subtitle cues
102 * any of its cues (with this runID).
119 * Called when the active cues have changed, and the contents of the subtitle
128 // out-of-order times mean seeking or new active cues being added
140 // remove past cues
147 // add new cues
189 /* remove all cues (untangle all cross-links) */
204 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
316 // link-up cues in the same run
400 Vector<Cue> cues
532 EntryIterator(SortedMap<Long, Vector<Cue> > cues) argument
[all...]

Completed in 61 milliseconds