Lines Matching refs:info
56 { SF_FORMAT_INFO info ;
65 { info.format = m ;
66 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &info, sizeof (info)) ;
68 have_flac = info.format == SF_FORMAT_FLAC ? 1 : have_flac ;
69 have_ogg = info.format == SF_FORMAT_OGG ? 1 : have_ogg ;
86 { SF_FORMAT_INFO info ;
95 { info.format = s ;
96 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE, &info, sizeof (info)) ;
98 have_vorbis = info.format == SF_FORMAT_VORBIS ? 1 : have_vorbis ;
99 have_opus = info.format == SF_FORMAT_OPUS ? 1 : have_opus ;
116 { SF_FORMAT_INFO info ;
125 { info.format = s ;
126 sf_command (NULL, SFC_GET_SIMPLE_FORMAT, &info, sizeof (info)) ;
128 switch (info.format & SF_FORMAT_TYPEMASK)
141 switch (info.format & SF_FORMAT_SUBMASK)