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

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

Completed in 136 milliseconds