Searched defs:CreateComponent (Results 1 – 5 of 5) sorted by relevance
101 …int32_t (*CreateComponent)(struct CodecComponentType **component, uint32_t *componentId, char *com… member
60 int32_t (*CreateComponent)(OMX_HANDLETYPE *compHandle, char *compName, void *appData, member
63 int32_t CodecComponentManagerService::CreateComponent(sptr<ICodecComponent> &component, uint32_t &c… in CreateComponent() function in OHOS::HDI::Codec::V1_0::CodecComponentManagerService
79 BENCHMARK_F(CodecBenchmarkManagerTest, CreateComponent)(benchmark::State &state) in BENCHMARK_F() argument
160 static int32_t CreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *… in CreateComponent() function