/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_omx_core.cpp | 65 int32_t CodecOMXCore::GetHandle(OMX_HANDLETYPE &handle, std::string &compName, OMX_PTR appData, in GetHandle() argument
|
H A D | component_mgr.cpp | 126 int32_t ComponentMgr::GetCoreOfComponent(CodecOMXCore* &core, const std::string compName) in GetCoreOfComponent() argument
|
H A D | codec_component_manager_service.cpp | 71 CreateComponent(sptr<ICodecComponent> &component, uint32_t &componentId, const std::string &compName, int64_t appData, const sptr<ICodecCallback> &callbacks) CreateComponent() argument
|
H A D | codec_component_config.cpp | 203 const char *compName = nullptr; in GetOneCapability() local
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_manager_proxy.c | 135 static int32_t FillHdfSBufData(struct HdfSBuf *data, char *compName, int64_t appData, in FillHdfSBufData() argument 157 static int32_t CreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in CreateComponent() argument
|
H A D | codec_component_manager_stub.c | 84 static int32_t ReadParamsForCreateComponent(struct HdfSBuf *data, char **compName, int64_t *appData, in ReadParamsForCreateComponent() argument 121 char *compName = NULL; in SerStubCreateComponent() local [all...] |
H A D | codec_component_manager_service.c | 138 static int32_t OmxManagerCreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in OmxManagerCreateComponent() argument
|
H A D | codec_config_parser.c | 251 const char *compName = NULL; in GetOneCapability() local
|
H A D | codec_adapter.cpp | 36 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t appData, in OMXAdapterCreateComponent() argument 275 int32_t OmxAdapterSetComponentRole(struct CodecComponentNode *codecNode, char *compName) in OmxAdapterSetComponentRole() argument
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | codec_omx_core.cpp | 65 int32_t CodecOMXCore::GetHandle(OMX_HANDLETYPE &handle, std::string &compName, OMX_PTR appData, in GetHandle() argument
|
H A D | component_node.cpp | 66 ComponentNode::ComponentNode(struct CodecCallbackType *callback, int64_t appData, const std::string &compName) in ComponentNode() argument
|
/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_encode.cpp | 571 int32_t CodecHdiEncode::GetComponentName(std::string &compName) in GetComponentName() argument
|
H A D | codec_hdi_decode.cpp | 688 int32_t CodecHdiDecode::GetComponentName(std::string &compName) in GetComponentName() argument
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_type.h | 156 char compName[NAME_LENGTH]; /** Codec component name. */ member 204 char compName[NAME_LENGTH]; /** The name of the component */ member
|