HomeSort by relevance Sort by last modified time
    Searched defs:AddCue (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/base/
text_ranges_unittest.cc 14 bool AddCue(int seconds) {
15 return ranges_.AddCue(base::TimeDelta::FromSeconds(seconds));
31 EXPECT_TRUE(AddCue(5));
35 EXPECT_TRUE(AddCue(2));
39 EXPECT_TRUE(AddCue(8));
44 EXPECT_FALSE(AddCue(2));
48 EXPECT_FALSE(AddCue(5));
52 EXPECT_FALSE(AddCue(8));
56 EXPECT_TRUE(AddCue(9));
62 EXPECT_TRUE(AddCue(0))
    [all...]
text_ranges.cc 22 bool TextRanges::AddCue(base::TimeDelta start_time) {
26 // There is no active time range, so this is the first AddCue()
59 return curr_range.AddCue(start_time);
121 bool TextRanges::Range::AddCue(base::TimeDelta start_time) {
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 261 bool Cues::AddCue(CuePoint* cue) {
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 268 bool Cues::AddCue(CuePoint* cue) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 268 bool Cues::AddCue(CuePoint* cue) {
    [all...]

Completed in 199 milliseconds