| /drivers/peripheral/codec/hal/include/ |
| D | codec_adapter_interface.h | 24 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 …]
|
| D | codec_component_type_service.h | 29 …nentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode); 30 struct CodecComponentNode *CodecComponentTypeServiceGetCodecNode(struct CodecComponentType *self);
|
| D | codec_death_recipient.h | 28 …e(struct CodecCallbackType *callbacks, uint32_t componentId, struct CodecComponentNode *codecNode);
|
| /drivers/peripheral/codec/hal/passthrough/include/ |
| D | codec_adapter_if.h | 28 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/ |
| D | codec_adapter.cpp | 30 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 …]
|
| D | codec_component_manager.c | 88 struct CodecComponentNode *codecNode = NULL; in ComponentManagerCreateComponent()
|
| /drivers/peripheral/codec/hal/src/ |
| D | codec_adapter.cpp | 29 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 …]
|
| D | codec_component_manager_service.c | 43 struct CodecComponentNode *codecNode) in AddDeathRecipientForService() 113 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in OmxManagerDestroyComponent() 156 struct CodecComponentNode *codecNode = NULL; in OmxManagerCreateComponent()
|
| D | codec_dfx_service.c | 52 … struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in DevCodecHostDump()
|
| D | codec_component_type_service.c | 27 struct CodecComponentNode *codecNode; 253 …onentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode) in CodecComponentTypeServiceSetCodecNode() 262 struct CodecComponentNode *CodecComponentTypeServiceGetCodecNode(struct CodecComponentType *self) in CodecComponentTypeServiceGetCodecNode()
|
| D | codec_death_recipient.cpp | 34 struct CodecComponentNode *codecNode) in RegisterService()
|