Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommand.c187 static SF_FORMAT_INFO subtype_formats [] = variable
241 { return (sizeof (subtype_formats) / sizeof (SF_FORMAT_INFO)) ; in psf_get_format_subtype_count()
248 …if (data->format < 0 || data->format >= (SIGNED_SIZEOF (subtype_formats) / SIGNED_SIZEOF (SF_FORMA… in psf_get_format_subtype()
254 memcpy (data, &(subtype_formats [indx]), sizeof (SF_FORMAT_INFO)) ; in psf_get_format_subtype()
279 for (k = 0 ; k < (SIGNED_SIZEOF (subtype_formats) / SIGNED_SIZEOF (SF_FORMAT_INFO)) ; k++) in psf_get_format_info()
280 { if (format == subtype_formats [k].format) in psf_get_format_info()
281 { memcpy (data, &(subtype_formats [k]), sizeof (SF_FORMAT_INFO)) ; in psf_get_format_info()