Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.h329 .withDefault(new C2StreamProfileLevelInfo::output( in IntfImpl()
375 C2P<C2StreamProfileLevelInfo::output> &me) { in ProfileLevelSetter()
432 std::shared_ptr<C2StreamProfileLevelInfo::output> mProfileLevel;
DC2SoftVpxDec.cpp79 .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/
DC2SoftMpeg4Enc.cpp129 .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;
DC2SoftMpeg4Dec.cpp88 .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/
DC2SoftAacEnc.cpp92 .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;
DC2SoftAacDec.cpp123 .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/
DC2SoftMpeg2Dec.cpp69 .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/
DC2SoftAvcDec.cpp84 .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;
DC2SoftAvcEnc.cpp114 .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/
DC2SoftHevcDec.cpp73 .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/
DC2SoftXaacDec.cpp129 .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/
DCodec2InfoBuilder.cpp478 C2StreamProfileLevelInfo pl(encoder /* output */, 0u); in buildMediaCodecList()
/hardware/google/av/codec2/include/
DC2Config.h673 C2StreamProfileLevelInfo; typedef