Home
last modified time | relevance | path

Searched refs:layerConfig (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DACodec.cpp2538 OMX_VIDEO_CONFIG_ANDROID_TEMPORALLAYERINGTYPE layerConfig; in configureTemporalLayers() local
2539 InitOMXParams(&layerConfig); in configureTemporalLayers()
2540 layerConfig.nPortIndex = kPortIndexOutput; in configureTemporalLayers()
2541 layerConfig.ePattern = pattern; in configureTemporalLayers()
2542 layerConfig.nPLayerCountActual = numLayers - numBLayers; in configureTemporalLayers()
2543 layerConfig.nBLayerCountActual = numBLayers; in configureTemporalLayers()
2544 layerConfig.bBitrateRatiosSpecified = OMX_FALSE; in configureTemporalLayers()
2548 &layerConfig, sizeof(layerConfig)); in configureTemporalLayers()