Home
last modified time | relevance | path

Searched defs:chapter (Results 1 – 7 of 7) sorted by relevance

/external/libwebm/
Dsample_muxer_metadata.cc50 const cue_t& chapter = *i++; in AddChapters() local
153 mkvmuxer::Chapter* const chapter = segment_->AddChapter(); in AddChapter() local
/external/zstd/contrib/gen_html/
Dgen_html.cpp83 int linenum, chapter = 1; in main() local
/external/lz4/contrib/gen_manual/
Dgen_manual.cpp109 int linenum, chapter = 1; in main() local
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2120 Chapter& chapter = chapters_[--chapters_count_]; in ~Chapters() local
2134 Chapter& chapter = chapters_[chapters_count_++]; in AddChapter() local
2190 const Chapter& chapter = chapters_[idx]; in WriteEdition() local
2207 const Chapter& chapter = chapters_[idx]; in WriteEdition() local
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2120 Chapter& chapter = chapters_[--chapters_count_]; in ~Chapters() local
2134 Chapter& chapter = chapters_[chapters_count_++]; in AddChapter() local
2190 const Chapter& chapter = chapters_[idx]; in WriteEdition() local
2207 const Chapter& chapter = chapters_[idx]; in WriteEdition() local
/external/libwebm/mkvmuxer/
Dmkvmuxer.cc2120 Chapter& chapter = chapters_[--chapters_count_]; in ~Chapters() local
2134 Chapter& chapter = chapters_[chapters_count_++]; in AddChapter() local
2190 const Chapter& chapter = chapters_[idx]; in WriteEdition() local
2207 const Chapter& chapter = chapters_[idx]; in WriteEdition() local
/external/libwebm/testing/
Dmkvmuxer_tests.cc187 Chapter* chapter = segment_.AddChapter(); in TEST_F() local