Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mkv/
DMatroskaExtractor.cpp2123 const long long computedHeight = in addTracks() local
2125 if (computedWidth <= INT32_MAX && computedHeight <= INT32_MAX) { in addTracks()
2129 AMEDIAFORMAT_KEY_DISPLAY_HEIGHT, (int32_t)computedHeight); in addTracks()