Lines Matching refs:format
65 { info.format = m ;
68 have_flac = info.format == SF_FORMAT_FLAC ? 1 : have_flac ;
69 have_ogg = info.format == SF_FORMAT_OGG ? 1 : have_ogg ;
95 { info.format = s ;
98 have_vorbis = info.format == SF_FORMAT_VORBIS ? 1 : have_vorbis ;
99 have_opus = info.format == SF_FORMAT_OPUS ? 1 : have_opus ;
125 { info.format = s ;
128 switch (info.format & SF_FORMAT_TYPEMASK)
141 switch (info.format & SF_FORMAT_SUBMASK)
192 sfinfo.format = SF_FORMAT_FLAC | SF_FORMAT_PCM_16 ;