Searched refs:layerConfig (Results 1 – 1 of 1) sorted by relevance
2640 OMX_VIDEO_CONFIG_ANDROID_TEMPORALLAYERINGTYPE layerConfig; in configureTemporalLayers() local2641 InitOMXParams(&layerConfig); in configureTemporalLayers()2642 layerConfig.nPortIndex = kPortIndexOutput; in configureTemporalLayers()2643 layerConfig.ePattern = pattern; in configureTemporalLayers()2644 layerConfig.nPLayerCountActual = numLayers - numBLayers; in configureTemporalLayers()2645 layerConfig.nBLayerCountActual = numBLayers; in configureTemporalLayers()2646 layerConfig.bBitrateRatiosSpecified = OMX_FALSE; in configureTemporalLayers()2650 &layerConfig, sizeof(layerConfig)); in configureTemporalLayers()