Lines Matching refs:hComponent

832     OMX_IN OMX_HANDLETYPE hComponent,
842 if (hComponent == NULL || pComponentParameterStructure == NULL) {
846 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
901 ret = Exynos_OMX_VideoDecodeGetParameter(hComponent, nParamIndex, pComponentParameterStructure);
911 OMX_IN OMX_HANDLETYPE hComponent,
921 if (hComponent == NULL || pComponentParameterStructure == NULL) {
925 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
991 ret = Exynos_OMX_VideoDecodeSetParameter(hComponent, nIndex, pComponentParameterStructure);
1001 OMX_HANDLETYPE hComponent,
1011 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1015 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
1032 ret = Exynos_OMX_VideoDecodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
1043 OMX_HANDLETYPE hComponent,
1053 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1057 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
1074 ret = Exynos_OMX_VideoDecodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
1085 OMX_IN OMX_HANDLETYPE hComponent,
1095 if (hComponent == NULL) {
1099 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
1123 ret = Exynos_OMX_VideoDecodeGetExtensionIndex(hComponent, cParameterName, pIndexType);
1133 OMX_HANDLETYPE hComponent,
1143 if ((hComponent == NULL) || (cRole == NULL)) {
1789 OMX_HANDLETYPE hComponent,
1802 if ((hComponent == NULL) || (componentName == NULL)) {
1813 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;
1935 OMX_HANDLETYPE hComponent)
1945 if (hComponent == NULL) {
1949 pOMXComponent = (OMX_COMPONENTTYPE *)hComponent;