Home
last modified time | relevance | path

Searched refs:subtype_formats (Results 1 – 1 of 1) sorted by relevance

/third_party/libsnd/src/
Dcommand.c178 static SF_FORMAT_INFO subtype_formats [] = variable
226 { return (sizeof (subtype_formats) / sizeof (SF_FORMAT_INFO)) ; in psf_get_format_subtype_count()
233 …if (data->format < 0 || data->format >= (SIGNED_SIZEOF (subtype_formats) / SIGNED_SIZEOF (SF_FORMA… in psf_get_format_subtype()
239 memcpy (data, &(subtype_formats [indx]), sizeof (SF_FORMAT_INFO)) ; in psf_get_format_subtype()
264 for (k = 0 ; k < (SIGNED_SIZEOF (subtype_formats) / SIGNED_SIZEOF (SF_FORMAT_INFO)) ; k++) in psf_get_format_info()
265 { if (format == subtype_formats [k].format) in psf_get_format_info()
266 { memcpy (data, &(subtype_formats [k]), sizeof (SF_FORMAT_INFO)) ; in psf_get_format_info()