Home
last modified time | relevance | path

Searched refs:C2ComponentKindSetting (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Interface.cpp72 .withConstValue(new C2ComponentKindSetting(kind)) in BaseParams()
/aosp12/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Interface.h134 std::shared_ptr<C2ComponentKindSetting> mKind;
/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DCCodecConfig_test.cpp134 .withConstValue(new C2ComponentKindSetting(kind))
233 std::shared_ptr<C2ComponentKindSetting> mKind;
/aosp12/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp189 C2ComponentKindSetting kind; in initDecoder()
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp154 .withConstValue(new C2ComponentKindSetting(C2Component::KIND_OTHER)) in Helper()
343 std::shared_ptr<C2ComponentKindSetting> mKind;
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapper.cpp852 C2ComponentKindSetting kind; in getTraits()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h351 C2ComponentKindSetting; typedef
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceUtils.cpp1318 C2ComponentKindSetting kind; in FillTraitsFromInterface()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp978 C2ComponentKindSetting kind; in start()
H A DCCodecConfig.cpp964 C2ComponentKindSetting kind(C2Component::KIND_OTHER); in initialize()