Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp448 class C2SoftVorbisDecFactory : public C2ComponentFactory { class
450 C2SoftVorbisDecFactory() : mHelper(std::static_pointer_cast<C2ReflectorHelper>( in C2SoftVorbisDecFactory() function in android::C2SoftVorbisDecFactory
477 virtual ~C2SoftVorbisDecFactory() override = default;
487 return new ::android::C2SoftVorbisDecFactory(); in CreateCodec2Factory()