Home
last modified time | relevance | path

Searched refs:C2StreamProfileLevelInfo (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h248 C2P<C2StreamProfileLevelInfo::output> &me);
286 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
DC2SoftVpxDec.cpp82 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
153 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
291 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
320 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
DC2SoftVpxEnc.cpp124 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
138 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
220 C2P<C2StreamProfileLevelInfo::output>& me) { in ProfileLevelSetter()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp123 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
139 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
182 C2P<C2StreamProfileLevelInfo::output> &me) { in ProfileLevelSetter()
218 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
DC2SoftMpeg4Dec.cpp89 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
111 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
205 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
217 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp230 .withDefault(new C2StreamProfileLevelInfo::output(
236 .withSetter(Setter<C2StreamProfileLevelInfo::output>)
255 std::shared_ptr<C2StreamProfileLevelInfo::input> mInputProfileLevel;
256 std::shared_ptr<C2StreamProfileLevelInfo::output> mOutputProfileLevel;
617 C2StreamProfileLevelInfo::input *pl = in TEST_P()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp91 .withDefault(new C2StreamProfileLevelInfo::output(0u, in IntfImpl()
124 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::output> &me) { in ProfileLevelSetter()
144 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
DC2SoftAacDec.cpp130 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
233 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me) { in ProfileLevelSetter()
254 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
/frameworks/av/services/mediacodec/registrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp50 C2Param::Index mIndex = C2StreamProfileLevelInfo::output::PARAM_TYPE;
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp66 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
218 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
242 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp66 .withDefault(new C2StreamProfileLevelInfo::input( in IntfImpl()
300 bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
335 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp97 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
239 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
300 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
DC2SoftAvcEnc.cpp175 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
293 C2P<C2StreamProfileLevelInfo::output> &me, in ProfileLevelSetter()
551 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp80 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
230 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
291 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
DC2SoftHevcEnc.cpp181 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
302 C2P<C2StreamProfileLevelInfo::output> &me, in ProfileLevelSetter()
553 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp126 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
205 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me) { in ProfileLevelSetter()
223 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp76 .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;
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp107 C2StreamProfileLevelInfo pl(encoder /* output */, 0u); in addSupportedProfileLevels()
/frameworks/av/media/codec2/core/include/
DC2Config.h764 C2StreamProfileLevelInfo; typedef