Searched refs:C2StreamProfileLevelInfo (Results 1 – 13 of 13) sorted by relevance
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxEnc.h | 329 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl() 375 C2P<C2StreamProfileLevelInfo::output> &me) { in ProfileLevelSetter() 432 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
|
D | C2SoftVpxDec.cpp | 79 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl() 150 .withConstValue(new C2StreamProfileLevelInfo::input(0u, in IntfImpl() 232 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() 253 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 129 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl() 145 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl() 188 C2P<C2StreamProfileLevelInfo::output> &me) { in ProfileLevelSetter() 228 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
|
D | C2SoftMpeg4Dec.cpp | 88 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl() 110 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl() 221 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() 233 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.cpp | 92 .withDefault(new C2StreamProfileLevelInfo::output(0u, in IntfImpl() 112 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::output> &me) { in ProfileLevelSetter() 136 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
|
D | C2SoftAacDec.cpp | 123 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl() 202 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me) { in ProfileLevelSetter() 224 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 69 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl() 214 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() 275 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 84 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl() 226 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() 287 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
|
D | C2SoftAvcEnc.cpp | 114 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl() 184 C2P<C2StreamProfileLevelInfo::output> &me, in ProfileLevelSetter() 338 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 73 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl() 222 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() 283 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 129 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl() 208 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me) { in ProfileLevelSetter() 230 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
|
/hardware/google/av/media/sfplugin/ |
D | Codec2InfoBuilder.cpp | 478 C2StreamProfileLevelInfo pl(encoder /* output */, 0u); in buildMediaCodecList()
|
/hardware/google/av/codec2/include/ |
D | C2Config.h | 673 C2StreamProfileLevelInfo; typedef
|