Searched refs:commandedState (Results 1 - 16 of 16) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c633 OMX_STATETYPE commandedState = OMX_StateInvalid; local
680 commandedState = (OMX_STATETYPE)commandData;
681 switch(commandedState) {
687 if (pComponentPrivate->curState == commandedState){
947 if (pComponentPrivate->curState == commandedState){
1045 if (pComponentPrivate->curState == commandedState){
1123 if (pComponentPrivate->curState == commandedState){
1156 if (pComponentPrivate->curState == commandedState){
1188 if (pComponentPrivate->curState == commandedState){
2261 G711DEC_DPRINT("%d :: commandedState
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c637 OMX_STATETYPE commandedState = OMX_StateInvalid; local
673 commandedState = (OMX_STATETYPE)commandData;
674 switch(commandedState) {
678 if (pComponentPrivate->curState == commandedState){
870 if (pComponentPrivate->curState == commandedState){
984 if (pComponentPrivate->curState == commandedState){
1043 if (pComponentPrivate->curState == commandedState){
1081 if (pComponentPrivate->curState == commandedState) {
1111 if (pComponentPrivate->curState == commandedState){
1884 G726ENC_DPRINT("%d :: commandedState
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c684 OMX_STATETYPE commandedState; local
728 commandedState = (OMX_STATETYPE)commandData;
729 switch(commandedState) {
731 if (pComponentPrivate->curState == commandedState){
1055 if (pComponentPrivate->curState == commandedState){
1183 if (pComponentPrivate->curState == commandedState){
1282 if (pComponentPrivate->curState == commandedState){
1335 if (pComponentPrivate->curState == commandedState){
1374 if (pComponentPrivate->curState == commandedState){
2925 OMX_PRSTATE2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: commandedState
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c632 OMX_STATETYPE commandedState; local
679 commandedState = (OMX_STATETYPE)commandData;
680 switch(commandedState) {
684 if (pComponentPrivate->curState == commandedState){
944 if (pComponentPrivate->curState == commandedState){
1109 if (pComponentPrivate->curState == commandedState){
1199 if (pComponentPrivate->curState == commandedState){
1233 if (pComponentPrivate->curState == commandedState) {
1267 if (pComponentPrivate->curState == commandedState) {
2534 OMX_PRSTATE1(pComponentPrivate_CC->dbg, "%d :: commandedState
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c659 OMX_STATETYPE commandedState; local
719 commandedState = (OMX_STATETYPE)commandData;
720 switch(commandedState) {
722 if (pComponentPrivate->curState == commandedState){
1049 if (pComponentPrivate->curState == commandedState){
1180 if (pComponentPrivate->curState == commandedState){
1276 if (pComponentPrivate->curState == commandedState){
1331 if (pComponentPrivate->curState == commandedState){
1372 if (pComponentPrivate->curState == commandedState){
2884 OMX_PRSTATE2(pComponentPrivate->dbg, "commandedState
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c598 OMX_STATETYPE commandedState = OMX_StateInvalid; local
635 commandedState = (OMX_STATETYPE)commandData;
636 if ( pComponentPrivate->curState==commandedState){
645 switch(commandedState) {
2129 G711ENC_DPRINT("%d :: commandedState = %ld\n",__LINE__,(OMX_U32)args[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c689 OMX_STATETYPE commandedState = OMX_StateInvalid; local
717 commandedState = (OMX_STATETYPE)commandData;
718 if (pComponentPrivate->curState == commandedState) {
724 switch(commandedState) {
1803 G722DEC_DPRINT(":: commandedState = %p\n",args[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c899 OMX_STATETYPE commandedState = OMX_StateInvalid; local
911 commandedState = (OMX_STATETYPE)commandData;
912 switch(commandedState) {
936 if (pComponentPrivate->curState == commandedState){
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c560 OMX_STATETYPE commandedState = OMX_StateInvalid; local
588 commandedState = (OMX_STATETYPE)commandData;
589 if (pComponentPrivate->curState == commandedState) {
595 switch(commandedState) {
1772 G726DEC_DPRINT(":: commandedState = %p\n",args[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c661 OMX_STATETYPE commandedState = OMX_StateInvalid; local
704 commandedState = (OMX_STATETYPE)commandData;
705 if (pComponentPrivate->curState == commandedState){
713 switch(commandedState) {
2008 G729DEC_DPRINT("%d :: commandedState = %d\n",__LINE__,args[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c628 OMX_STATETYPE commandedState = OMX_StateInvalid; local
673 commandedState = (OMX_STATETYPE)commandData;
674 if (pComponentPrivate->curState == commandedState)
686 switch(commandedState)
2294 G729ENC_DPRINT("commandedState = %ld\n", (OMX_U32)args[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c688 OMX_STATETYPE commandedState; local
731 commandedState = (OMX_STATETYPE)commandData;
732 if ( pComponentPrivate->curState==commandedState)
741 OMX_ERROR4(pComponentPrivate->dbg, "%d :: AACENC: State Given is: %d \n", __LINE__, commandedState);
745 switch(commandedState)
2679 OMX_PRSTATE1(pComponentPrivate_CC->dbg, "%d :: UTIL: commandedState = %p\n",__LINE__,args[0]);
2697 OMX_PRSTATE2(pComponentPrivate_CC->dbg, "%d :: commandedState = %d\n",__LINE__,(int)args[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c554 OMX_STATETYPE commandedState; local
609 commandedState = (OMX_STATETYPE)commandData;
610 if (pComponentPrivate->curState == commandedState) {
624 switch(commandedState) {
2832 OMX_PRSTATE2(pComponentPrivate->dbg, "%d :: commandedState = %d\n",__LINE__,(int)args[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c605 OMX_STATETYPE commandedState; local
649 commandedState = (OMX_STATETYPE)commandData;
650 if (pComponentPrivate->curState == commandedState) {
661 switch(commandedState) {
2636 OMX_PRDSP1(pComponentPrivate->dbg, ":: commandedState = %p\n",args[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c674 OMX_STATETYPE commandedState; local
705 commandedState = (OMX_STATETYPE)commandData;
707 if (pComponentPrivate->curState == commandedState) {
717 switch (commandedState) {
2757 OMX_PRSTATE2(pComponentPrivate->dbg, "commandedState = %ld\n", (OMX_U32)args[0]);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c755 OMX_STATETYPE commandedState; local
803 commandedState = (OMX_STATETYPE)commandData;
804 switch(commandedState)
837 if (pComponentPrivate->curState == commandedState)
2279 OMX_PRSTATE2(pComponentPrivate_CC->dbg, "%d :: commandedState = %p",__LINE__,args[0]);

Completed in 104 milliseconds