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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueList.cpp 42 unsigned long TextTrackCueList::getCueIndex(TextTrackCue* cue) const
44 return m_list.find(cue);
70 RefPtr<TextTrackCue> cue = m_list[i]; local
71 if (cue->isActive())
72 m_activeCues->add(cue);
77 bool TextTrackCueList::add(PassRefPtr<TextTrackCue> cue)
79 ASSERT(cue->startTime() >= 0);
80 ASSERT(cue->endTime() >= 0);
82 return add(cue, 0, m_list.size());
90 // Maintain text track cue order
92 RefPtr<TextTrackCue> cue = prpCue; local
    [all...]
TextTrack.cpp 219 // ... whose active flag was set when the script started, in text track cue
233 RefPtr<TextTrackCue> cue = prpCue;
236 if (std::isnan(cue->startTime()) || std::isnan(cue->endTime()) || cue->startTime() < 0 || cue->endTime() < 0)
241 // The addCue(cue) method of TextTrack objects, when invoked, must run the following steps:
243 // 1. If the given cue is in a text track list of cues, then remove cue from that text track
245 TextTrack* cueTrack = cue->track()
    [all...]
InbandTextTrack.cpp 97 RefPtr<VTTCue> cue = VTTCue::create(document(), start, end, content); local
98 cue->setId(id);
99 cue->parseSettings(settings);
100 addCue(cue);
TextTrack.idl 43 void addCue(TextTrackCue cue);
44 [RaisesException] void removeCue(TextTrackCue cue);
TextTrackCue.h 50 DEFINE_STATIC_LOCAL(const AtomicString, cue, ("cue", AtomicString::ConstructFromLiteral));
51 return cue;
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 52 final protected Vector<Cue> mActiveCues = new Vector<Cue>();
118 public abstract void updateView(Vector<Cue> activeCues);
128 for(Iterator<Pair<Long, Cue> > it =
130 Pair<Long, Cue> event = it.next();
131 Cue cue = event.second; local
133 if (cue.mEndTimeMs == event.first) {
135 if (DEBUG) Log.v(TAG, "Removing " + cue);
136 mActiveCues.remove(cue);
165 Cue cue = run.mFirstCue; local
511 Cue cue = mLastEntry.second; local
    [all...]
WebVttRenderer.java 77 // spans with timestamp will be enabled by Cue.onTime
152 // for politeness, finish last cue-line if it ends abruptly
166 * Tokenizer tokenizes the WebVTT Cue Text into tags and data
378 class TextTrackCue extends SubtitleTrack.Cue {
429 TextTrackCue cue = (TextTrackCue) o; local
430 boolean res = mId.equals(cue.mId) &&
431 mPauseOnExit == cue.mPauseOnExit &&
432 mWritingDirection == cue.mWritingDirection &&
433 mRegionId.equals(cue.mRegionId) &&
434 mSnapToLines == cue.mSnapToLines &
1222 final TextTrackCue cue = (TextTrackCue) activeCues.get(i); local
1380 final TextTrackCue cue = cueBox.getCue(); local
1452 final TextTrackCue cue = cueBox.getCue(); local
1738 final TextTrackCue cue = mCue; local
    [all...]
  /external/chromium_org/media/webm/
webm_webvtt_parser_unittest.cc 13 typedef std::vector<uint8> Cue;
15 static Cue EncodeCue(const std::string& id,
20 return Cue(buf, buf + result.length());
23 static void DecodeCue(const Cue& cue,
27 WebMWebVTTParser::Parse(&cue[0], static_cast<int>(cue.size()),
39 const Cue cue = EncodeCue("", "", "Subtitle"); local
42 DecodeCue(cue, &id, &settings, &content)
53 const Cue cue = EncodeCue(idsrc, "", "Subtitle"); local
74 const Cue cue = EncodeCue("", settings_str[i], "Subtitle"); local
95 const Cue cue = EncodeCue("", "", content_str[i]); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.h 44 static PassRefPtr<VTTCueBox> create(Document& document, VTTCue* cue)
46 return adoptRef(new VTTCueBox(document, cue));
189 inline VTTCue* toVTTCue(TextTrackCue* cue)
192 return static_cast<VTTCue*>(cue);
VTTParser.cpp 218 // Steps 17 - 20 - Allow any number of line terminators, then initialize new cue values.
222 // Step 21 - Cue creation (start a new cue).
230 // Steps 26 - 27 - Discard current cue if the line is empty.
236 // Steps 28 - 29 - Collect cue timings and settings.
241 // Steps 31 - 41 - Collect the cue text, create a cue, and add it to the output.
256 // If we're in the CueText state when we run out of data, we emit the pending cue.
310 // Collect WebVTT cue timings and settings. (5.3 WebVTT cue timings and settings parsing.
431 RefPtr<VTTCue> cue = VTTCue::create(*m_document, m_currentStartTime, m_currentEndTime, m_currentContent.toString()); local
    [all...]
VTTCue.cpp 127 VTTCueBox::VTTCueBox(Document& document, VTTCue* cue)
129 , m_cue(cue)
175 // whose first cell is the value of the corresponding cue's text track cue
229 return String::format("%p id=%s interval=%f-->%f cue=%s)", this, id().utf8().data(), startTime(), endTime(), text().utf8().data());
264 // On setting, the text track cue writing direction must be set to the value given
300 // On setting, if the text track cue snap-to-lines flag is not set, and the new
307 // Otherwise, set the text track cue line position to the new value.
321 // Otherwise, set the text track cue text position to the new value.
325 // Otherwise, set the text track cue line position to the new value
    [all...]
  /external/libvpx/libvpx/
webmenc.c 251 /* Save a cue point if this is a keyframe. */
253 struct cue_entry *cue, *new_cue_list; local
260 fatal("Failed to realloc cue list.");
262 cue = &glob->cue_list[glob->cues];
263 cue->time = glob->cluster_timecode;
264 cue->loc = glob->cluster_pos;
305 struct cue_entry *cue = &glob->cue_list[i]; local
307 Ebml_SerializeUnsigned(glob, CueTime, cue->time);
312 cue->loc - glob->position_reference);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.cpp 295 void HTMLTrackElement::textTrackAddCue(TextTrack* track, PassRefPtr<TextTrackCue> cue)
298 return parent->textTrackAddCue(track, cue);
301 void HTMLTrackElement::textTrackRemoveCue(TextTrack* track, PassRefPtr<TextTrackCue> cue)
304 return parent->textTrackRemoveCue(track, cue);
HTMLMediaElement.cpp 904 // compare the two tracks by the relative cue order, so return the relative
910 // relative text track cue order of the text track cues associated
    [all...]
HTMLMediaElement.h 577 static String string(TextTrackCue* const& cue)
579 return cue->toString();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElements.cpp 715 // track's list of cues that have their text track cue active flag set.
718 // 9. If reset is false, then, for each text track cue cue in cues: if cue's
719 // text track cue display state has a set of CSS boxes, then add those boxes
720 // to output, and remove cue from cues.
723 // within the TextTrackCue instance itself. If parameters of the cue change,
726 // 10. For each text track cue cue in cues that has not yet had
727 // corresponding CSS boxes added to output, in text track cue order, run th
730 TextTrackCue* cue = activeCues[i].data(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 346 video::cue {
385 video::cue(:future) {
CSSTokenizer-in.cpp 718 CASE("cue") {
    [all...]
CSSSelector.cpp 337 DEFINE_STATIC_LOCAL(AtomicString, cue, ("cue(", AtomicString::ConstructFromLiteral));
338 DEFINE_STATIC_LOCAL(AtomicString, cueWithoutParen, ("cue", AtomicString::ConstructFromLiteral));
421 nameToPseudoType->set(cue.impl(), CSSSelector::PseudoCue);
452 if (name.startsWith("x-") || name.startsWith("cue"))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
loldogs.js 10 "http://ihasahotdog.files.wordpress.com/2011/08/cue-puppy-pictures-spike-is-not-sleeping-on-duty-hes-lulling-you-into-a-false-sense-of-security.jpg",

Completed in 1231 milliseconds