Home
last modified time | relevance | path

Searched defs:compName (Results 1 – 16 of 16) sorted by relevance

/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_component_capability.c35 int32_t GetBasicInfoByCompName(uint8_t *info, const char *compName) in GetBasicInfoByCompName()
Dcodec_component_manager.c77char *compName, int64_t appData, struct CodecCallbackType *callbacks) in ComponentManagerCreateComponent()
Dcodec_capability_parser.c67 const char *compName = NULL; in GetBasicInfo() local
Dcodec_adapter.cpp48 int32_t CodecAdapterCreateComponent(struct CodecComponentNode **codecNode, const char *compName, in… in CodecAdapterCreateComponent()
/drivers/peripheral/codec/hal/src/
Dcodec_component_manager_stub.c69 static int32_t ReadParamsForCreateComponent(struct HdfSBuf *data, char **compName, int64_t *appData, in ReadParamsForCreateComponent()
102 char *compName = NULL; in SerStubCreateComponent() local
Dcodec_component_manager_service.c72 …anagerCreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in OmxManagerCreateComponent()
Dcodec_component_manager_proxy.c134 …t32_t CreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in CreateComponent()
Dcodec_adapter.cpp35 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t ap… in OMXAdapterCreateComponent()
263 int32_t OmxAdapterSetComponentRole(struct CodecComponentNode *codecNode, char *compName) in OmxAdapterSetComponentRole()
Dcodec_config_parser.c255 const char *compName = NULL; in GetOneCapability() local
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_manger_test.cpp80 std::string compName(""); variable
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_omx_core.cpp60 int32_t CodecOMXCore::GetHandle(OMX_HANDLETYPE &handle, std::string &compName, OMX_PTR appData, in GetHandle()
Dcodec_component_manager_service.cpp49 const std::string &compName, int64_t appData, in CreateComponent()
Dcodec_component_config.cpp192 const char *compName = NULL; in GetOneCapability() local
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcodec_omx_core.cpp68 int32_t CodecOMXCore::GetHandle(OMX_HANDLETYPE &handle, std::string &compName, OMX_PTR appData, in GetHandle()
/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_capability_parser.h28 char compName[NAME_LENGTH]; member
/drivers/peripheral/codec/interfaces/include/
Dcodec_component_type.h154 char compName[NAME_LENGTH]; /** Codec component name. */ member
201 char compName[NAME_LENGTH]; /** The name of the component */ member