Home | History | Annotate | Download | only in tests

Lines Matching refs:eAMRBandMode

936         pAmrParam->eAMRBandMode             = OMX_AUDIO_AMRBandModeUnused;
940 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeWB8;
941 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n", __LINE__, pAmrParam->eAMRBandMode);
943 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeWB7;
944 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n", __LINE__, pAmrParam->eAMRBandMode);
946 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeWB6;
947 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n", __LINE__, pAmrParam->eAMRBandMode);
949 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeWB5;
950 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n", __LINE__, pAmrParam->eAMRBandMode);
952 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeWB4;
953 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n", __LINE__, pAmrParam->eAMRBandMode);
955 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeWB3;
956 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n", __LINE__, pAmrParam->eAMRBandMode);
958 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeWB2;
959 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n", __LINE__, pAmrParam->eAMRBandMode);
961 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeWB1;
962 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n", __LINE__, pAmrParam->eAMRBandMode);
964 pAmrParam->eAMRBandMode = OMX_AUDIO_AMRBandModeWB0;
965 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode = %d \n", __LINE__, pAmrParam->eAMRBandMode);
968 APP_IPRINT("\n%d :: App: pAmrParam->eAMRBandMode Sending Bad Parameter\n", __LINE__);
973 APP_DPRINT("\n%d :: App: pAmrParam->eAMRBandMode --> %d \n", __LINE__, pAmrParam->eAMRBandMode);
1239 APP_IPRINT("%d :: App: pAmrParam->eAMRBandMode --> %d \n", __LINE__, pAmrParam->eAMRBandMode);