Searched defs:GetParameter (Results 1 - 22 of 22) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c135 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
217 pHandle->GetParameter = GetParameter;
679 * @fn GetParameter() function gets the various parameter values of the
698 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
713 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_ErrorBadPortIndex from GetParameter",__LINE__);
720 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_ErrorInvalidState from GetParameter",__LINE__);
747 OMX_ERROR2(pComponentPrivate->dbg, "%d :: OMX_ErrorBadPortIndex from GetParameter \n",__LINE__);
775 OMX_ERROR2(pComponentPrivate->dbg, "%d :: OMX_ErrorBadPortIndex from GetParameter \n",__LINE__);
790 OMX_ERROR2(pComponentPrivate->dbg, "%d :: OMX_ErrorBadPortIndex from GetParameter \
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c114 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex, OMX_PTR ComponentParamStruct);
180 pHandle->GetParameter = GetParameter;
777 * GetParameter() Gets the current configurations of the component
788 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex, OMX_PTR ComponentParameterStructure) function
796 OMX_PRINT1 (pComponentPrivate->dbg, "%d :: AACENC: Entering GetParameter\n", __LINE__);
801 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error: OMX_ErrorBadParameter Inside the GetParameter Line\n",__LINE__);
822 OMX_ERROR4(pComponentPrivate->dbg, "%d :: AACENC: Inside the GetParameter Line\n",__LINE__);
835 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: AACENC: Inside the GetParameter Line\n",__LINE__);
841 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: AACENC: Inside the GetParameter \
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c124 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
220 pHandle->GetParameter = GetParameter;
705 * GetParameter() Gets the current configurations of the component
716 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
724 G711DEC_DPRINT ("Inside the GetParameter Line %d\n",__LINE__);
725 G711DEC_DPRINT("%d :: Inside the GetParameter:: %x\n",__LINE__,nParamIndex);
737 G711DEC_DPRINT ("Inside the GetParameter Line %d\n",__LINE__);
747 G711DEC_DPRINT ("Inside the GetParameter Line %d\n",__LINE__);
750 G711DEC_DPRINT ("Inside the GetParameter Lin
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c107 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, function
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_IndexParamPortDefinitio
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c127 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
217 pHandle->GetParameter = GetParameter;
631 * @fn GetParameter() function gets the various parameter values of the
650 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
659 G722DEC_DPRINT("Inside the GetParameter:: %x\n",nParamIndex);
667 G722DEC_DPRINT(":: Entering the GetParameter\n");
676 G722DEC_DPRINT(":: GetParameter OMX_IndexParamAudioInit\n");
682 G722DEC_DPRINT(": GetParameter OMX_IndexParamPortDefinition \n");
692 G722DEC_DPRINT(":: OMX_ErrorBadPortIndex from GetParameter \
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c126 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
212 pHandle->GetParameter = GetParameter;
780 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
788 G722ENC_DPRINT ("%d :: Entering the GetParameter():: %x\n",__LINE__,nParamIndex);
921 G722ENC_DPRINT("%d :: Exiting GetParameter():: %x\n",__LINE__,nParamIndex);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c129 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
220 pHandle->GetParameter = GetParameter;
644 * @fn GetParameter() function gets the various parameter values of the
663 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
672 G726DEC_DPRINT("Inside the GetParameter:: %x\n",nParamIndex);
680 G726DEC_DPRINT(":: Entering the GetParameter\n");
697 G726DEC_DPRINT(":: GetParameter OMX_IndexParamAudioInit\n");
703 G726DEC_DPRINT(": GetParameter OMX_IndexParamPortDefinition \n");
713 G726DEC_DPRINT(":: OMX_ErrorBadPortIndex from GetParameter \
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c117 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
201 pHandle->GetParameter = GetParameter;
619 * GetParameter() Gets the current configurations of the component
630 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
640 G726ENC_DPRINT("%d :: Entering the GetParameter\n",__LINE__);
643 G726ENC_DPRINT("%d :: OMX_ErrorBadPortIndex from GetParameter",__LINE__);
649 G726ENC_DPRINT("%d :: OMX_ErrorIncorrectStateOperation from GetParameter",__LINE__);
659 G726ENC_DPRINT("%d :: GetParameter OMX_IndexParamAudioInit \n",__LINE__);
664 G726ENC_DPRINT("%d :: GetParameter OMX_IndexParamPortDefinitio
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c123 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
229 pHandle->GetParameter = GetParameter;
722 * GetParameter() Gets the current configurations of the component
733 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
743 G729DEC_DPRINT ("Inside the GetParameter Line %d\n",__LINE__);
745 G729DEC_DPRINT("%d :: Inside the GetParameter:: %x\n",__LINE__,nParamIndex);
758 G729DEC_DPRINT ("Inside the GetParameter Line %d\n",__LINE__);
767 G729DEC_DPRINT ("Inside the GetParameter Line %d\n",__LINE__);
769 G729DEC_DPRINT ("Inside the GetParameter Lin
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c123 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp,
210 pHandle->GetParameter = GetParameter;
705 * GetParameter() Gets the current configurations of the component
716 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
842 G729ENC_DPRINT("%d :: OMX_ErrorBadPortIndex from GetParameter \n",__LINE__);
859 G729ENC_DPRINT(":: GetParameter OMX_IndexParamCompBufferSupplier \n");
864 G729ENC_DPRINT(":: GetParameter OMX_IndexParamCompBufferSupplier \n");
868 G729ENC_DPRINT(":: OMX_ErrorBadPortIndex from GetParameter");
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c135 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
223 pHandle->GetParameter = GetParameter;
682 * @fn GetParameter() function gets the various parameter values of the
701 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
717 OMX_PRINT1(pComponentPrivate->dbg, ":: Entering the GetParameter\n");
720 OMX_ERROR4(pComponentPrivate->dbg, ":: OMX_ErrorBadPortIndex from GetParameter");
737 OMX_PRDSP2(pComponentPrivate->dbg, ":: GetParameter OMX_IndexParamAudioInit\n");
742 OMX_PRDSP2(pComponentPrivate->dbg, ": GetParameter OMX_IndexParamPortDefinition \n");
752 OMX_ERROR4(pComponentPrivate->dbg, ":: OMX_ErrorBadPortIndex from GetParameter \
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c118 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
215 pHandle->GetParameter = GetParameter;
775 * GetParameter() Gets the current configurations of the component
786 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
797 OMX_PRINT1 (pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c :: Inside the GetParameter:: %x\n",__LINE__,nParamIndex);
808 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside the GetParameter Line\n",__LINE__);
823 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::ide the GetParameter\n",__LINE__);
826 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside the GetParameter\n",__LINE__);
838 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside the GetParameter\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c131 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
222 pHandle->GetParameter = GetParameter;
857 * GetParameter() Gets the current configurations of the component
868 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
878 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering the GetParameter\n",__LINE__);
881 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_ErrorBadPortIndex from GetParameter",__LINE__);
893 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_ErrorIncorrectStateOperation from GetParameter",__LINE__);
903 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: GetParameter OMX_IndexParamAudioInit \n",__LINE__);
909 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: GetParameter OMX_IndexParamPortDefinitio
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c124 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
211 pHandle->GetParameter = GetParameter;
746 * GetParameter() Gets the current configurations of the component
757 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
862 OMX_PRINT1(pComponentPrivate->dbg, "Inside the GetParameter\n");
868 OMX_PRINT1(pComponentPrivate->dbg, "Inside the GetParameter\n");
904 OMX_ERROR2(pComponentPrivate->dbg, "OMX_ErrorBadPortIndex from GetParameter");
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c125 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
205 pHandle->GetParameter = GetParameter;
783 * GetParameter() Gets the current configurations of the component
794 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c119 static OMX_ERRORTYPE GetParameter(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nParamIndex,
201 pHandle->GetParameter = GetParameter;
753 * GetParameter() Gets the current configurations of the component
763 static OMX_ERRORTYPE GetParameter (OMX_HANDLETYPE hComp, function
868 OMX_PRINT2(pComponentPrivate->dbg, "%d :: GetParameter OMX_IndexParamAudioWma \n",__LINE__);
869 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: GetParameter nPortIndex %ld\n",__LINE__, ((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex);
870 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: GetParameter wmaParams->nPortIndex %ld\n",__LINE__, pComponentPrivate->wmaParams[INPUT_PORT]->nPortIndex);
897 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: GetParameter OMX_IndexParamCompBufferSupplier \n");
902 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: GetParameter OMX_IndexParamCompBufferSupplie
[all...]
/hardware/qcom/media/mm-core/inc/
H A DOMX_Component.h354 specification for details on the GetParameter method.
356 OMX_ERRORTYPE (*GetParameter)( member in struct:OMX_COMPONENTTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h354 specification for details on the GetParameter method.
356 OMX_ERRORTYPE (*GetParameter)( member in struct:OMX_COMPONENTTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h354 specification for details on the GetParameter method.
356 OMX_ERRORTYPE (*GetParameter)( member in struct:OMX_COMPONENTTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h354 specification for details on the GetParameter method.
356 OMX_ERRORTYPE (*GetParameter)( member in struct:OMX_COMPONENTTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c215 static OMX_ERRORTYPE GetParameter (OMX_IN OMX_HANDLETYPE hComponent,
423 pHandle->GetParameter = GetParameter;
1391 * GetParameter() Sets application callbacks to the component
1405 static OMX_ERRORTYPE GetParameter (OMX_IN OMX_HANDLETYPE hComponent, function
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h354 specification for details on the GetParameter method.
356 OMX_ERRORTYPE (*GetParameter)( member in struct:OMX_COMPONENTTYPE

Completed in 3278 milliseconds