Loading media/codec2/components/aac/C2SoftAacDec.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1061,11 +1061,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAacDecFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading media/codec2/components/aac/C2SoftAacEnc.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -692,11 +692,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAacEncFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading media/codec2/components/amr_nb_wb/C2SoftAmrDec.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -420,11 +420,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAMRDecFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading media/codec2/components/amr_nb_wb/C2SoftAmrNbEnc.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -337,11 +337,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAmrNbEncFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading media/codec2/components/amr_nb_wb/C2SoftAmrWbEnc.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -411,11 +411,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAmrWbEncFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading Loading
media/codec2/components/aac/C2SoftAacDec.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1061,11 +1061,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAacDecFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading
media/codec2/components/aac/C2SoftAacEnc.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -692,11 +692,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAacEncFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading
media/codec2/components/amr_nb_wb/C2SoftAmrDec.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -420,11 +420,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAMRDecFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading
media/codec2/components/amr_nb_wb/C2SoftAmrNbEnc.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -337,11 +337,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAmrNbEncFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading
media/codec2/components/amr_nb_wb/C2SoftAmrWbEnc.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -411,11 +411,13 @@ private: } // namespace android __attribute__((cfi_canonical_jump_table)) extern "C" ::C2ComponentFactory* CreateCodec2Factory() { ALOGV("in %s", __func__); return new ::android::C2SoftAmrWbEncFactory(); } __attribute__((cfi_canonical_jump_table)) extern "C" void DestroyCodec2Factory(::C2ComponentFactory* factory) { ALOGV("in %s", __func__); delete factory; Loading