Home
last modified time | relevance | path

Searched refs:mProfileLevel (Results 1 – 11 of 11) sorted by relevance

/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp128 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
132 C2F(mProfileLevel, profile).equalTo( in IntfImpl()
134 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
144 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
148 C2F(mProfileLevel, profile).equalTo( in IntfImpl()
150 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
228 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel; member in android::C2SoftMpeg4Enc::IntfImpl
DC2SoftMpeg4Dec.cpp87 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
91 C2F(mProfileLevel, profile).equalTo( in IntfImpl()
93 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
109 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
113 C2F(mProfileLevel, profile).oneOf({ in IntfImpl()
116 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
233 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel; member in android::C2SoftMpeg4Dec::IntfImpl
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.h328 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
332 C2F(mProfileLevel, profile).equalTo( in IntfImpl()
335 C2F(mProfileLevel, level).equalTo( in IntfImpl()
432 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel; variable
DC2SoftVpxDec.cpp78 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
82 C2F(mProfileLevel, profile).oneOf({ in IntfImpl()
85 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
149 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
253 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel; member in android::C2SoftVpxDec::IntfImpl
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp91 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
95 C2F(mProfileLevel, profile).oneOf({ in IntfImpl()
101 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
136 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel; member in android::C2SoftAacEnc::IntfImpl
DC2SoftAacDec.cpp122 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
126 C2F(mProfileLevel, profile).oneOf({ in IntfImpl()
134 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
224 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel; member in android::C2SoftAacDec::IntfImpl
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp113 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
117 C2F(mProfileLevel, profile).oneOf({ in IntfImpl()
122 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
272 switch (mProfileLevel->profile) { in getProfile_l()
277 ALOGD("Unrecognized profile: %x", mProfileLevel->profile); in getProfile_l()
305 if (mProfileLevel->level == level.c2Level) { in getLevel_l()
309 ALOGD("Unrecognized level: %x", mProfileLevel->level); in getLevel_l()
338 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel; member in android::C2SoftAvcEnc::IntfImpl
DC2SoftAvcDec.cpp83 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
87 C2F(mProfileLevel, profile).oneOf({ in IntfImpl()
94 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
287 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel; member in android::C2SoftAvcDec::IntfImpl
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp72 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
76 C2F(mProfileLevel, profile).oneOf({ in IntfImpl()
79 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
283 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel; member in android::C2SoftHevcDec::IntfImpl
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp68 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
72 C2F(mProfileLevel, profile).oneOf({ in IntfImpl()
75 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
275 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel; member in android::C2SoftMpeg2Dec::IntfImpl
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp128 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
132 C2F(mProfileLevel, profile).oneOf({ in IntfImpl()
139 C2F(mProfileLevel, level).oneOf({ in IntfImpl()
230 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel; member in android::C2SoftXaacDec::IntfImpl