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

/frameworks/native/include/media/openmax/
H A DOMX_VideoExt.h112 #define OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS 3 macro
143 OMX_U32 nTemporalLayerBitrateRatio[OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS];
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h194 uint32_t mTemporalLayerBitrateRatio[OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS];
H A DSoftVPXEncoder.cpp516 if (vp8AndroidParams->nTemporalLayerCount > OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp2997 [OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS]
2998 [OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS] = {
3049 for (size_t i = 0; i < OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS; i++) {

Completed in 195 milliseconds