Home
last modified time | relevance | path

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

/frameworks/native/include/media/openmax/
DOMX_VideoExt.h112 #define OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS 3 macro
147 OMX_U32 nTemporalLayerBitrateRatio[OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS];
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h223 uint32_t mTemporalLayerBitrateRatio[OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS];
DSoftVPXEncoder.cpp510 if (vpxAndroidParams->nTemporalLayerCount > OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS) { in internalSetAndroidVpxParams()
/frameworks/av/media/libstagefright/
DACodec.cpp4447 [OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS] in setupVPXEncoderParameters()
4448 [OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS] = { in setupVPXEncoderParameters()
4494 tsLayers = min(tsLayers, (size_t)OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS); in setupVPXEncoderParameters()
4511 for (size_t i = 0; i < OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS; i++) { in setupVPXEncoderParameters()
4895 <= OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS) { in getPortFormat()