Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp53 { OMX_VIDEO_AVCProfileBaseline, OMX_VIDEO_AVCLevel1b },
71 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel1b },
89 { OMX_VIDEO_AVCProfileHigh, OMX_VIDEO_AVCLevel1b },
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp33 { OMX_VIDEO_AVCProfileBaseline, OMX_VIDEO_AVCLevel1b },
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp61 { OMX_VIDEO_AVCLevel1b, 9 },
80 { OMX_VIDEO_AVCProfileBaseline, OMX_VIDEO_AVCLevel1b },
93 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel1b },
/frameworks/native/include/media/openmax/
DOMX_Video.h811 OMX_VIDEO_AVCLevel1b = 0x02, /**< Level 1b */ enumerator
DOMX_AsString.h883 case OMX_VIDEO_AVCLevel1b: return "Level1b";
/frameworks/av/media/libstagefright/
DUtils.cpp206 { 9, OMX_VIDEO_AVCLevel1b }, // technically, 9 is only used for High+ profiles in parseAvcProfileLevelFromAvcc()
209 { 11, OMX_VIDEO_AVCLevel1b }, in parseAvcProfileLevelFromAvcc()
243 codecLevel = (constraints & 0x10) ? OMX_VIDEO_AVCLevel1b : OMX_VIDEO_AVCLevel11; in parseAvcProfileLevelFromAvcc()
DACodec.cpp4000 { 1485, 99, 28, 128, OMX_VIDEO_AVCLevel1b }, in getAVCLevelFor()
/frameworks/av/media/libstagefright/codecs/avc/enc/
DSoftAVCEncoder.cpp68 { OMX_VIDEO_AVCLevel1b, AVC_LEVEL1, 99 },