Searched refs:sample_rates (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/test/
H A Dtest.c38 int sample_rates [] = { 44100, 48000, 32000, 22050, 16000, 96000 } ; local
44 for (k = 0 ; k < ARRAY_LEN (sample_rates); k ++) {
46 snprintf (filename, sizeof (filename), "vorbis_%u.ogg", sample_rates [k]);
54 write_vorbis_data_or_die (filename, sample_rates [k], data_out, ARRAY_LEN (data_out));
55 read_vorbis_data_or_die (filename, sample_rates [k], data_in, ARRAY_LEN (data_in));

Completed in 32 milliseconds