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

  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1194 // Chapter Class
1417 Chapter& chapter = chapters_[--chapters_count_]; local
1487 const Chapter& chapter = chapters_[idx]; local
1503 const Chapter& chapter = chapters_[idx]; local
    [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...]

Completed in 160 milliseconds