Home
last modified time | relevance | path

Searched refs:OMX_VIDEO_AVCLevel11 (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp54 { OMX_VIDEO_AVCProfileBaseline, OMX_VIDEO_AVCLevel11 },
72 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel11 },
90 { OMX_VIDEO_AVCProfileHigh, OMX_VIDEO_AVCLevel11 },
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp34 { OMX_VIDEO_AVCProfileBaseline, OMX_VIDEO_AVCLevel11 },
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp62 { OMX_VIDEO_AVCLevel11, 11 },
81 { OMX_VIDEO_AVCProfileBaseline, OMX_VIDEO_AVCLevel11 },
94 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel11 },
/frameworks/native/include/media/openmax/
DOMX_Video.h812 OMX_VIDEO_AVCLevel11 = 0x04, /**< Level 1.1 */ enumerator
DOMX_AsString.h884 case OMX_VIDEO_AVCLevel11: return "Level11";
/frameworks/av/media/libstagefright/codecs/avc/enc/
DSoftAVCEncoder.cpp69 { OMX_VIDEO_AVCLevel11, AVC_LEVEL1_1, 396 },
/frameworks/av/media/libstagefright/
DUtils.cpp208 { 11, OMX_VIDEO_AVCLevel11 }, // prefer level 1.1 for the value 11 in parseAvcProfileLevelFromAvcc()
243 codecLevel = (constraints & 0x10) ? OMX_VIDEO_AVCLevel1b : OMX_VIDEO_AVCLevel11; in parseAvcProfileLevelFromAvcc()
DACodec.cpp4001 { 3000, 396, 56, 192, OMX_VIDEO_AVCLevel11 }, in getAVCLevelFor()