Searched refs:LEVEL_H263_40 (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 150 C2Config::LEVEL_H263_40, in IntfImpl() 223 { LEVEL_H263_40, 3041280, 352, 288, 30, 2048000, 535483 }, in ProfileLevelSetter() 277 if (!found || (me.v.level != LEVEL_H263_45 && me.v.level > LEVEL_H263_40)) { in ProfileLevelSetter() 278 me.set().level = LEVEL_H263_40; in ProfileLevelSetter()
|
D | C2SoftMpeg4Dec.cpp | 121 C2Config::LEVEL_H263_40, in IntfImpl()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Config.cpp | 165 { "h263-40", C2Config::LEVEL_H263_40 },
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 210 { C2Config::LEVEL_H263_40, H263Level40 },
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 616 LEVEL_H263_40, ///< H.263 Level 40 enumerator
|