Home
last modified time | relevance | path

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

/cts/tests/media/common/src/android/mediav2/common/cts/
DBitStreamUtils.java935 int highBitDepth = bitArray.readBits(1); in getProfileLevelFromCSD() local
938 profile = highBitDepth == 0 ? AV1ProfileMain8 : AV1ProfileMain10; in getProfileLevelFromCSD()