Searched defs:cue (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp311 CuePoint* const cue = cue_entries_[i]; local
312 delete cue;
318 bool Cues::AddCue(CuePoint* cue) { argument
319 if (!cue)
345 cue->set_output_block_number(output_block_number_);
346 cue_entries_[cue_entries_size_++] = cue;
374 const CuePoint* const cue = GetCueByIndex(i); local
376 if (!cue)
379 size += cue->Size();
390 const CuePoint* const cue local
2535 CuePoint* const cue = new (std::nothrow) CuePoint(); // NOLINT local
[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 163 milliseconds