Home
last modified time | relevance | path

Searched refs:display_height (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.hpp452 uint64 display_height() const { return display_height_; } in display_height() function in mkvmuxer::VideoTrack
Dmkvparser.cpp4997 long long display_height = 0; in Parse() local
5038 display_height = UnserializeUInt(pReader, pos, size); in Parse()
5040 if (display_height <= 0) in Parse()
5086 pTrack->m_display_height = display_height; in Parse()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc5209 long long display_height = 0; in Parse() local
5252 display_height = UnserializeUInt(pReader, pos, size); in Parse()
5254 if (display_height <= 0) in Parse()
5303 pTrack->m_display_height = display_height; in Parse()