Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DNuMediaExtractor.cpp342 int32_t temporalLayerCount; in getFileFormat() local
343 if (meta->findInt32(kKeyTemporalLayerCount, &temporalLayerCount) in getFileFormat()
344 && temporalLayerCount > 0) { in getFileFormat()
345 (*format)->setInt32("temporal-layer-count", temporalLayerCount); in getFileFormat()