Home | History | Annotate | Download | only in test

Lines Matching defs:mode

44   int len_int, mode;
64 fprintf(stderr, "%s mode inputfile bytefile outputfile channelfile\n",
70 mode=atoi(argv[1]);
71 if (mode != 20 && mode != 30) {
72 fprintf(stderr,"Wrong mode %s, must be 20, or 30\n", argv[1]);
103 fprintf(stderr,"\n10ms split with raw mode: %2d ms\n", mode);
105 fprintf(stderr,"\nMode : %2d ms\n", mode);
125 WebRtcIlbcfix_EncoderInit(Enc_Inst, mode);
126 WebRtcIlbcfix_DecoderInit(Dec_Inst, mode);
132 readlen = (size_t)(mode << 3);