Searched refs:OMX_VIDEO_AVCLevel1b (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.cpp | 53 { 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/ |
D | SoftAVC.cpp | 33 { OMX_VIDEO_AVCProfileBaseline, OMX_VIDEO_AVCLevel1b },
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.cpp | 61 { OMX_VIDEO_AVCLevel1b, 9 }, 80 { OMX_VIDEO_AVCProfileBaseline, OMX_VIDEO_AVCLevel1b }, 93 { OMX_VIDEO_AVCProfileMain, OMX_VIDEO_AVCLevel1b },
|
/frameworks/native/include/media/openmax/ |
D | OMX_Video.h | 811 OMX_VIDEO_AVCLevel1b = 0x02, /**< Level 1b */ enumerator
|
D | OMX_AsString.h | 883 case OMX_VIDEO_AVCLevel1b: return "Level1b";
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 206 { 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()
|
D | ACodec.cpp | 4000 { 1485, 99, 28, 128, OMX_VIDEO_AVCLevel1b }, in getAVCLevelFor()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/ |
D | SoftAVCEncoder.cpp | 68 { OMX_VIDEO_AVCLevel1b, AVC_LEVEL1, 99 },
|