Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.h126 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::output>& me,
176 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
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;
DC2SoftAomEnc.cpp117 .withDefault(new C2StreamProfileLevelInfo::output(0u, PROFILE_AV1_0, in IntfImpl()
225 C2P<C2StreamProfileLevelInfo::output>& me, in ProfileLevelSetter()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h250 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::output>& me,
297 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.cpp133 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
155 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
251 C2P<C2StreamProfileLevelInfo::output>& me, in ProfileLevelSetter()
/frameworks/av/media/codec2/components/mpeg4_h263/
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;
DC2SoftMpeg4Enc.cpp125 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
141 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
184 C2P<C2StreamProfileLevelInfo::output> &me, in ProfileLevelSetter()
301 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp232 .withDefault(new C2StreamProfileLevelInfo::output(
238 .withSetter(Setter<C2StreamProfileLevelInfo::output>)
273 std::shared_ptr<C2StreamProfileLevelInfo::input> mInputProfileLevel;
274 std::shared_ptr<C2StreamProfileLevelInfo::output> mOutputProfileLevel;
636 C2StreamProfileLevelInfo::input *pl = in TEST_P()
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp51 C2Param::Index mIndex = C2StreamProfileLevelInfo::output::PARAM_TYPE;
/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()
248 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me) { in ProfileLevelSetter()
269 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp79 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
225 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
286 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp100 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
242 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
303 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
DC2SoftAvcEnc.cpp186 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
304 C2P<C2StreamProfileLevelInfo::output> &me, in ProfileLevelSetter()
570 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp83 .withDefault(new C2StreamProfileLevelInfo::input(0u, in IntfImpl()
233 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
294 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
DC2SoftHevcEnc.cpp181 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
302 C2P<C2StreamProfileLevelInfo::output> &me, in ProfileLevelSetter()
556 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/dav1d/
DC2SoftDav1dDec.cpp73 .withDefault(new C2StreamProfileLevelInfo::input( in IntfImpl()
344 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input>& me, in ProfileLevelSetter()
428 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp79 .withDefault(new C2StreamProfileLevelInfo::input( in IntfImpl()
336 bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
412 std::shared_ptr<C2StreamProfileLevelInfo::input> mProfileLevel;
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp110 C2StreamProfileLevelInfo pl(encoder /* output */, 0u); in addSupportedProfileLevels()
/frameworks/av/media/codec2/core/include/
DC2Config.h773 C2StreamProfileLevelInfo; typedef