Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Video.h803 OMX_VIDEO_AVCProfileHigh = 0x08, /**< High profile */ enumerator
DOMX_AsString.h887 case OMX_VIDEO_AVCProfileHigh: return "High";
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp59 { OMX_VIDEO_AVCProfileHigh, OMX_VIDEO_AVCLevel52 },
/frameworks/av/media/libstagefright/
DACodec.cpp4290 case OMX_VIDEO_AVCProfileHigh: in getAVCLevelFor()
4401 OMX_VIDEO_AVCProfileHigh, OMX_VIDEO_AVCProfileMain }) { in setupAVCEncoderParameters()
4431 h264type.eProfile == OMX_VIDEO_AVCProfileHigh) { in setupAVCEncoderParameters()
8620 if (param.eProfile == OMX_VIDEO_AVCProfileHigh) { in queryCapabilities()
DUtils.cpp204 { 100, OMX_VIDEO_AVCProfileHigh }, in parseAvcProfileLevelFromAvcc()