HomeSort by relevance Sort by last modified time
    Searched refs:C2ComponentFactory (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/google/av/codec2/vndk/include/
C2ComponentFactory.h 35 class C2ComponentFactory {
80 virtual ~C2ComponentFactory() = default;
82 typedef ::C2ComponentFactory* (*CreateCodec2FactoryFunc)(void);
83 typedef void (*DestroyCodec2FactoryFunc)(::C2ComponentFactory*);
C2PlatformSupport.h 21 #include <C2ComponentFactory.h>
  /hardware/google/av/media/codecs/vpx/
C2SoftVp8Enc.cpp 69 class C2SoftVp8EncFactory : public C2ComponentFactory {
106 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
111 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
C2SoftVp9Enc.cpp 99 class C2SoftVp9EncFactory : public C2ComponentFactory {
136 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
141 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
C2SoftVpxDec.cpp 514 class C2SoftVpxFactory : public C2ComponentFactory {
551 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
556 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /hardware/google/av/media/v4l2store/
C2VDAComponentStore.cpp 8 #include <C2ComponentFactory.h>
65 class ComponentModule : public C2ComponentFactory {
81 // The implementation of C2ComponentFactory.
96 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function
97 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function
98 C2ComponentFactory* mComponentFactory; ///< loaded/created component factory
177 createFactory = (C2ComponentFactory::CreateCodec2FactoryFunc)dlsym(
179 destroyFactory = (C2ComponentFactory::DestroyCodec2FactoryFunc)dlsym(
246 C2ComponentFactory::ComponentDeleter());
258 C2ComponentFactory::InterfaceDeleter())
    [all...]
  /hardware/google/av/media/codecs/raw/
C2SoftRawDec.cpp 169 class C2SoftRawDecFactory : public C2ComponentFactory {
206 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
211 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrNbEnc.cpp 306 class C2SoftAmrNbEncFactory : public C2ComponentFactory {
344 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
349 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
C2SoftAmrDec.cpp 387 class C2SoftAMRDecFactory : public C2ComponentFactory {
423 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
428 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
C2SoftAmrWbEnc.cpp 381 class C2SoftAmrWbEncFactory : public C2ComponentFactory {
419 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
424 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /hardware/google/av/media/codecs/g711/
C2SoftG711Dec.cpp 273 class C2SoftG711DecFactory : public C2ComponentFactory {
308 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
313 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.cpp 259 class C2SoftGSMDecFactory : public C2ComponentFactory {
296 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
301 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /hardware/google/av/media/codecs/aac/
C2SoftAacEnc.cpp 461 class C2SoftAacEncFactory : public C2ComponentFactory {
497 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
502 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
C2SoftAacDec.cpp 800 class C2SoftAacDecFactory : public C2ComponentFactory {
    [all...]
  /hardware/google/av/media/codecs/flac/
C2SoftFlacDec.cpp 316 class C2SoftFlacDecFactory : public C2ComponentFactory {
353 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
358 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
C2SoftFlacEnc.cpp 408 class C2SoftFlacEncFactory : public C2ComponentFactory {
444 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
449 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /hardware/google/av/media/codecs/opus/
C2SoftOpusDec.cpp 490 class C2SoftOpusDecFactory : public C2ComponentFactory {
527 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
532 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /hardware/google/av/media/codecs/vorbis/
C2SoftVorbisDec.cpp 439 class C2SoftVorbisDecFactory : public C2ComponentFactory {
476 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
481 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /external/v4l2_codec2/
C2VDAComponent.cpp 20 #include <C2ComponentFactory.h>
    [all...]
  /hardware/google/av/codec2/vndk/
C2Store.cpp 480 struct ComponentModule : public C2ComponentFactory,
534 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function
535 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function
536 C2ComponentFactory *mComponentFactory; ///< loaded/created component factory
652 (C2ComponentFactory::CreateCodec2FactoryFunc)dlsym(mLibHandle, "CreateCodec2Factory");
654 (C2ComponentFactory::DestroyCodec2FactoryFunc)dlsym(mLibHandle, "DestroyCodec2Factory");
    [all...]
  /hardware/google/av/media/codecs/mp3/
C2SoftMp3Dec.cpp 502 class C2SoftMp3DecFactory : public C2ComponentFactory {
539 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
544 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.cpp 632 class C2SoftMpeg4DecFactory : public C2ComponentFactory {
669 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
674 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
C2SoftMpeg4Enc.cpp 527 class C2SoftMpeg4EncFactory : public C2ComponentFactory {
565 extern "C" ::C2ComponentFactory* CreateCodec2Factory() {
570 extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) {
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp     [all...]
  /hardware/google/av/media/codecs/xaac/
C2SoftXaacDec.cpp     [all...]

Completed in 322 milliseconds

1 2