OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMkvDocTypeVersion
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/third_party/libwebm/common/
webmids.h
21
kMkvDocTypeVersion
= 0x4287,
/external/libvpx/libwebm/common/
webmids.h
21
kMkvDocTypeVersion
= 0x4287,
/frameworks/av/media/libstagefright/webm/
WebmConstants.h
36
kMkvDocTypeVersion
= 0x4287,
WebmElement.cpp
292
headerFields.push_back(new WebmUnsigned(
kMkvDocTypeVersion
, docVer));
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc
103
size += EbmlElementSize(libwebm::
kMkvDocTypeVersion
,
128
if (!WriteEbmlElement(writer, libwebm::
kMkvDocTypeVersion
,
[
all
...]
/external/libvpx/libwebm/mkvparser/
mkvparser.cc
629
} else if (id == libwebm::
kMkvDocTypeVersion
) {
[
all
...]
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc
630
} else if (id == libwebm::
kMkvDocTypeVersion
) {
[
all
...]
Completed in 49 milliseconds