/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 128 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
|
D | C2SoftMpeg4Dec.cpp | 87 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/ |
D | C2SoftVpxEnc.h | 328 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
|
D | C2SoftVpxDec.cpp | 78 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/ |
D | C2SoftAacEnc.cpp | 91 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
|
D | C2SoftAacDec.cpp | 122 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/ |
D | C2SoftAvcEnc.cpp | 113 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
|
D | C2SoftAvcDec.cpp | 83 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/ |
D | C2SoftHevcDec.cpp | 72 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/ |
D | C2SoftMpeg2Dec.cpp | 68 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/ |
D | C2SoftXaacDec.cpp | 128 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
|