HomeSort by relevance Sort by last modified time
    Searched defs:Chapter (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 1101 // Chapter Class
1103 bool Chapter::set_id(const char* id) { return StrCpy(id, &id_); }
1105 void Chapter::set_time(const Segment& segment, uint64 start_ns, uint64 end_ns) {
1112 bool Chapter::add_string(const char* title, const char* language,
1132 Chapter::Chapter() {
1137 // clients from creating Chapter instances (a privelege we grant
1139 // means that creating arrays of chapter objects is more efficient,
1140 // because we only initialize each new chapter object as it becomes
1144 Chapter::~Chapter() {
1322 Chapter& chapter = chapters_[--chapters_count_]; local
1392 const Chapter& chapter = chapters_[idx]; local
1408 const Chapter& chapter = chapters_[idx]; local
    [all...]
mkvmuxer.hpp 531 // Chapter element
533 class Chapter {
535 // Set the identifier for this chapter. (This corresponds to the
541 // Converts the nanosecond start and stop times of this chapter to
546 // Sets the uid for this chapter. Primarily used to enable
550 // Add a title string to this chapter, per the semantics described
554 // The title ("chapter string") is a UTF-8 string.
571 // For storage of chapter titles that differ by language.
603 Chapter();
604 ~Chapter();
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1126 // Chapter Class
1128 bool Chapter::set_id(const char* id) {
1132 void Chapter::set_time(const Segment& segment,
1141 bool Chapter::add_string(const char* title,
1162 Chapter::Chapter() {
1167 // clients from creating Chapter instances (a privelege we grant
1169 // means that creating arrays of chapter objects is more efficient,
1170 // because we only initialize each new chapter object as it becomes
1174 Chapter::~Chapter()
1360 Chapter& chapter = chapters_[--chapters_count_]; local
1432 const Chapter& chapter = chapters_[idx]; local
1449 const Chapter& chapter = chapters_[idx]; local
    [all...]
mkvmuxer.hpp 535 // Chapter element
537 class Chapter {
539 // Set the identifier for this chapter. (This corresponds to the
545 // Converts the nanosecond start and stop times of this chapter to
551 // Sets the uid for this chapter. Primarily used to enable
555 // Add a title string to this chapter, per the semantics described
559 // The title ("chapter string") is a UTF-8 string.
578 // For storage of chapter titles that differ by language.
610 Chapter();
611 ~Chapter();
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1126 // Chapter Class
1128 bool Chapter::set_id(const char* id) {
1132 void Chapter::set_time(const Segment& segment,
1141 bool Chapter::add_string(const char* title,
1162 Chapter::Chapter() {
1167 // clients from creating Chapter instances (a privelege we grant
1169 // means that creating arrays of chapter objects is more efficient,
1170 // because we only initialize each new chapter object as it becomes
1174 Chapter::~Chapter()
1360 Chapter& chapter = chapters_[--chapters_count_]; local
1432 const Chapter& chapter = chapters_[idx]; local
1449 const Chapter& chapter = chapters_[idx]; local
    [all...]
mkvmuxer.hpp 535 // Chapter element
537 class Chapter {
539 // Set the identifier for this chapter. (This corresponds to the
545 // Converts the nanosecond start and stop times of this chapter to
551 // Sets the uid for this chapter. Primarily used to enable
555 // Add a title string to this chapter, per the semantics described
559 // The title ("chapter string") is a UTF-8 string.
578 // For storage of chapter titles that differ by language.
610 Chapter();
611 ~Chapter();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 210 enum GroupKind { CaptionsAndSubtitles, Description, Chapter, Metadata, Other };

Completed in 278 milliseconds