/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
webmenc.h | 63 unsigned int cues; member in struct:EbmlGlobal
|
/frameworks/av/media/libstagefright/webm/ |
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...] |
/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...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 300 // Cues Class 302 Cues::Cues() 308 Cues::~Cues() { 318 bool Cues::AddCue(CuePoint* cue) { 330 CuePoint** const cues = local 332 if (!cues) 336 cues[i] = cue_entries_[i]; 341 cue_entries_ = cues; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 249 // Cues Class 251 Cues::Cues() 258 Cues::~Cues() { 268 bool Cues::AddCue(CuePoint* cue) { 280 CuePoint** const cues = local 282 if (!cues) 286 cues[i] = cue_entries_[i]; 291 cue_entries_ = cues; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
nestegg.c | 88 /* Cues Elements */ 258 struct cues { struct 267 struct cues cues; member in struct:segment 446 E_MASTER(ID_CUE_POINT, TYPE_MASTER, struct cues, cue_point), 455 E_SINGLE_MASTER(ID_CUES, TYPE_MASTER, struct segment, cues), [all...] |
/packages/apps/TV/usbtuner/libs/ |
exoplayer_1.5.6.jar | |
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/ |
exoplayer_dev-hls_20150123.jar | |