Home
last modified time | relevance | path

Searched defs:codecNode (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_adapter.cpp48 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()
131const struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t para… in CodecAdapterGetParameter()
146const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *param, uint32_t par… in CodecAdapterSetParameter()
161const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config, uint32_t configLe… in CodecAdapterGetConfig()
171const 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 …]
Dcodec_component_manager.c88 struct CodecComponentNode *codecNode = NULL; in ComponentManagerCreateComponent() local
/drivers/peripheral/codec/hal/src/
Dcodec_adapter.cpp35 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 …]
Dcodec_component_manager_service.c94 struct CodecComponentNode *codecNode = NULL; in OmxManagerCreateComponent() local
140 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in OmxManagerDestroyComponent() local
Dcodec_component_type_service.c26 struct CodecComponentNode *codecNode; member
254 …onentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode) in CodecComponentTypeServiceSetCodecNode()
/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_adapter_if.h32 struct CodecComponentNode *codecNode; member