Home
last modified time | relevance | path

Searched refs:CodecComponentNode (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/codec/hal/include/
H A Dcodec_adapter_interface.h24 struct CodecComponentNode;
28 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t appData,
33 int32_t OmxAdapterDestroyComponent(struct CodecComponentNode *codecNode);
37 int32_t OmxAdapterComponentVersion(struct CodecComponentNode *codecNode, struct CompVerInfo *verInfo);
41 int32_t OmxAdapterSendCommand(struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, uint32_t param,
46 int32_t OmxAdapterGetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param,
51 int32_t OmxAdapterSetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *param,
58 int32_t OmxAdapterGetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config,
60 int32_t OmxAdapterSetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config,
62 int32_t OmxAdapterGetExtensionIndex(struct CodecComponentNode *codecNod
[all...]
H A Dcodec_component_type_service.h29 void CodecComponentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode);
30 struct CodecComponentNode *CodecComponentTypeServiceGetCodecNode(struct CodecComponentType *self);
H A Dcodec_death_recipient.h28 bool RegisterService(struct CodecCallbackType *callbacks, uint32_t componentId, struct CodecComponentNode *codecNode);
/drivers/peripheral/codec/hal/src/
H A Dcodec_adapter.cpp29 struct CodecComponentNode { struct
36 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t appData, in OMXAdapterCreateComponent()
41 CodecComponentNode *tempNode = new CodecComponentNode; in OMXAdapterCreateComponent()
43 CODEC_LOGE("create CodecComponentNode error"); in OMXAdapterCreateComponent()
66 int32_t OmxAdapterDestroyComponent(struct CodecComponentNode *codecNode) in OmxAdapterDestroyComponent()
94 int32_t OmxAdapterComponentVersion(struct CodecComponentNode *codecNode, struct CompVerInfo *verInfo) in OmxAdapterComponentVersion()
103 int32_t OmxAdapterSendCommand(struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, uint32_t param, in OmxAdapterSendCommand()
113 int32_t OmxAdapterGetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param, in OmxAdapterGetParameter()
124 int32_t OmxAdapterSetParameter(struct CodecComponentNode *codecNod
[all...]
H A Dcodec_component_manager_service.c43 struct CodecComponentNode *codecNode) in AddDeathRecipientForService()
117 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in OmxManagerDestroyComponent()
160 struct CodecComponentNode *codecNode = NULL; in OmxManagerCreateComponent()
H A Dcodec_dfx_service.c56 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in DevCodecHostDump()
H A Dcodec_component_type_service.c27 struct CodecComponentNode *codecNode;
329 void CodecComponentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode) in CodecComponentTypeServiceSetCodecNode()
338 struct CodecComponentNode *CodecComponentTypeServiceGetCodecNode(struct CodecComponentType *self) in CodecComponentTypeServiceGetCodecNode()
H A Dcodec_death_recipient.cpp34 struct CodecComponentNode *codecNode) in RegisterService()

Completed in 4 milliseconds