OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cues
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp
174
// If mode changes to disabled, remove this track's
cues
from the client
175
// because they will no longer be accessible from the
cues
() function.
189
TextTrackCueList* TextTrack::
cues
()
function in class:WebCore::TextTrack
192
// then the
cues
attribute must return a live TextTrackCueList object ...
195
// http://www.whatwg.org/specs/web-apps/current-work/#dom-texttrack-
cues
243
// 1. If the given cue is in a text track list of
cues
, then remove cue from that text track
244
// list of
cues
.
249
// 2. Add cue to the method's TextTrack object's text track's text track list of
cues
.
267
// object's text track's text track list of
cues
, then throw a NotFoundError exception.
269
exceptionState.throwDOMException(NotFoundError, "The specified cue is not listed in the TextTrack's list of
cues
.")
[
all
...]
/external/libvpx/libvpx/
webmenc.h
59
unsigned int
cues
;
member in struct:EbmlGlobal
/frameworks/base/media/java/android/media/
SubtitleTrack.java
88
* @param runID mostly-unique ID for this run of data. Subtitle
cues
90
* display.
Cues
with runID of ~0 are discarded
91
* only at the deletion of the track object.
Cues
94
* any of its
cues
(with this runID).
113
* Called when the active
cues
have changed, and the contents of the subtitle
122
// out-of-order times mean seeking or new active
cues
being added
134
// remove past
cues
141
// add new
cues
183
/* remove all
cues
(untangle all cross-links) */
198
if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active
cues
");
388
Vector<Cue>
cues
= mCues.get(timeMs);
local
402
Vector<Cue>
cues
= mCues.get(timeMs);
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp
903
// If the
cues
belong to different text tracks, it doesn't make sense to
910
// relative text track cue order of the text track
cues
associated
2513
TextTrackCueList*
cues
= track->
cues
();
local
[
all
...]
/external/libvpx/libvpx/nestegg/src/
nestegg.c
84
/*
Cues
Elements */
249
struct
cues
{
struct
258
struct
cues
cues
;
member in struct:segment
430
E_MASTER(ID_CUE_POINT, TYPE_MASTER, struct
cues
, cue_point),
439
E_SINGLE_MASTER(ID_CUES, TYPE_MASTER, struct segment,
cues
),
[
all
...]
Completed in 391 milliseconds