Searched refs:temporalLayerCount (Results 1 – 1 of 1) sorted by relevance
321 int32_t temporalLayerCount; in getFileFormat() local322 if (meta->findInt32(kKeyTemporalLayerCount, &temporalLayerCount) in getFileFormat()323 && temporalLayerCount > 0) { in getFileFormat()324 (*format)->setInt32("temporal-layer-count", temporalLayerCount); in getFileFormat()