Lines Matching refs:ifmt
82 format_type ifmt = F_SUN; // expected input format type
109 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset);
112 (void) parse_format((char *)"pcm", ihdr, ifmt, i_offset);
115 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset);
118 (void) parse_format((char *)"g721", ihdr, ifmt, i_offset);
121 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset);
171 if (parse_format(optarg, ihdr, ifmt, i_offset) == -1) {
212 ifmt = F_SUN;
214 if (parse_format(argv[++optind], ihdr, ifmt, i_offset)
264 ofmt = ifmt;
290 ofmt = ifmt;