Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Video.h804 OMX_VIDEO_AVCProfileHigh = 0x08, /**< High profile */ enumerator
DOMX_AsString.h888 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.cpp4556 case OMX_VIDEO_AVCProfileHigh: in getAVCLevelFor()
4667 OMX_VIDEO_AVCProfileHigh, OMX_VIDEO_AVCProfileMain }) { in setupAVCEncoderParameters()
4697 h264type.eProfile == OMX_VIDEO_AVCProfileHigh) { in setupAVCEncoderParameters()
9246 if (param.eProfile == OMX_VIDEO_AVCProfileHigh) { in queryCapabilities()