Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp815 class SampleC2ComponentStore : public C2ComponentStore { class
817 SampleC2ComponentStore() in SampleC2ComponentStore() function in android::SampleC2ComponentStore
822 ~SampleC2ComponentStore() = default;
945 SampleFilterPlugin() : mStore(new SampleC2ComponentStore) {} in SampleFilterPlugin()