Lines Matching refs:hComponent

56     OMX_IN    OMX_HANDLETYPE hComponent,
66 if (hComponent == NULL || pComponentParameterStructure == NULL) {
70 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
145 ret = Exynos_OMX_AudioDecodeGetParameter(hComponent, nParamIndex, pComponentParameterStructure);
155 OMX_IN OMX_HANDLETYPE hComponent,
165 if (hComponent == NULL || pComponentParameterStructure == NULL) {
169 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
253 ret = Exynos_OMX_AudioDecodeSetParameter(hComponent, nIndex, pComponentParameterStructure);
263 OMX_IN OMX_HANDLETYPE hComponent,
273 if (hComponent == NULL || pComponentConfigStructure == NULL) {
277 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
295 ret = Exynos_OMX_AudioDecodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
306 OMX_IN OMX_HANDLETYPE hComponent,
316 if (hComponent == NULL || pComponentConfigStructure == NULL) {
320 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
338 ret = Exynos_OMX_AudioDecodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
349 OMX_IN OMX_HANDLETYPE hComponent,
359 if (hComponent == NULL) {
363 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
384 ret = Exynos_OMX_AudioDecodeGetExtensionIndex(hComponent, cParameterName, pIndexType);
393 OMX_IN OMX_HANDLETYPE hComponent,
404 if ((hComponent == NULL) || (cRole == NULL)) {
412 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
680 OSCL_EXPORT_REF OMX_ERRORTYPE Exynos_OMX_ComponentInit(OMX_HANDLETYPE hComponent, OMX_STRING componentName)
699 if ((hComponent == NULL) || (componentName == NULL)) {
710 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
883 OMX_ERRORTYPE Exynos_OMX_ComponentDeinit(OMX_HANDLETYPE hComponent)
893 if (hComponent == NULL) {
897 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;