Searched refs:res_sample_format (Results 1 – 1 of 1) sorted by relevance
1279 xmlrpc_value *res_type, *res_rate, *res_sample_format, *res_channel; in audio_format_from_xml() local1284 xmlrpc_struct_find_value(&chamelium->env, res, "sample_format", &res_sample_format); in audio_format_from_xml()1291 xmlrpc_read_string(&chamelium->env, res_sample_format, (const char **) &sample_format); in audio_format_from_xml()1303 xmlrpc_DECREF(res_sample_format); in audio_format_from_xml()