Home
last modified time | relevance | path

Searched refs:CodecComponentNode (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/codec/hal/include/
Dcodec_adapter_interface.h24 struct CodecComponentNode;
28 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t ap…
33 int32_t OmxAdapterDestroyComponent(struct CodecComponentNode *codecNode);
37 int32_t OmxAdapterComponentVersion(struct CodecComponentNode *codecNode, struct CompVerInfo *verInf…
41 int32_t OmxAdapterSendCommand(struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, uint32_t p…
46 int32_t OmxAdapterGetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8…
51 int32_t OmxAdapterSetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *p…
58 int32_t OmxAdapterGetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf…
60 int32_t OmxAdapterSetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf…
62 int32_t OmxAdapterGetExtensionIndex(struct CodecComponentNode *codecNode, const char *parameterName,
[all …]
Dcodec_component_type_service.h29 …nentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode);
30 struct CodecComponentNode *CodecComponentTypeServiceGetCodecNode(struct CodecComponentType *self);
Dcodec_death_recipient.h28 …e(struct CodecCallbackType *callbacks, uint32_t componentId, struct CodecComponentNode *codecNode);
/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_adapter_if.h28 struct CodecComponentNode;
32 struct CodecComponentNode *codecNode;
49 int32_t CodecAdapterCreateComponent(struct CodecComponentNode **codecNode, const char *compName, in…
51 int32_t CodecAdapterDestroyComponent(struct CodecComponentNode *codecNode);
52 int32_t CodecAdapterGetComponentVersion(const struct CodecComponentNode *codecNode, struct CompVerI…
53 int32_t CodecAdapterSendCommand(const struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, ui…
56 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t para…
58 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *param, uint32_t par…
60 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config, uint32_t configLe…
62 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *config, uint32_t co…
[all …]
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_adapter.cpp30 struct CodecComponentNode { struct
48 int32_t CodecAdapterCreateComponent(struct CodecComponentNode **codecNode, const char *compName, in… in CodecAdapterCreateComponent() argument
64 CodecComponentNode *tempNode = new CodecComponentNode; in CodecAdapterCreateComponent()
96 int32_t CodecAdapterDestroyComponent(struct CodecComponentNode *codecNode) in CodecAdapterDestroyComponent()
113 int32_t CodecAdapterGetComponentVersion(const struct CodecComponentNode *codecNode, struct CompVerI… in CodecAdapterGetComponentVersion()
122 int32_t CodecAdapterSendCommand(const struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, ui… in CodecAdapterSendCommand()
133 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t para… in CodecAdapterGetParameter()
148 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *param, uint32_t par… in CodecAdapterSetParameter()
163 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config, uint32_t configLe… in CodecAdapterGetConfig()
173 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *config, uint32_t co… in CodecAdapterSetConfig()
[all …]
Dcodec_component_manager.c88 struct CodecComponentNode *codecNode = NULL; in ComponentManagerCreateComponent()
/drivers/peripheral/codec/hal/src/
Dcodec_adapter.cpp29 struct CodecComponentNode { struct
36 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t ap… in OMXAdapterCreateComponent() argument
41 CodecComponentNode *tempNode = new CodecComponentNode; in OMXAdapterCreateComponent()
60 int32_t OmxAdapterDestroyComponent(struct CodecComponentNode *codecNode) in OmxAdapterDestroyComponent()
88 int32_t OmxAdapterComponentVersion(struct CodecComponentNode *codecNode, struct CompVerInfo *verInf… in OmxAdapterComponentVersion()
97 int32_t OmxAdapterSendCommand(struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, uint32_t p… in OmxAdapterSendCommand()
107 int32_t OmxAdapterGetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8… in OmxAdapterGetParameter()
118 int32_t OmxAdapterSetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *p… in OmxAdapterSetParameter()
128 int32_t OmxAdapterGetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterGetConfig()
138 int32_t OmxAdapterSetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterSetConfig()
[all …]
Dcodec_component_manager_service.c43 struct CodecComponentNode *codecNode) in AddDeathRecipientForService()
113 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in OmxManagerDestroyComponent()
156 struct CodecComponentNode *codecNode = NULL; in OmxManagerCreateComponent()
Dcodec_dfx_service.c52 … struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in DevCodecHostDump()
Dcodec_component_type_service.c27 struct CodecComponentNode *codecNode;
253 …onentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode) in CodecComponentTypeServiceSetCodecNode()
262 struct CodecComponentNode *CodecComponentTypeServiceGetCodecNode(struct CodecComponentType *self) in CodecComponentTypeServiceGetCodecNode()
Dcodec_death_recipient.cpp34 struct CodecComponentNode *codecNode) in RegisterService()