Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp344 uint32_t aspectRatioIdc = reader.getBitsWithFallback(8, 0); in parseSps() local
345 if (aspectRatioIdc == 0xFF /* EXTENDED_SAR */) { in parseSps()