Lines Matching refs:sfinfo_rd
118 SF_INFO sfinfo_rd, sfinfo_rw ;
120 memset (&sfinfo_rd, 0, sizeof (sfinfo_rd)) ;
124 if ((file = sf_open (filename, SFM_READ, &sfinfo_rd)) == NULL)
149 if (sfinfo_rd.format != sfinfo_rw.format)
151 sfinfo_rd.format, sfinfo_rw.format) ;
155 if (sfinfo_rd.channels != sfinfo_rw.channels)
157 sfinfo_rd.channels, sfinfo_rw.channels) ;
161 if (sfinfo_rd.frames != sfinfo_rw.frames)
163 sfinfo_rd.frames, sfinfo_rw.frames) ;