Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp1126 class C2SoftAacDecFactory : public C2ComponentFactory { class
1128 C2SoftAacDecFactory() : mHelper(std::static_pointer_cast<C2ReflectorHelper>( in C2SoftAacDecFactory() function in android::C2SoftAacDecFactory
1154 virtual ~C2SoftAacDecFactory() override = default;
1165 return new ::android::C2SoftAacDecFactory(); in CreateCodec2Factory()