/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 598 class Chapters { 599 Chapters(const Chapters&); 600 Chapters& operator=(const Chapters&); 609 Chapters(Segment*, long long payload_start, long long payload_size, 612 ~Chapters(); 656 long long GetStartTime(const Chapters*) const; 657 long long GetStopTime(const Chapters*) const; 667 static long long GetTime(const Chapters*, long long timecode); 683 friend class Chapters; variable 1091 const Chapters* GetChapters() const; [all …]
|
D | mkvparser.cc | 984 Chapters(this, pos, size, element_start, element_size); in ParseHeaders() 3212 const Chapters* Segment::GetChapters() const { return m_pChapters; } in GetChapters() 3221 Chapters::Chapters(Segment* pSegment, long long payload_start, in Chapters() function in mkvparser::Chapters 3233 Chapters::~Chapters() { in ~Chapters() 3241 long Chapters::Parse() { in Parse() 3275 int Chapters::GetEditionCount() const { return m_editions_count; } in GetEditionCount() 3277 const Chapters::Edition* Chapters::GetEdition(int idx) const { in GetEdition() 3287 bool Chapters::ExpandEditionsArray() { in ExpandEditionsArray() 3309 long Chapters::ParseEdition(long long pos, long long size) { in ParseEdition() 3319 Chapters::Edition::Edition() {} in Edition() [all …]
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 598 class Chapters { 599 Chapters(const Chapters&); 600 Chapters& operator=(const Chapters&); 609 Chapters(Segment*, long long payload_start, long long payload_size, 612 ~Chapters(); 656 long long GetStartTime(const Chapters*) const; 657 long long GetStopTime(const Chapters*) const; 667 static long long GetTime(const Chapters*, long long timecode); 683 friend class Chapters; variable 1091 const Chapters* GetChapters() const; [all …]
|
D | mkvparser.cc | 984 Chapters(this, pos, size, element_start, element_size); in ParseHeaders() 3212 const Chapters* Segment::GetChapters() const { return m_pChapters; } in GetChapters() 3221 Chapters::Chapters(Segment* pSegment, long long payload_start, in Chapters() function in mkvparser::Chapters 3233 Chapters::~Chapters() { in ~Chapters() 3241 long Chapters::Parse() { in Parse() 3275 int Chapters::GetEditionCount() const { return m_editions_count; } in GetEditionCount() 3277 const Chapters::Edition* Chapters::GetEdition(int idx) const { in GetEdition() 3287 bool Chapters::ExpandEditionsArray() { in ExpandEditionsArray() 3309 long Chapters::ParseEdition(long long pos, long long size) { in ParseEdition() 3319 Chapters::Edition::Edition() {} in Edition() [all …]
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 598 class Chapters { 599 Chapters(const Chapters&); 600 Chapters& operator=(const Chapters&); 609 Chapters(Segment*, long long payload_start, long long payload_size, 612 ~Chapters(); 656 long long GetStartTime(const Chapters*) const; 657 long long GetStopTime(const Chapters*) const; 667 static long long GetTime(const Chapters*, long long timecode); 683 friend class Chapters; variable 1091 const Chapters* GetChapters() const; [all …]
|
D | mkvparser.cc | 984 Chapters(this, pos, size, element_start, element_size); in ParseHeaders() 3212 const Chapters* Segment::GetChapters() const { return m_pChapters; } in GetChapters() 3221 Chapters::Chapters(Segment* pSegment, long long payload_start, in Chapters() function in mkvparser::Chapters 3233 Chapters::~Chapters() { in ~Chapters() 3241 long Chapters::Parse() { in Parse() 3275 int Chapters::GetEditionCount() const { return m_editions_count; } in GetEditionCount() 3277 const Chapters::Edition* Chapters::GetEdition(int idx) const { in GetEdition() 3287 bool Chapters::ExpandEditionsArray() { in ExpandEditionsArray() 3309 long Chapters::ParseEdition(long long pos, long long size) { in ParseEdition() 3319 Chapters::Edition::Edition() {} in Edition() [all …]
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 964 friend class Chapters; 1055 class Chapters { 1057 Chapters(); 1058 ~Chapters(); 1087 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapters); 1784 Chapters chapters_;
|
D | mkvmuxer.cc | 2116 Chapters::Chapters() : chapters_size_(0), chapters_count_(0), chapters_(NULL) {} in Chapters() function in mkvmuxer::Chapters 2118 Chapters::~Chapters() { in ~Chapters() 2128 int Chapters::Count() const { return chapters_count_; } in Count() 2130 Chapter* Chapters::AddChapter(unsigned int* seed) { in AddChapter() 2140 bool Chapters::Write(IMkvWriter* writer) const { in Write() 2162 bool Chapters::ExpandChaptersArray() { in ExpandChaptersArray() 2186 uint64_t Chapters::WriteEdition(IMkvWriter* writer) const { in WriteEdition()
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 964 friend class Chapters; 1055 class Chapters { 1057 Chapters(); 1058 ~Chapters(); 1087 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapters); 1784 Chapters chapters_;
|
D | mkvmuxer.cc | 2116 Chapters::Chapters() : chapters_size_(0), chapters_count_(0), chapters_(NULL) {} in Chapters() function in mkvmuxer::Chapters 2118 Chapters::~Chapters() { in ~Chapters() 2128 int Chapters::Count() const { return chapters_count_; } in Count() 2130 Chapter* Chapters::AddChapter(unsigned int* seed) { in AddChapter() 2140 bool Chapters::Write(IMkvWriter* writer) const { in Write() 2162 bool Chapters::ExpandChaptersArray() { in ExpandChaptersArray() 2186 uint64_t Chapters::WriteEdition(IMkvWriter* writer) const { in WriteEdition()
|
/external/libpng/contrib/gregbook/ |
D | README | 7 Chapters 13, 14 and 15 of "PNG: The Definitive Guide" discuss three free, 54 mation and links to the latest version of the source code, and Chapters
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 48 parsing and operator precedence parsing. Nothing in Chapters 1 or 2
|
D | LangImpl01.rst | 48 parsing and operator precedence parsing. Nothing in Chapters 1 or 2
|
D | LangImpl04.rst | 12 LLVM <index.html>`_" tutorial. Chapters 1-3 described the implementation
|
D | OCamlLangImpl4.rst | 12 LLVM <index.html>`_" tutorial. Chapters 1-3 described the implementation
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 48 parsing and operator precedence parsing. Nothing in Chapters 1 or 2
|
D | LangImpl01.rst | 48 parsing and operator precedence parsing. Nothing in Chapters 1 or 2
|
D | LangImpl04.rst | 12 LLVM <index.html>`_" tutorial. Chapters 1-3 described the implementation
|
D | OCamlLangImpl4.rst | 12 LLVM <index.html>`_" tutorial. Chapters 1-3 described the implementation
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 3971 % Chapters, sections, etc. 4731 % Chapters, in the main contents. 4734 % Chapters, in the short toc.
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 3971 % Chapters, sections, etc. 4731 % Chapters, in the main contents. 4734 % Chapters, in the short toc.
|
/external/libffi/ |
D | texinfo.tex | 5246 % Chapters, sections, etc. 6151 % Chapters, in the main contents. 6154 % Chapters, in the short toc.
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 5246 % Chapters, sections, etc. 6151 % Chapters, in the main contents. 6154 % Chapters, in the short toc.
|