Searched refs:LEVEL_H263_45 (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 142 0u, PROFILE_H263_BASELINE, LEVEL_H263_45)) in IntfImpl() 151 C2Config::LEVEL_H263_45}) in IntfImpl() 220 { LEVEL_H263_45, 380160, 176, 144, 15, 128000, 82619 }, in ProfileLevelSetter() 277 if (!found || (me.v.level != LEVEL_H263_45 && me.v.level > LEVEL_H263_40)) { in ProfileLevelSetter()
|
D | C2SoftMpeg4Dec.cpp | 122 C2Config::LEVEL_H263_45}) in IntfImpl()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Config.cpp | 166 { "h263-45", C2Config::LEVEL_H263_45 },
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 231 if (level < C2Config::LEVEL_H263_45 && level > nextLevel) { in addSupportedProfileLevels()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 211 { C2Config::LEVEL_H263_45, H263Level45 },
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 617 LEVEL_H263_45, ///< H.263 Level 45 enumerator
|