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

/frameworks/native/include/media/openmax/
H A DOMX_VideoExt.h330 * nLayerCountMax : Max number of temporal coding layers supported
334 * (0) to (nLayerCountMax - 1)
338 * (1 to nLayerCountMax - nBLayerCountActual)
358 OMX_U32 nLayerCountMax; member in struct:OMX_VIDEO_PARAM_ANDROID_TEMPORALLAYERINGTYPE
/frameworks/av/media/libstagefright/
H A DACodec.cpp2510 numLayers = min(numLayers, layerParams.nLayerCountMax);

Completed in 68 milliseconds