Searched refs:chapter (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp204 int32_t title = 0, chapter = 0; local
207 dvdnav_current_title_info(fDvdNav, &title, &chapter);
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css35 blockquote, book, callout, calloutlist, caption, caution, chapter,
H A Dstyles.css40 section>*, chapter>*, bibliography>*, appendix>*, glossary>*, preface>*,
75 appendix>title, bibliography>title, chapter>title, colophon>title, dedication>title, glossary>title, part>title, preface>title {
110 *+section, *+chapter, *+bibliography, *+bibliodiv, *+appendix, *+glossary {
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp1627 // Add chapter info
1629 AVChapter* chapter = context->chapters[i]; local
1632 * chapter->start * chapter->time_base.num
1633 / chapter->time_base.den + 0.5));
1635 * chapter->end * chapter->time_base.num
1636 / chapter->time_base.den + 0.5));
1638 avdictionary_to_message(chapter->metadata, &chapterData);
1639 _data->AddMessage("be:chapter",
[all...]

Completed in 58 milliseconds