Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp91 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel1 },
92 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel1b },
93 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel11 },
94 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel12 },
95 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel13 },
96 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel2 },
97 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel21 },
98 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel22 },
99 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel3 },
100 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel31 },
[all …]
/frameworks/native/include/media/openmax/
DOMX_Video.h793 OMX_VIDEO_AVCProfileMain = 0x02, /**< Main profile */ enumerator
DOMX_AsString.h881 case OMX_VIDEO_AVCProfileMain: return "Main";
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp53 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel52 },
/frameworks/av/media/libstagefright/
DUtils.cpp228 { 77, OMX_VIDEO_AVCProfileMain }, in parseAvcProfileLevelFromAvcc()
DACodec.cpp4285 OMX_VIDEO_AVCProfileHigh, OMX_VIDEO_AVCProfileMain }) { in setupAVCEncoderParameters()
4314 } else if (h264type.eProfile == OMX_VIDEO_AVCProfileMain || in setupAVCEncoderParameters()