Home
last modified time | relevance | path

Searched refs:createComponent (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/frameworks/av/media/codec2/components/tests/
H A DC2SoftCodecTest.cpp41 c2_status_t createComponent( in createComponent() function in C2SoftCodecTest
46 return mFactory->createComponent( in createComponent()
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2ComponentFactory.h55 virtual c2_status_t createComponent(
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp198 Return<void> ComponentStore::createComponent( in createComponent() function in android::hardware::media::c2::V1_2::utils::ComponentStore
207 mStore->createComponent(name, &c2component)); in createComponent()
366 mStore->createComponent(name, &c2component)); in createComponent_1_1()
402 mStore->createComponent(name, &c2component)); in createComponent_1_2()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVp8Enc.cpp73 virtual c2_status_t createComponent( in createComponent() function in android::C2SoftVp8EncFactory
H A DC2SoftVp9Enc.cpp103 virtual c2_status_t createComponent( in createComponent() function in android::C2SoftVp9EncFactory
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp198 Return<void> ComponentStore::createComponent( in createComponent() function in android::hardware::media::c2::V1_1::utils::ComponentStore
207 mStore->createComponent(name, &c2component)); in createComponent()
366 mStore->createComponent(name, &c2component)); in createComponent_1_1()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp659 virtual c2_status_t createComponent(
686 virtual c2_status_t createComponent(
1036 c2_status_t C2PlatformComponentStore::ComponentModule::createComponent( in createComponent() function in android::C2PlatformComponentStore::ComponentModule
1044 c2_status_t res = mComponentFactory->createComponent( in createComponent()
1178 c2_status_t C2PlatformComponentStore::createComponent( in createComponent() function in android::C2PlatformComponentStore
1186 res = module->createComponent(0, component); in createComponent()
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponentStore.h82 virtual Return<void> createComponent(
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponentStore.h83 virtual Return<void> createComponent(
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponentStore.h83 virtual Return<void> createComponent(
/aosp12/frameworks/av/media/codec2/hidl/services/
H A Dvendor.cpp55 virtual c2_status_t createComponent( in createComponent() function in StoreImpl
/aosp12/system/iorap/src/perfetto/
H A Dmain.cc77 return fruit::createComponent() in CreateCommandLinePerfettoDependenciesComponent()
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp825 c2_status_t createComponent( in createComponent() function in android::SampleC2ComponentStore
830 return mFactories.at(name)->createComponent(++mNodeId, component); in createComponent()
880 virtual c2_status_t createComponent(
901 c2_status_t createComponent( in createComponent() function
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp198 Return<void> ComponentStore::createComponent( in createComponent() function in android::hardware::media::c2::V1_0::utils::ComponentStore
207 mStore->createComponent(name, &c2component)); in createComponent()
/aosp12/hardware/interfaces/media/c2/1.0/
H A DIComponentStore.hal54 createComponent(
91 * createComponent() and createComponentInterface().
/aosp12/frameworks/av/media/codec2/components/raw/
H A DC2SoftRawDec.cpp189 virtual c2_status_t createComponent( in createComponent() function in android::C2SoftRawDecFactory
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Component.h806 virtual c2_status_t createComponent(
/aosp12/frameworks/av/media/codec2/components/g711/
H A DC2SoftG711Dec.cpp233 virtual c2_status_t createComponent( in createComponent() function in android::C2SoftG711DecFactory
/aosp12/frameworks/av/media/codec2/components/gsm/
H A DC2SoftGsmDec.cpp266 virtual c2_status_t createComponent( in createComponent() function in android::C2SoftGSMDecFactory
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp127 virtual c2_status_t createComponent( in createComponent() function in android::__anon813d3abd0110::Client2Store
655 c2_status_t Codec2Client::createComponent( in createComponent() function in android::Codec2Client
696 transStatus = mBase1_0->createComponent( in createComponent()
1083 c2_status_t status = client->createComponent(componentName, in CreateComponentByName()
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrNbEnc.cpp308 virtual c2_status_t createComponent( in createComponent() function in android::C2SoftAmrNbEncFactory
H A DC2SoftAmrDec.cpp399 virtual c2_status_t createComponent( in createComponent() function in android::C2SoftAMRDecFactory
/aosp12/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp179 status = componentStore->createComponent(C2COMPONENTNAME, &mComponent); in initDecoder()
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.cpp344 virtual c2_status_t createComponent( in createComponent() function in android::C2SoftFlacDecFactory
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h169 c2_status_t createComponent(

123