Lines Matching defs:format
85 static sf_count_t find_data_offset (int fd, int format) ;
118 /* Grab the format info from the broken file. */
126 data_offset = find_data_offset (fd, sfinfo.format & SF_FORMAT_TYPEMASK) ;
130 switch (sfinfo.format & SF_FORMAT_TYPEMASK)
133 sfinfo.format = SF_FORMAT_W64 | (sfinfo.format & SF_FORMAT_SUBMASK) ;
141 switch (sfinfo.format & SF_FORMAT_SUBMASK)
232 find_data_offset (int fd, int format)
238 switch (format)
251 puts ("Error : Sorry, don't handle this input file format.\n") ;