Searched refs:cue (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc382 CuePoint* const cue = cue_entries_[i]; local
383 delete cue;
389 bool Cues::AddCue(CuePoint* cue) { argument
390 if (!cue)
416 cue->set_output_block_number(output_block_number_);
417 cue_entries_[cue_entries_size_++] = cue;
445 const CuePoint* const cue = GetCueByIndex(i); local
447 if (!cue)
450 size += cue->Size();
461 const CuePoint* const cue local
3378 CuePoint* const cue = new (std::nothrow) CuePoint(); // NOLINT local
[all...]
H A Dmkvmuxer.h182 // Class to hold one cue point in a Cues element.
223 // If true the muxer will write out the block number for the cue if the
237 // Adds a cue point to the Cues element. Returns true on success.
238 bool AddCue(CuePoint* cue);
240 // Returns the cue point by index. Returns NULL if there is no cue point
266 // If true the muxer will write out the block number for the cue if the
1022 // The string identifier for this chapter (corresponds to WebVTT cue
1359 // The file position used for cue points.
1538 // Adds a cue poin
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssSchema.java488 Property cue = new Property(16, cueLiterals0, zeroFns);
489 builder.put("cue", cue);
713 builder.put("cue-after", cue);
714 builder.put("cue-before", cue);
820 "cue",
821 "cue-after",
822 "cue
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 192 milliseconds