Searched defs:chapter (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1169 // means that creating arrays of chapter objects is more efficient,
1170 // because we only initialize each new chapter object as it becomes
1360 Chapter& chapter = chapters_[--chapters_count_]; local
1361 chapter.Clear();
1376 Chapter& chapter = chapters_[chapters_count_++];
1377 chapter.Init(seed);
1379 return &chapter;
1432 const Chapter& chapter = chapters_[idx]; local
1433 payload_size += chapter.WriteAtom(NULL);
1449 const Chapter& chapter local
[all...]

Completed in 177 milliseconds