Searched refs:layerConfig (Results 1 – 1 of 1) sorted by relevance
2569 OMX_VIDEO_CONFIG_ANDROID_TEMPORALLAYERINGTYPE layerConfig; in configureTemporalLayers() local2570 InitOMXParams(&layerConfig); in configureTemporalLayers()2571 layerConfig.nPortIndex = kPortIndexOutput; in configureTemporalLayers()2572 layerConfig.ePattern = pattern; in configureTemporalLayers()2573 layerConfig.nPLayerCountActual = numLayers - numBLayers; in configureTemporalLayers()2574 layerConfig.nBLayerCountActual = numBLayers; in configureTemporalLayers()2575 layerConfig.bBitrateRatiosSpecified = OMX_FALSE; in configureTemporalLayers()2579 &layerConfig, sizeof(layerConfig)); in configureTemporalLayers()