Home | History | Annotate | Download | only in audio

Lines Matching full:case

40 		case AUDIO_U8: {
54 case AUDIO_S8: {
68 case AUDIO_U16: {
99 case AUDIO_S16: {
147 case AUDIO_U8: {
161 case AUDIO_S8: {
175 case AUDIO_U16: {
210 case AUDIO_S16: {
263 case AUDIO_U8: {
277 case AUDIO_S8: {
291 case AUDIO_U16: {
326 case AUDIO_S16: {
415 case AUDIO_U8: {
436 case AUDIO_S8: {
457 case AUDIO_U16: {
516 case AUDIO_S16: {
592 case AUDIO_U8: {
611 case AUDIO_S8: {
630 case AUDIO_U16: {
679 case AUDIO_S16: {
871 case 8:
879 case 16:
909 case 8:
919 case 16:
952 case 8:
966 case 16:
1008 case 8:
1026 case 16:
1075 case 8:
1082 case 16:
1110 case 8:
1118 case 16:
1148 case 8:
1158 case 16:
1191 case 8:
1203 case 16:
1240 case 8: {
1253 case 16: {
1269 case 8: {
1282 case 16: {
1354 case AUDIO_U8:
1359 case AUDIO_U16LSB:
1365 case AUDIO_U16MSB:
1448 case 1: rate_cvt = SDL_RateDIV2; break;
1449 case 2: rate_cvt = SDL_RateDIV2_c2; break;
1450 case 4: rate_cvt = SDL_RateDIV2_c4; break;
1451 case 6: rate_cvt = SDL_RateDIV2_c6; break;
1460 case 1: rate_cvt = SDL_RateMUL2; break;
1461 case 2: rate_cvt = SDL_RateMUL2_c2; break;
1462 case 4: rate_cvt = SDL_RateMUL2_c4; break;
1463 case 6: rate_cvt = SDL_RateMUL2_c6; break;