Searched defs:codecNode (Results 1 – 9 of 9) 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() 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() 183 const struct CodecComponentNode *codecNode, const char *parameterName, OMX_INDEXTYPE *indexType) in CodecAdapterGetExtensionIndex() 192 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 | 36 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t ap… 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() 148 int32_t OmxAdapterGetExtensionIndex(struct CodecComponentNode *codecNode, const char *parameterName, in OmxAdapterGetExtensionIndex() 158 int32_t OmxAdapterGetState(struct CodecComponentNode *codecNode, OMX_STATETYPE *state) in OmxAdapterGetState() [all …]
|
D | codec_component_manager_service.c | 43 struct CodecComponentNode *codecNode) in AddDeathRecipientForService() 113 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in OmxManagerDestroyComponent() local 156 struct CodecComponentNode *codecNode = NULL; in OmxManagerCreateComponent() local
|
D | codec_dfx_service.c | 52 … struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in DevCodecHostDump() local
|
D | codec_death_recipient.cpp | 34 struct CodecComponentNode *codecNode) in RegisterService()
|
D | codec_component_type_service.c | 27 struct CodecComponentNode *codecNode; member 253 …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
|
/drivers/peripheral/codec/hal/idl_service/src/ |
D | codec_component_config.cpp | 108 const struct DeviceResourceNode *codecNode = HcsGetNodeByMatchAttr(rootNode, CODEC_CONFIG_NAME); in CodecCompCapabilityInit() local
|