HomeSort by relevance Sort by last modified time
    Searched full:chapters (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/chromium_org/components/test/data/dom_distiller/
video_article.html 12 <track src="relative_track_en.vtt" kind="chapters" srclang="en" label="English">
13 <track src="http://www.google.com/absolute_track_fr.vtt" kind="chapters" srclang="fr" label="French">
  /external/owasp/sanitizer/tools/findbugs/doc/
manual.xsl 14 <!-- This causes the stylesheet to put chapters in a single HTML file,
33 <!-- Just put chapters and sect1s in the TOC. -->
manual-fo.xsl 27 <!-- Just put chapters and sect1s in the TOC. -->
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 464 class Chapters {
465 Chapters(const Chapters&);
466 Chapters& operator=(const Chapters&);
475 Chapters(Segment*, long long payload_start, long long payload_size,
478 ~Chapters();
522 long long GetStartTime(const Chapters*) const;
523 long long GetStopTime(const Chapters*) const;
533 static long long GetTime(const Chapters*, long long timecode)
    [all...]
mkvparser.cpp 897 } else if (id == 0x0043A770) { // Chapters ID
900 Chapters(this, pos, size, element_start, element_size);
    [all...]
mkvmuxer.hpp 569 friend class Chapters;
612 // expanding a plain array of Chapter objects (see Chapters).
658 // Chapters element
660 class Chapters {
662 Chapters();
663 ~Chapters();
667 // Returns the number of chapters that have been added.
670 // Output the Chapters element to the writer. Returns true on success.
679 // Chapters element into the stream. Returns the Edition element
686 // Number of active chapters on the chapters_ array
    [all...]
mkvmuxer.cpp 1134 // done in Init() (called in Chapters::AddChapter()). The only
1138 // only to the Chapters class). Doing no initialization here also
1370 Chapter* const chapters = new (std::nothrow) Chapter[size]; \/\/ NOLINT local
    [all...]
webmids.hpp 125 // Chapters
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 539 class Chapters
541 Chapters(const Chapters&);
542 Chapters& operator=(const Chapters&);
551 Chapters(
558 ~Chapters();
601 long long GetStartTime(const Chapters*) const;
602 long long GetStopTime(const Chapters*) const;
611 static long long GetTime(const Chapters*, long long timecode)
    [all...]
mkvparser.cpp 1036 else if (id == 0x0043A770) //Chapters ID
1040 m_pChapters = new (std::nothrow) Chapters(
    [all...]
mkvmuxer.hpp 576 friend class Chapters;
619 // expanding a plain array of Chapter objects (see Chapters).
665 // Chapters element
667 class Chapters {
669 Chapters();
670 ~Chapters();
674 // Returns the number of chapters that have been added.
677 // Output the Chapters element to the writer. Returns true on success.
686 // Chapters element into the stream. Returns the Edition element
693 // Number of active chapters on the chapters_ array
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 464 class Chapters {
465 Chapters(const Chapters&);
466 Chapters& operator=(const Chapters&);
475 Chapters(Segment*, long long payload_start, long long payload_size,
478 ~Chapters();
522 long long GetStartTime(const Chapters*) const;
523 long long GetStopTime(const Chapters*) const;
533 static long long GetTime(const Chapters*, long long timecode)
    [all...]
mkvparser.cpp 899 } else if (id == 0x0043A770) { // Chapters ID
902 Chapters(this, pos, size, element_start, element_size);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 539 class Chapters
541 Chapters(const Chapters&);
542 Chapters& operator=(const Chapters&);
551 Chapters(
558 ~Chapters();
601 long long GetStartTime(const Chapters*) const;
602 long long GetStopTime(const Chapters*) const;
611 static long long GetTime(const Chapters*, long long timecode)
    [all...]
mkvparser.cpp 1036 else if (id == 0x0043A770) //Chapters ID
1040 m_pChapters = new (std::nothrow) Chapters(
    [all...]
mkvmuxer.hpp 576 friend class Chapters;
619 // expanding a plain array of Chapter objects (see Chapters).
665 // Chapters element
667 class Chapters {
669 Chapters();
670 ~Chapters();
674 // Returns the number of chapters that have been added.
677 // Output the Chapters element to the writer. Returns true on success.
686 // Chapters element into the stream. Returns the Edition element
693 // Number of active chapters on the chapters_ array
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.idl 27 enum TextTrackKind { "subtitles", "captions", "descriptions", "chapters", "metadata" };
  /external/eigen/doc/
Overview.dox 17 The \b main \b documentation is organized into \em chapters covering different domains of features.
  /external/chromium_org/third_party/libsrtp/srtp/doc/
header.template 4 % file generated by doxygen, with the initial chapters of the
  /external/srtp/doc/
header.template 4 % file generated by doxygen, with the initial chapters of the
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/
EbmlIDs.h 186 /* Chapters */
187 /* Chapters = 0x1043A770, */
  /external/libvpx/libvpx/third_party/libmkv/
EbmlIDs.h 186 /* Chapters */
187 /* Chapters = 0x1043A770, */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 186 /* Chapters */
187 /* Chapters = 0x1043A770, */
  /external/ceres-solver/docs/source/
index.rst 64 * Read the :ref:`chapter-tutorial`, browse the chapters on the
  /external/chromium_org/base/mac/
objc_property_releaser.mm 57 // http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjectiveC/Chapters/ocProperties.html#//apple_ref/doc/uid/TP30001163-CH17-SW27

Completed in 828 milliseconds

1 2 3 4 5 6