Searched refs:OMX_StateWaitForResources (Results 1 - 25 of 61) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentDefines.h66 if (state != OMX_StateLoaded && state != OMX_StateWaitForResources) {\
74 if (state == OMX_StateLoaded || state == OMX_StateWaitForResources) {\
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Basecomponent.c209 case OMX_StateWaitForResources:
318 case OMX_StateWaitForResources:
457 case OMX_StateWaitForResources:
514 case OMX_StateWaitForResources:
533 case OMX_StateWaitForResources:
541 case OMX_StateWaitForResources:
545 pExynosComponent->currentState = OMX_StateWaitForResources;
1032 (pExynosComponent->currentState == OMX_StateWaitForResources)) {
1136 (pExynosComponent->currentState != OMX_StateWaitForResources)) {
1161 if ((pExynosComponent->currentState != OMX_StateLoaded) && (pExynosComponent->currentState != OMX_StateWaitForResources)) {
[all...]
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp576 if (state != OMX_StateLoaded && state != OMX_StateWaitForResources)
612 if (state != OMX_StateLoaded && state != OMX_StateWaitForResources)
963 if (state != OMX_StateLoaded && state != OMX_StateWaitForResources)
1017 if (state != OMX_StateLoaded && state != OMX_StateWaitForResources)
1337 * Resource Management (OMX_StateWaitForResources)
1339 * so IL client doesn't try to set component' state OMX_StateWaitForResources
1341 static const char *state_name[OMX_StateWaitForResources+2] = {
1347 "OMX_StateWaitForResources",
1353 if (state > OMX_StateWaitForResources)
1354 state = (OMX_STATETYPE)(OMX_StateWaitForResources
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c1137 (pComponentPrivate->nCurState == OMX_StateWaitForResources)) {
1151 if (pComponentPrivate->nCurState != OMX_StateWaitForResources) {
1156 /* resource is not available, need set state to OMX_StateWaitForResources*/
1367 pComponentPrivate->nCurState = OMX_StateWaitForResources;
1416 pComponentPrivate->nCurState = OMX_StateWaitForResources;
1507 (pComponentPrivate->nCurState == OMX_StateWaitForResources)) {
1515 if (pComponentPrivate->nCurState == OMX_StateWaitForResources) {
1540 if (pComponentPrivate->nCurState != OMX_StateWaitForResources) {
1595 case OMX_StateWaitForResources:
1597 if (pComponentPrivate->nCurState == OMX_StateWaitForResources) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c1134 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateWaitForResources,NULL);
1135 WaitForState(pHandle,OMX_StateWaitForResources);
1272 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateWaitForResources, NULL);
1278 error = WaitForState(pHandle, OMX_StateWaitForResources);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c495 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateWaitForResources, NULL);
502 error = WaitForState(pHandle, OMX_StateWaitForResources);
1569 OMX_SendCommand(*pHandle,OMX_CommandStateSet,OMX_StateWaitForResources,NULL);
1570 WaitForState(pHandle,OMX_StateWaitForResources);
1848 case OMX_StateWaitForResources:
1849 strcpy (ptrString, "OMX_StateWaitForResources\0");
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c695 pComponentPrivate->curState == OMX_StateWaitForResources) {
806 if (pComponentPrivate->curState != OMX_StateWaitForResources){
834 /* resource is not available, need set state to OMX_StateWaitForResources */
835 pComponentPrivate->curState = OMX_StateWaitForResources;
1057 if (pComponentPrivate->curState == OMX_StateWaitForResources){
1072 pComponentPrivate->curState != OMX_StateWaitForResources) {
1154 case OMX_StateWaitForResources:
1169 pComponentPrivate->curState = OMX_StateWaitForResources;
1199 if (pComponentPrivate->curState != OMX_StateWaitForResources &&
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c690 if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources)
796 /* resource is not available, need set state to OMX_StateWaitForResources */
797 pComponentPrivate->curState = OMX_StateWaitForResources;
1046 if (pComponentPrivate->curState == OMX_StateWaitForResources)
1048 G729ENC_DPRINT("OMX_StateWaitForResources\n");
1068 pComponentPrivate->curState != OMX_StateWaitForResources)
1070 G729ENC_DPRINT("OMX_StateIdle && OMX_StateWaitForResources\n");
1146 case OMX_StateWaitForResources:
1147 G729ENC_DPRINT("Case OMX_StateWaitForResources\n");
1151 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G729_Encoder_COMPONENT, OMX_StateWaitForResources, 345
[all...]
/hardware/qcom/media/mm-core/inc/
H A DOMX_Core.h108 OMX_StateWaitForResources, /**< component is waiting for resources, either after enumerator in enum:OMX_STATETYPE
497 OMX_StateWaitForResources to OMX_StateIdle. */
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Core.h108 OMX_StateWaitForResources, /**< component is waiting for resources, either after enumerator in enum:OMX_STATETYPE
488 OMX_StateWaitForResources to OMX_StateIdle. */
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Core.h108 OMX_StateWaitForResources, /**< component is waiting for resources, either after enumerator in enum:OMX_STATETYPE
488 OMX_StateWaitForResources to OMX_StateIdle. */
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c1319 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateWaitForResources,NULL);
1320 WaitForState(pHandle,OMX_StateWaitForResources);
1470 eError = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateWaitForResources, NULL);
1477 eError = WaitForState(pHandle, OMX_StateWaitForResources);
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Core.h108 OMX_StateWaitForResources, /**< component is waiting for resources, either after enumerator in enum:OMX_STATETYPE
488 OMX_StateWaitForResources to OMX_StateIdle. */
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Core.h125 OMX_StateWaitForResources, /**< component is waiting for resources, either after enumerator in enum:OMX_STATETYPE
505 OMX_StateWaitForResources to OMX_StateIdle. */
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core.h108 OMX_StateWaitForResources, /**< component is waiting for resources, either after enumerator in enum:OMX_STATETYPE
488 OMX_StateWaitForResources to OMX_StateIdle. */
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c1489 pComponentPrivate->nCurState == OMX_StateWaitForResources) {
1502 if (pComponentPrivate->nCurState != OMX_StateWaitForResources) {
1507 /* resource is not available, need set state to OMX_StateWaitForResources*/
1628 pComponentPrivate->nCurState = OMX_StateWaitForResources;
1786 pComponentPrivate->nCurState = OMX_StateWaitForResources;
1902 pComponentPrivate->nCurState == OMX_StateWaitForResources ) {
1966 if (pComponentPrivate->nCurState != OMX_StateWaitForResources) {
2020 case OMX_StateWaitForResources:
2021 if ( pComponentPrivate->nCurState == OMX_StateWaitForResources ) {
2031 eError= RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_JPEG_Encoder_COMPONENT, OMX_StateWaitForResources, 345
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c650 pComponentPrivate->curState == OMX_StateWaitForResources) {
746 if (pComponentPrivate->curState != OMX_StateWaitForResources) {
767 /* resource is not available, need set state to OMX_StateWaitForResources */
768 pComponentPrivate->curState = OMX_StateWaitForResources;
970 if (pComponentPrivate->curState == OMX_StateWaitForResources){
971 G711ENC_DPRINT("%d :: G711ENC_HandleCommand :: OMX_StateWaitForResources\n",__LINE__);
983 G711ENC_DPRINT("%d :: G711ENC_HandleCommand :: OMX_StateIdle && OMX_StateWaitForResources\n",__LINE__);
1058 case OMX_StateWaitForResources:
1059 G711ENC_DPRINT("%d :: G711ENC_HandleCommand :: OMX_StateWaitForResources\n",__LINE__);
1061 pComponentPrivate->curState = OMX_StateWaitForResources;
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c598 if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) {
717 if (pComponentPrivate->curState != OMX_StateWaitForResources) {
726 /* resource is not available, need set state to OMX_StateWaitForResources */
727 pComponentPrivate->curState = OMX_StateWaitForResources;
945 if (pComponentPrivate->curState == OMX_StateWaitForResources ){
1028 case OMX_StateWaitForResources:
1029 G726DEC_DPRINT(": HandleCommand: Cmd : OMX_StateWaitForResources\n");
1032 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_PCM_Decoder_COMPONENT, OMX_StateWaitForResources, 3456,NULL);
1034 pComponentPrivate->curState = OMX_StateWaitForResources;
1035 G726DEC_DPRINT(": Transitioning from Loaded to OMX_StateWaitForResources\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c687 else if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) {
745 if (pComponentPrivate->curState != OMX_StateWaitForResources) {
760 /* resource is not available, need set state to OMX_StateWaitForResources */
761 pComponentPrivate->curState = OMX_StateWaitForResources;
994 if (pComponentPrivate->curState == OMX_StateWaitForResources){
995 G726ENC_DPRINT("%d :: G726ENC_HandleCommand :: OMX_StateWaitForResources\n",__LINE__);
1007 pComponentPrivate->curState != OMX_StateWaitForResources) {
1008 G726ENC_DPRINT("%d :: G726ENC_HandleCommand :: OMX_StateIdle && OMX_StateWaitForResources\n",__LINE__);
1080 case OMX_StateWaitForResources:
1090 pComponentPrivate->curState = OMX_StateWaitForResources;
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c720 if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) {
825 /* resource is not available, need set state to OMX_StateWaitForResources */
826 pComponentPrivate->curState = OMX_StateWaitForResources;
1044 if (pComponentPrivate->curState == OMX_StateWaitForResources){
1068 pComponentPrivate->curState != OMX_StateWaitForResources)
1148 case OMX_StateWaitForResources:
1152 rm_error = RMProxy_NewSendCommand(pHandle, RMProxy_StateSet, OMX_G729_Decoder_COMPONENT, OMX_StateWaitForResources, 3456,NULL);
1154 pComponentPrivate->curState = OMX_StateWaitForResources;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c1022 (pComponentPrivate->curState == OMX_StateWaitForResources)) { /* from Loaded to Idle */
1176 if (pComponentPrivate->curState != OMX_StateWaitForResources) {
1180 /* resource is not available, need set state to OMX_StateWaitForResources*/
1718 if (pComponentPrivate->curState != OMX_StateIdle && pComponentPrivate->curState != OMX_StateWaitForResources ) {
1733 pComponentPrivate->curState == OMX_StateWaitForResources) {
1741 if (pComponentPrivate->curState == OMX_StateWaitForResources) {
1755 if (pComponentPrivate->curState != OMX_StateWaitForResources) {
2026 case OMX_StateWaitForResources:
2031 eError= RMProxy_NewSendCommand(pComponentPrivate->pHandle, RMProxy_StateSet, OMX_VPP_COMPONENT, OMX_StateWaitForResources, 3456, NULL);
2033 VPP_DPRINT("RMProxy_NewSendCommand(OMX_StateWaitForResources) faile
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c629 if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) {
765 if (pComponentPrivate->curState != OMX_StateWaitForResources){
793 OMX_StateWaitForResources */
794 pComponentPrivate->curState = OMX_StateWaitForResources;
1182 if (pComponentPrivate->curState == OMX_StateWaitForResources ){
1288 OMX_StateWaitForResources,
1295 case OMX_StateWaitForResources:
1296 OMX_PRDSP2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd : OMX_StateWaitForResources\n",__LINE__);
1302 OMX_StateWaitForResources,
1306 pComponentPrivate->curState = OMX_StateWaitForResources;
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c739 else if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) {
858 if (pComponentPrivate->curState != OMX_StateWaitForResources) {
883 /* resource is not available, need set state to OMX_StateWaitForResources */
884 pComponentPrivate->curState = OMX_StateWaitForResources;
1197 if (pComponentPrivate->curState == OMX_StateWaitForResources){
1215 pComponentPrivate->curState != OMX_StateWaitForResources) {
1333 case OMX_StateWaitForResources:
1351 OMX_StateWaitForResources,
1355 pComponentPrivate->curState = OMX_StateWaitForResources;
1386 if (pComponentPrivate->curState != OMX_StateWaitForResources
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c1471 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateWaitForResources,NULL);
1472 WaitForState(pHandle,OMX_StateWaitForResources);
1642 eError = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateWaitForResources, NULL);
1647 eError = WaitForState(pHandle, OMX_StateWaitForResources);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c730 else if (pComponentPrivate->curState == OMX_StateLoaded || pComponentPrivate->curState == OMX_StateWaitForResources) {
849 if (pComponentPrivate->curState != OMX_StateWaitForResources) {
874 /* resource is not available, need set state to OMX_StateWaitForResources */
875 pComponentPrivate->curState = OMX_StateWaitForResources;
1194 if (pComponentPrivate->curState == OMX_StateWaitForResources){
1212 pComponentPrivate->curState != OMX_StateWaitForResources) {
1329 case OMX_StateWaitForResources:
1349 OMX_StateWaitForResources,
1354 pComponentPrivate->curState = OMX_StateWaitForResources;
1384 if (pComponentPrivate->curState != OMX_StateWaitForResources
[all...]

Completed in 345 milliseconds

123