Home
last modified time | relevance | path

Searched refs:encoding_scope_ (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h277 unsigned long long encoding_scope() const { return encoding_scope_; } in encoding_scope()
291 unsigned long long encoding_scope_; variable
Dmkvparser.cc4094 encoding_scope_(1), in ContentEncoding()
4243 encoding_scope_ = UnserializeUInt(pReader, pos, size); in ParseContentEncodingEntry()
4244 if (encoding_scope_ < 1) in ParseContentEncodingEntry()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h277 unsigned long long encoding_scope() const { return encoding_scope_; } in encoding_scope()
291 unsigned long long encoding_scope_; variable
Dmkvparser.cc4102 encoding_scope_(1), in ContentEncoding()
4252 encoding_scope_ = UnserializeUInt(pReader, pos, size); in ParseContentEncodingEntry()
4253 if (encoding_scope_ < 1) in ParseContentEncodingEntry()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h327 uint64_t encoding_scope() const { return encoding_scope_; } in encoding_scope()
343 uint64_t encoding_scope_; variable
Dmkvmuxer.cc529 encoding_scope_(1), in ContentEncoding()
580 static_cast<uint64>(encoding_scope_))) in Write()
624 static_cast<uint64>(encoding_scope_)); in EncodingSize()