Lines Matching defs:from
82 char from[strlen(fromcode) + 1];
86 strcpy(from, fromcode);
98 if (!strncmp(from, "UTF-16", 6))
100 strcpy(from, "UCS-2");
101 memmove(from + 5, from + 6, strlen(from + 6));
104 p = strstr(from, "//");
108 return iconv_open(to, from);
161 , TENC_LATIN1 /* text will be converted from local encoding to Latin1, as ID3 needs it */
162 , TENC_UTF16 /* text will be converted from local encoding to Unicode, as ID3v2 wants it */
758 " -a downmix from stereo to mono file for mono encoding\n"
784 " clipping occurs and how far the waveform is from full scale\n"
939 Note from GB on 08/25/2002:
941 corresponding abr values from old alt-presets. This way we now have a
979 " For CBR 320kbps (highest quality possible from the --preset switches):\n"
1157 * from the AIFF header.
1980 global_ui_config.silent = 10; /* on a scale from 1 to 10 be very silent */
2379 case 'a': /* autoconvert input file from stereo to mono - for mono mp3 encoding */
2460 token = ""; /* no more from token */