Home | History | Annotate | Download | only in tests

Lines Matching refs:eAMRBandMode

948 	pAmrParam->eAMRBandMode 			= 0;
950 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeNB7;
951 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n",__LINE__,pAmrParam->eAMRBandMode);
953 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeNB6;
954 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n",__LINE__,pAmrParam->eAMRBandMode);
956 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeNB5;
957 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n",__LINE__,pAmrParam->eAMRBandMode);
959 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeNB4;
960 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n",__LINE__,pAmrParam->eAMRBandMode);
962 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeNB3;
963 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n",__LINE__,pAmrParam->eAMRBandMode);
965 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeNB2;
966 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n",__LINE__,pAmrParam->eAMRBandMode);
968 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeNB1;
969 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n",__LINE__,pAmrParam->eAMRBandMode);
971 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeNB0;
972 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n",__LINE__,pAmrParam->eAMRBandMode);
975 APP_IPRINT("\n%d :: App: pAmrParam->eAMRBandMode Sending Bad Parameter\n",__LINE__);
980 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode --> %d \n",__LINE__,pAmrParam->eAMRBandMode);