Searched defs:codecNode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_adapter.cpp | 36 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t ap… in OMXAdapterCreateComponent() 66 int32_t OmxAdapterDestroyComponent(struct CodecComponentNode *codecNode) in OmxAdapterDestroyComponent() 94 int32_t OmxAdapterComponentVersion(struct CodecComponentNode *codecNode, struct CompVerInfo *verInf… in OmxAdapterComponentVersion() 134 int32_t OmxAdapterGetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterGetConfig() 144 int32_t OmxAdapterSetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterSetConfig() 154 int32_t OmxAdapterGetExtensionIndex(struct CodecComponentNode *codecNode, const char *parameterName, in OmxAdapterGetExtensionIndex() 164 int32_t OmxAdapterGetState(struct CodecComponentNode *codecNode, OMX_STATETYPE *state) in OmxAdapterGetState() 173 int32_t OmxAdapterComponentTunnelRequest(struct CodecComponentNode *codecNode, uint32_t port, in OmxAdapterComponentTunnelRequest() 194 int32_t OmxAdapterAllocateBuffer(struct CodecComponentNode *codecNode, uint32_t portIndex, in OmxAdapterAllocateBuffer() 246 int32_t OmxAdapterDeInit(struct CodecComponentNode *codecNode) in OmxAdapterDeInit() [all …]
|
H A D | codec_component_manager_service.c | 43 struct CodecComponentNode *codecNode) in AddDeathRecipientForService() 117 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in OmxManagerDestroyComponent() local 160 struct CodecComponentNode *codecNode = NULL; in OmxManagerCreateComponent() local
|
H A D | codec_dfx_service.c | 56 … struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in DevCodecHostDump() local
|
H A D | codec_death_recipient.cpp | 34 struct CodecComponentNode *codecNode) in RegisterService()
|
H A D | codec_component_type_service.c | 27 struct CodecComponentNode *codecNode; member 329 …onentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode) in CodecComponentTypeServiceSetCodecNode()
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_config.cpp | 113 const struct DeviceResourceNode *codecNode = HcsGetNodeByMatchAttr(rootNode, CODEC_CONFIG_NAME); in CodecCompCapabilityInit() local
|