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