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

  /external/deqp-deps/SPIRV-Tools/tools/stats/
stats_analyzer.cpp 202 const uint32_t cue = kv.first; local
204 if (opcode_freq_[cue] < kFrequentEnoughToAnalyze) continue;
227 out << GetOpcodeString(cue) << " -> " << GetOpcodeString(pair.first)
  /external/swiftshader/third_party/SPIRV-Tools/tools/stats/
stats_analyzer.cpp 202 const uint32_t cue = kv.first; local
204 if (opcode_freq_[cue] < kFrequentEnoughToAnalyze) continue;
227 out << GetOpcodeString(cue) << " -> " << GetOpcodeString(pair.first)
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 384 CuePoint* const cue = cue_entries_[i]; local
385 delete cue;
391 bool Cues::AddCue(CuePoint* cue) {
392 if (!cue)
418 cue->set_output_block_number(output_block_number_);
419 cue_entries_[cue_entries_size_++] = cue;
447 const CuePoint* const cue = GetCueByIndex(i); local
449 if (!cue)
452 size += cue->Size();
463 const CuePoint* const cue = GetCueByIndex(i) local
3411 CuePoint* const cue = new (std::nothrow) CuePoint(); \/\/ NOLINT local
    [all...]
mkvmuxer.h 182 // 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
931 // Cue Identifier line in WebVTT.)
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 384 CuePoint* const cue = cue_entries_[i]; local
385 delete cue;
391 bool Cues::AddCue(CuePoint* cue) {
392 if (!cue)
418 cue->set_output_block_number(output_block_number_);
419 cue_entries_[cue_entries_size_++] = cue;
447 const CuePoint* const cue = GetCueByIndex(i); local
449 if (!cue)
452 size += cue->Size();
463 const CuePoint* const cue = GetCueByIndex(i) local
3411 CuePoint* const cue = new (std::nothrow) CuePoint(); \/\/ NOLINT local
    [all...]
mkvmuxer.h 182 // 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
931 // Cue Identifier line in WebVTT.)
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 488 Property cue = new Property(16, cueLiterals0, zeroFns); external variable declarations
489 builder.put("cue", cue);
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 660 // if a video different from the one already playing was requested, cue it up
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]

Completed in 815 milliseconds