Searched refs:nPLayerCountActual (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/media/openmax/
H A DOMX_VideoExt.h336 * nPLayerCountActual : Number of temporal layers to be coded with non-B frames,
339 * If nPLayerCountActual is 1 and nBLayerCountActual is 0, temporal
361 OMX_U32 nPLayerCountActual; member in struct:OMX_VIDEO_PARAM_ANDROID_TEMPORALLAYERINGTYPE
375 * nPLayerCountActual : Number of temporal layers to be coded with non-B frames.
390 OMX_U32 nPLayerCountActual; member in struct:OMX_VIDEO_CONFIG_ANDROID_TEMPORALLAYERINGTYPE
/frameworks/av/media/libstagefright/
H A DACodec.cpp2518 layerConfig.nPLayerCountActual = numLayers - numBLayers;
2527 layerParams.nPLayerCountActual = numLayers - numBLayers;
2557 layerParams.nPLayerCountActual, layerParams.nBLayerCountActual);

Completed in 620 milliseconds