Searched defs:compName (Results 1 – 7 of 7) sorted by relevance
| /drivers/peripheral/codec/hal/src/ |
| D | codec_component_type_service.c | 22 int32_t OmxManagerCreateComponent(OMX_HANDLETYPE *compHandle, char *compName, void *appData, int32_… in OmxManagerCreateComponent() 36 char* compName, union OMX_VERSIONTYPE *compVersion, union OMX_VERSIONTYPE *specVersion, in CodecComponentTypeGetComponentVersion()
|
| D | codec_component_manager_proxy.c | 122 static int32_t CreateComponent(struct CodecComponentType **component, char *compName, void *appData, in CreateComponent()
|
| D | codec_component_type_stub.c | 58 static int32_t ReadParamsForCreateComponent(struct HdfSBuf *data, char **compName, int8_t **appData, in ReadParamsForCreateComponent() 106 char *compName = NULL; in SerStubCreateComponent() local 154 char compName[COMPONENT_NAME_LENGTH] = {0}; in SerStubGetComponentVersion() local
|
| D | codec_config_parser.c | 246 const char *compName = NULL; in GetOneCapability() local
|
| D | codec_component_type_proxy.c | 69 static int32_t ReadValuesForGetComponentVersion(struct HdfSBuf *reply, char *compName, in ReadValuesForGetComponentVersion() 120 …int32_t CodecComponentTypeProxyGetComponentVersion(struct CodecComponentType *self, char *compName, in CodecComponentTypeProxyGetComponentVersion()
|
| /drivers/peripheral/codec/test/unittest/hdi_omx/ |
| D | codec_hdi_omx_test.cpp | 187 char compName[componentNameLength]; variable
|
| /drivers/peripheral/codec/interfaces/include/ |
| D | codec_component_type.h | 226 char compName[NAME_LENGTH]; /**< Codec name char string */ member
|