Searched defs:codecNode (Results 1 – 6 of 6) sorted by relevance
| /drivers/peripheral/codec/hal/passthrough/src/ |
| D | codec_adapter.cpp | 48 int32_t CodecAdapterCreateComponent(struct CodecComponentNode **codecNode, const char *compName, in… in CodecAdapterCreateComponent() 94 int32_t CodecAdapterDestroyComponent(struct CodecComponentNode *codecNode) in CodecAdapterDestroyComponent() 111 int32_t CodecAdapterGetComponentVersion(const struct CodecComponentNode *codecNode, struct CompVerI… in CodecAdapterGetComponentVersion() 120 int32_t CodecAdapterSendCommand(const struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, ui… in CodecAdapterSendCommand() 131 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t para… in CodecAdapterGetParameter() 146 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *param, uint32_t par… in CodecAdapterSetParameter() 161 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config, uint32_t configLe… in CodecAdapterGetConfig() 171 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *config, uint32_t co… in CodecAdapterSetConfig() 181 const struct CodecComponentNode *codecNode, const char *parameterName, OMX_INDEXTYPE *indexType) in CodecAdapterGetExtensionIndex() 190 int32_t CodecAdapterGetState(const struct CodecComponentNode *codecNode, OMX_STATETYPE *state) in CodecAdapterGetState() [all …]
|
| D | codec_component_manager.c | 88 struct CodecComponentNode *codecNode = NULL; in ComponentManagerCreateComponent() local
|
| /drivers/peripheral/codec/hal/src/ |
| D | codec_adapter.cpp | 35 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t ap… in OMXAdapterCreateComponent() 58 int32_t OmxAdapterDestroyComponent(struct CodecComponentNode *codecNode) in OmxAdapterDestroyComponent() 81 int32_t OmxAdapterComponentVersion(struct CodecComponentNode *codecNode, struct CompVerInfo *verInf… in OmxAdapterComponentVersion() 90 int32_t OmxAdapterSendCommand(struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, uint32_t p… in OmxAdapterSendCommand() 100 int32_t OmxAdapterGetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8… in OmxAdapterGetParameter() 111 int32_t OmxAdapterSetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *p… in OmxAdapterSetParameter() 121 int32_t OmxAdapterGetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterGetConfig() 131 int32_t OmxAdapterSetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterSetConfig() 141 int32_t OmxAdapterGetExtensionIndex(struct CodecComponentNode *codecNode, const char *parameterName, in OmxAdapterGetExtensionIndex() 151 int32_t OmxAdapterGetState(struct CodecComponentNode *codecNode, OMX_STATETYPE *state) in OmxAdapterGetState() [all …]
|
| D | codec_component_manager_service.c | 94 struct CodecComponentNode *codecNode = NULL; in OmxManagerCreateComponent() local 140 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in OmxManagerDestroyComponent() local
|
| D | codec_component_type_service.c | 26 struct CodecComponentNode *codecNode; member 254 …onentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode) in CodecComponentTypeServiceSetCodecNode()
|
| /drivers/peripheral/codec/hal/passthrough/include/ |
| D | codec_adapter_if.h | 32 struct CodecComponentNode *codecNode; member
|