Home
last modified time | relevance | path

Searched refs:OMX_VIDEO_AVCProfileMain (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Video.h801 OMX_VIDEO_AVCProfileMain = 0x02, /**< Main profile */ enumerator
DOMX_AsString.h881 case OMX_VIDEO_AVCProfileMain: return "Main";
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp55 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel52 },
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp80 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel41 },
/frameworks/av/media/libstagefright/
DUtils.cpp196 { 77, OMX_VIDEO_AVCProfileMain }, in parseAvcProfileLevelFromAvcc()
DACodec.cpp4322 OMX_VIDEO_AVCProfileHigh, OMX_VIDEO_AVCProfileMain }) { in setupAVCEncoderParameters()
4351 } else if (h264type.eProfile == OMX_VIDEO_AVCProfileMain || in setupAVCEncoderParameters()