HomeSort by relevance Sort by last modified time
    Searched refs:commandedState (Results 1 - 16 of 16) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 633 OMX_STATETYPE commandedState = OMX_StateInvalid;
680 commandedState = (OMX_STATETYPE)commandData;
681 switch(commandedState) {
687 if (pComponentPrivate->curState == commandedState){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 637 OMX_STATETYPE commandedState = OMX_StateInvalid;
673 commandedState = (OMX_STATETYPE)commandData;
674 switch(commandedState) {
678 if (pComponentPrivate->curState == commandedState){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 684 OMX_STATETYPE commandedState;
728 commandedState = (OMX_STATETYPE)commandData;
729 switch(commandedState) {
731 if (pComponentPrivate->curState == commandedState){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 632 OMX_STATETYPE commandedState;
679 commandedState = (OMX_STATETYPE)commandData;
680 switch(commandedState) {
684 if (pComponentPrivate->curState == commandedState){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 659 OMX_STATETYPE commandedState;
719 commandedState = (OMX_STATETYPE)commandData;
720 switch(commandedState) {
722 if (pComponentPrivate->curState == commandedState){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 598 OMX_STATETYPE commandedState = OMX_StateInvalid;
635 commandedState = (OMX_STATETYPE)commandData;
636 if ( pComponentPrivate->curState==commandedState){
645 switch(commandedState) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 689 OMX_STATETYPE commandedState = OMX_StateInvalid;
717 commandedState = (OMX_STATETYPE)commandData;
718 if (pComponentPrivate->curState == commandedState) {
724 switch(commandedState) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 560 OMX_STATETYPE commandedState = OMX_StateInvalid;
588 commandedState = (OMX_STATETYPE)commandData;
589 if (pComponentPrivate->curState == commandedState) {
595 switch(commandedState) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 661 OMX_STATETYPE commandedState = OMX_StateInvalid;
704 commandedState = (OMX_STATETYPE)commandData;
705 if (pComponentPrivate->curState == commandedState){
713 switch(commandedState) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c 628 OMX_STATETYPE commandedState = OMX_StateInvalid;
673 commandedState = (OMX_STATETYPE)commandData;
674 if (pComponentPrivate->curState == commandedState)
686 switch(commandedState)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 688 OMX_STATETYPE commandedState;
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)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 554 OMX_STATETYPE commandedState;
609 commandedState = (OMX_STATETYPE)commandData;
610 if (pComponentPrivate->curState == commandedState) {
624 switch(commandedState) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 605 OMX_STATETYPE commandedState;
649 commandedState = (OMX_STATETYPE)commandData;
650 if (pComponentPrivate->curState == commandedState) {
661 switch(commandedState) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 674 OMX_STATETYPE commandedState;
705 commandedState = (OMX_STATETYPE)commandData;
707 if (pComponentPrivate->curState == commandedState) {
717 switch (commandedState) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 755 OMX_STATETYPE commandedState;
803 commandedState = (OMX_STATETYPE)commandData;
804 switch(commandedState)
837 if (pComponentPrivate->curState == commandedState)
    [all...]

Completed in 507 milliseconds