Searched refs:SetConfig (Results 1 - 25 of 42) sorted by relevance

12

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.c159 (NULL == component->SetConfig) ||
/hardware/qcom/media/mm-core/inc/
H A DOMX_Component.h381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
901 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
901 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
901 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
901 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h381 specification for details on the SetConfig method.
383 OMX_ERRORTYPE (*SetConfig)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h72 * SetParameters/GetParameters and SetConfig/GetConfig commands to the
319 * STARTTIME flag it shall perform a SetConfig on its sync port
901 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config;
/hardware/qcom/media/mm-core/src/common/
H A Domx_core_cmp.cpp67 component->SetConfig = &qc_omx_component_set_config;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c132 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
223 pHandle->SetConfig = SetConfig;
1062 * SetConfig() Sets the configraiton to the component
1073 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
1089 G711DEC_DPRINT("%d :: Entering SetConfig\n", __LINE__);
1101 G711DEC_DPRINT("%d :: SetConfig OMX_IndexCustomG711DecHeaderInfoConfig \n",__LINE__);
1105 G711DEC_DPRINT("%d :: OMX_ErrorBadParameter from SetConfig\n",__LINE__);
1123 G711DEC_DPRINT("%d :: SetConfig OMX_IndexCustomG711DecModeAcdnConfig \n",__LINE__);
1127 G711DEC_DPRINT("%d :: OMX_ErrorBadParameter from SetConfig\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c115 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
199 pHandle->SetConfig = SetConfig;
991 * SetConfig() Sets the configraiton to the component
1002 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
1014 G711ENC_DPRINT("%d :: Entering SetConfig\n", __LINE__);
1053 G711ENC_DPRINT("%d :: OMX_ErrorBadParameter from SetConfig() \n",__LINE__);
1080 G711ENC_DPRINT("%d :: Exiting SetConfig\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c135 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
220 pHandle->SetConfig = SetConfig;
1102 * @fn SetConfig() Sets the configuration of the component depending on the value
1121 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
1133 G722DEC_DPRINT ("Entering SetConfig\n");
1224 G722DEC_DPRINT ("Exiting SetConfig\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c134 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
215 pHandle->SetConfig = SetConfig;
1185 * @fn SetConfig() description for SetConfig
1186 SetConfig().
1193 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
1205 G722ENC_DPRINT("%d :: Entering SetConfig\n", __LINE__);
1234 G722ENC_DPRINT("%d :: OMX_ErrorBadParameter from SetConfig\n",__LINE__);
1316 G722ENC_DPRINT("%d :: Exiting SetConfig\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c137 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
223 pHandle->SetConfig = SetConfig;
1124 * @fn SetConfig() Sets the configuration of the component depending on the value
1143 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
1155 G726DEC_DPRINT ("Entering SetConfig\n");
1247 G726DEC_DPRINT ("Exiting SetConfig\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c125 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
204 pHandle->SetConfig = SetConfig;
912 * SetConfig() Sets the configraiton to the component
923 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
939 G726ENC_DPRINT("%d :: Entering SetConfig\n", __LINE__);
953 G726ENC_DPRINT("%d :: OMX_ErrorBadParameter from SetConfig\n",__LINE__);
966 G726ENC_DPRINT("------>Stream ID on SetConfig %d\n", (int)pComponentPrivate->streamID);
1011 G726ENC_DPRINT("%d :: Exiting SetConfig\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c131 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
232 pHandle->SetConfig = SetConfig;
1104 * SetConfig() Sets the configraiton to the component
1115 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
1131 G729DEC_DPRINT("%d :: Entering SetConfig\n", __LINE__);
1143 G729DEC_DPRINT("%d :: SetConfig OMX_IndexCustomNbG729DecHeaderInfoConfig \n",__LINE__);
1147 G729DEC_DPRINT("%d :: OMX_ErrorBadParameter from SetConfig\n",__LINE__);
1199 G729DEC_DPRINT("%d :: SetConfig OMX_IndexCustomG729DecModeDasfConfig \n",__LINE__);
1203 G729DEC_DPRINT("%d :: OMX_ErrorBadParameter from SetConfig\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c132 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
213 pHandle->SetConfig = SetConfig;
1108 * SetConfig() Sets the configraiton to the component
1119 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c132 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
214 pHandle->SetConfig = SetConfig;
1172 * SetConfig() Sets the configraiton to the component
1183 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
1197 OMX_PRINT1(pComponentPrivate->dbg, "Entering SetConfig\n");
1214 OMX_PRDSP2(pComponentPrivate->dbg, "SetConfig OMX_IndexCustomWbAmrDecHeaderInfoConfig \n");
1218 OMX_ERROR4(pComponentPrivate->dbg, "OMX_ErrorBadParameter from SetConfig\n");
1263 OMX_PRDSP2(pComponentPrivate->dbg, "SetConfig OMX_IndexCustomModeDasfConfig \n");
1267 OMX_ERROR4(pComponentPrivate->dbg, "OMX_ErrorBadParameter from SetConfig\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c127 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
212 pHandle->SetConfig = SetConfig;
1189 * SetConfig() Sets the configraiton to the component
1200 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
1212 OMXDBG_PRINT(stderr, PRINT, 1, 0, "%d :: Entering SetConfig\n", __LINE__);
1279 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Exiting SetConfig\n", __LINE__);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c341 pHandle->SetConfig = CameraSetConfig;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c143 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp,
221 pHandle->SetConfig = SetConfig;
1069 * SetConfig() Sets the configraiton to the component
1080 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, function
1100 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_ErrorBadParameter from SetConfig\n",__LINE__);
1159 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_ErrorBadParameter from SetConfig\n",__LINE__);

Completed in 183 milliseconds

12