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

  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 478 class Chapters {
479 Chapters(const Chapters&);
480 Chapters& operator=(const Chapters&);
489 Chapters(Segment*, long long payload_start, long long payload_size,
492 ~Chapters();
536 long long GetStartTime(const Chapters*) const;
537 long long GetStopTime(const Chapters*) const;
547 static long long GetTime(const Chapters*, long long timecode)
    [all...]
mkvparser.cpp 985 Chapters(this, pos, size, element_start, element_size);
    [all...]
mkvmuxer.hpp 614 friend class Chapters;
657 // expanding a plain array of Chapter objects (see Chapters).
703 // Chapters element
705 class Chapters {
707 Chapters();
708 ~Chapters();
712 // Returns the number of chapters that have been added.
715 // Output the Chapters element to the writer. Returns true on success.
724 // Chapters element into the stream. Returns the Edition element
731 // Number of active chapters on the chapters_ array
    [all...]
mkvmuxer.cpp 1465 Chapter* const chapters = new (std::nothrow) Chapter[size]; \/\/ NOLINT local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 565 class Chapters {
566 Chapters(const Chapters&);
567 Chapters& operator=(const Chapters&);
576 Chapters(Segment*, long long payload_start, long long payload_size,
579 ~Chapters();
623 long long GetStartTime(const Chapters*) const;
624 long long GetStopTime(const Chapters*) const;
634 static long long GetTime(const Chapters*, long long timecode)
    [all...]
mkvparser.cc 984 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...]
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...]
mkvparser.cpp 1036 else if (id == 0x0043A770) //Chapters ID
1040 m_pChapters = new (std::nothrow) Chapters(
    [all...]
mkvmuxer.cpp 1164 // done in Init() (called in Chapters::AddChapter()). The only
1168 // only to the Chapters class). Doing no initialization here also
1410 Chapter* const chapters = new (std::nothrow) Chapter[size]; \/\/ NOLINT local
    [all...]
  /external/eigen/doc/
eigen_navtree_hacks.js 223 // expand the "Chapters" node
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 627 milliseconds