Lines Matching refs:codecNode
43 struct CodecComponentNode *codecNode)
49 bool needAdd = RegisterService(callbacks, componentId, codecNode);
117 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service);
118 if (codecNode != NULL) {
119 err = OmxAdapterDestroyComponent(codecNode);
160 struct CodecComponentNode *codecNode = NULL;
161 int32_t err = OMXAdapterCreateComponent(&codecNode, compName, appData, callbacks);
171 CodecComponentTypeServiceSetCodecNode(comp, codecNode);
177 err = OmxAdapterSetComponentRole(codecNode, compName);
187 AddDeathRecipientForService(callbacks, *componentId, codecNode);