Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp394 class Codec2ClientInterfaceWrapper : public C2ComponentStore { class
398 Codec2ClientInterfaceWrapper(std::shared_ptr<Codec2Client> client) in Codec2ClientInterfaceWrapper() function in android::__anon8dae1f750111::Codec2ClientInterfaceWrapper
401 virtual ~Codec2ClientInterfaceWrapper() = default;
616 std::make_shared<Codec2ClientInterfaceWrapper>(client)); in allocate()