Home | History | Annotate | Download | only in src

Lines Matching refs:GetParameter

107 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
196 pHandle->GetParameter = GetParameter;
656 * GetParameter() Gets the current configurations of the component
667 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp,
678 G711ENC_DPRINT("%d :: Entering the GetParameter\n",__LINE__);
681 G711ENC_DPRINT("%d :: OMX_ErrorBadPortIndex from GetParameter",__LINE__);
687 G711ENC_DPRINT("%d :: OMX_ErrorIncorrectStateOperation from GetParameter",__LINE__);
697 G711ENC_DPRINT("%d :: GetParameter OMX_IndexParamAudioInit \n",__LINE__);
702 G711ENC_DPRINT("%d :: GetParameter OMX_IndexParamPortDefinition \n",__LINE__);
712 G711ENC_DPRINT("%d :: OMX_ErrorBadPortIndex from GetParameter \n",__LINE__);
718 G711ENC_DPRINT("%d :: GetParameter OMX_IndexParamAudioPortFormat \n",__LINE__);
740 G711ENC_DPRINT("%d :: OMX_ErrorBadPortIndex from GetParameter \n",__LINE__);
746 G711ENC_DPRINT("%d :: GetParameter OMX_IndexParamAudioG711 \n",__LINE__);
756 G711ENC_DPRINT("%d :: OMX_ErrorBadPortIndex from GetParameter \n",__LINE__);
763 G711ENC_DPRINT(":: GetParameter OMX_IndexParamCompBufferSupplier \n");
768 G711ENC_DPRINT(":: GetParameter OMX_IndexParamCompBufferSupplier \n");
772 G711ENC_DPRINT(":: OMX_ErrorBadPortIndex from GetParameter");
778 G711ENC_DPRINT("%d :: GetParameter OMX_IndexParamPriorityMgmt \n",__LINE__);
796 G711ENC_DPRINT("%d :: OMX_ErrorUnsupportedIndex GetParameter \n",__LINE__);
801 G711ENC_DPRINT("%d :: Exiting GetParameter\n",__LINE__);