Searched refs:layerConfig (Results 1 – 1 of 1) sorted by relevance
2787 OMX_VIDEO_CONFIG_ANDROID_TEMPORALLAYERINGTYPE layerConfig; in configureTemporalLayers() local2788 InitOMXParams(&layerConfig); in configureTemporalLayers()2789 layerConfig.nPortIndex = kPortIndexOutput; in configureTemporalLayers()2790 layerConfig.ePattern = pattern; in configureTemporalLayers()2791 layerConfig.nPLayerCountActual = numLayers - numBLayers; in configureTemporalLayers()2792 layerConfig.nBLayerCountActual = numBLayers; in configureTemporalLayers()2793 layerConfig.bBitrateRatiosSpecified = OMX_FALSE; in configureTemporalLayers()2797 &layerConfig, sizeof(layerConfig)); in configureTemporalLayers()