Lines Matching refs:psf_log_printf
169 { psf_log_printf (psf, "Vorbis: First packet does not have a beginning-of-stream bit.\n") ;
174 { psf_log_printf (psf, "Vorbis: First page contains extraneous packets!\n") ;
180 psf_log_printf (psf, "Found Vorbis in stream header, but vorbis_synthesis_headerin failed.\n") ;
203 { psf_log_printf (psf, "End of file before finding all Vorbis headers!\n") ;
207 { psf_log_printf (psf, "Error reading file while finding Vorbis headers!\n") ;
215 psf_log_printf (psf, "Corrupt secondary header. Exiting.\n") ;
228 psf_log_printf (psf, "Vorbis: stream has extraneous header packets.\n") ;
230 psf_log_printf (psf, "Bitstream is %d channel, %D Hz\n", vdata->vinfo.channels, vdata->vinfo.rate) ;
231 psf_log_printf (psf, "Encoded by : %s\n", vdata->vcomment.vendor) ;
257 psf_log_printf (psf, "Ogg: Last page lacks an end-of-stream bit.\n") ;
260 psf_log_printf (psf, "Ogg: Junk after the last page.\n") ;
267 psf_log_printf (psf, "PCM offset : %D\n", vdata->pcm_start) ;
269 psf_log_printf (psf, "PCM end : %D\n", vdata->pcm_end) ;
271 psf_log_printf (psf, "PCM end : unknown\n") ;
282 { psf_log_printf (psf, "Metadata :\n") ;
287 psf_log_printf (psf, " %-10s : %s\n", vorbis_metatypes [i].name, dd) ;
289 psf_log_printf (psf, "End\n") ;
462 { psf_log_printf (psf, "%s : odata is NULL???\n", __func__) ;
472 psf_log_printf (psf, "Vorbis library version : %s\n", vorbis_version_string ()) ;
530 psf_log_printf (psf, "%s : Setting SFC_SET_VBR_ENCODING_QUALITY to %f.\n", __func__, vdata->quality) ;
938 psf_log_printf (psf, "Vorbis: Seek search failed. Reading through stream from start.\n") ;
1007 { psf_log_printf (psf, "Vorbis: Ogg page has no granule position, cannot calculate sample position!\n") ;
1032 psf_log_printf (psf, "Vorbis: Cannot calculate ambiguous last page duration. Sample count may be wrong.\n") ;
1036 { psf_log_printf (psf, "Vorbis: Granule position is nonsensical! (Missing end-of-stream marker?)\n") ;
1053 psf_log_printf (psf, "This version of libsndfile was compiled without Ogg/Vorbis support.\n") ;