Searched refs:GetState (Results 1 - 25 of 46) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c258 eError = pComponent->GetState(pHandle, &CurState);
265 eError = pComponent->GetState(pHandle, &CurState);
289 eError = pComponent->GetState (hComponent, &state);
291 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
1022 error = pComponent->GetState(pHandle, &state);
1063 error = pComponent->GetState(pHandle, &state);
1198 error = pComponent->GetState(pHandle, &state);
1200 printf("%d:: Warning: hG729Decoder->GetState has returned status %X\n", __LINE__, error);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.c161 (NULL == component->GetState) ||
/hardware/qcom/media/mm-core/inc/
H A DOMX_Component.h399 specification for details on the GetState method.
401 OMX_ERRORTYPE (*GetState)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h961 ((OMX_COMPONENTTYPE*)hComponent)->GetState( \
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h399 specification for details on the GetState method.
401 OMX_ERRORTYPE (*GetState)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h961 ((OMX_COMPONENTTYPE*)hComponent)->GetState( \
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h399 specification for details on the GetState method.
401 OMX_ERRORTYPE (*GetState)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h961 ((OMX_COMPONENTTYPE*)hComponent)->GetState( \
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c276 eError = pComponent->GetState(pHandle, &CurState);
283 eError = pComponent->GetState(pHandle, &CurState);
314 eError = pComponent->GetState (hComponent, &state);
315 APP_DPRINT("%d Error returned from GetState\n",__LINE__);
317 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
1425 error = pComponent->GetState(pHandle, &state);
1427 APP_DPRINT("%d:: Warning: hG711Encoder->GetState has returned status %X\n",__LINE__, error);
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h399 specification for details on the GetState method.
401 OMX_ERRORTYPE (*GetState)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h961 ((OMX_COMPONENTTYPE*)hComponent)->GetState( \
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h399 specification for details on the GetState method.
401 OMX_ERRORTYPE (*GetState)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h961 ((OMX_COMPONENTTYPE*)hComponent)->GetState( \
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c683 eError = pComponent->GetState(pHandle, &CurState);
692 eError = pComponent->GetState(pHandle, &CurState);
720 eError = pComponent->GetState (hComponent, &state);
1812 pComponent->GetState(pHandle, &state);
1967 error = pComponent->GetState(pHandle, &state);
1972 PRINT("After GetState() in while loop.\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c258 eError = pComponent->GetState(pHandle, &CurState);
260 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
268 eError = pComponent->GetState(pHandle, &CurState);
270 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
291 eError = pComponent->GetState (hComponent, &state);
293 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
973 APP_DPRINT("%d :: pComponent->GetState has returned status %X\n",__LINE__, eError);
1346 APP_DPRINT("%d :: pComponent->GetState has returned status %X\n",__LINE__, eError);
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp64 component->GetState = &qc_omx_component_get_state;
/hardware/qcom/media/mm-core/src/common/
H A Domx_core_cmp.cpp64 component->GetState = &qc_omx_component_get_state;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c139 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
224 pHandle->GetState = GetState;
1248 * GetState() Gets the current state of the component
1258 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) function
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c122 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
200 pHandle->GetState = GetState;
1087 * GetState() Gets the current state of the component
1097 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) function
1101 G711ENC_DPRINT("%d :: Entering GetState\n", __LINE__);
1104 G711ENC_DPRINT("%d :: OMX_ErrorBadParameter from GetState\n",__LINE__);
1118 G711ENC_DPRINT("%d :: Exiting GetState\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c142 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
221 pHandle->GetState = GetState;
1232 * @fn GetState() Gets the current state of the component.
1247 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) function
1252 G722DEC_DPRINT ("Entering GetState\n");
1272 G722DEC_DPRINT (":: Exiting GetState\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c141 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
216 pHandle->GetState = GetState;
1323 * @fn GetState() description for GetState
1324 GetState().
1332 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) function
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c144 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
224 pHandle->GetState = GetState;
1255 * @fn GetState() Gets the current state of the component.
1270 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) function
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c132 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
205 pHandle->GetState = GetState;
1018 * GetState() Gets the current state of the component
1028 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) function
1032 G726ENC_DPRINT("%d :: Entering GetState\n", __LINE__);
1035 G726ENC_DPRINT("%d :: OMX_ErrorBadParameter from GetState\n",__LINE__);
1048 G726ENC_DPRINT("%d :: Exiting GetState\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c138 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
233 pHandle->GetState = GetState;
1271 * GetState() Gets the current state of the component
1281 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) function
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c139 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
214 pHandle->GetState = GetState;
1235 * GetState() Gets the current state of the component
1245 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) function
1250 G729ENC_DPRINT("Entering GetState\n");

Completed in 402 milliseconds

12