Searched refs:layerConfig (Results 1 – 1 of 1) sorted by relevance
2576 OMX_VIDEO_CONFIG_ANDROID_TEMPORALLAYERINGTYPE layerConfig; in configureTemporalLayers() local2577 InitOMXParams(&layerConfig); in configureTemporalLayers()2578 layerConfig.nPortIndex = kPortIndexOutput; in configureTemporalLayers()2579 layerConfig.ePattern = pattern; in configureTemporalLayers()2580 layerConfig.nPLayerCountActual = numLayers - numBLayers; in configureTemporalLayers()2581 layerConfig.nBLayerCountActual = numBLayers; in configureTemporalLayers()2582 layerConfig.bBitrateRatiosSpecified = OMX_FALSE; in configureTemporalLayers()2586 &layerConfig, sizeof(layerConfig)); in configureTemporalLayers()