Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_VideoExt.h64 OMX_VIDEO_AVCProfileConstrainedHigh = 0x80000, /**< Constrained high profile */ enumerator
DOMX_AsString.h936 case OMX_VIDEO_AVCProfileConstrainedHigh: return "ConstrainedHigh";
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp57 { OMX_VIDEO_AVCProfileConstrainedHigh, OMX_VIDEO_AVCLevel52 },
/frameworks/av/media/libstagefright/
DUtils.cpp211 codecProfile = (OMX_VIDEO_AVCPROFILETYPE)OMX_VIDEO_AVCProfileConstrainedHigh; in parseAvcProfileLevelFromAvcc()
DACodec.cpp4213 case OMX_VIDEO_AVCProfileConstrainedHigh: in getAVCLevelFor()
8348 caps->addProfileLevel(OMX_VIDEO_AVCProfileConstrainedHigh, param.eLevel); in queryCapabilities()