Lines Matching refs:psf_log_printf
78 { psf_log_printf (psf, "%s : odata is NULL???\n", __func__) ;
165 psf_log_printf (psf, "Speex header\n") ;
234 psf_log_printf (psf, "End\n") ;
236 psf_log_printf (psf, "packet_count %d\n", packet_count) ;
237 psf_log_printf (psf, "page_nb_packets %d\n", page_nb_packets) ;
238 psf_log_printf (psf, "page_granule %lld\n", page_granule) ;
269 { psf_log_printf (psf, "Cannot read Speex header\n") ;
278 { psf_log_printf (psf, "Mode number %d does not (yet/any longer) exist in this version\n", spx->header.mode) ;
289 { psf_log_printf (psf, "This file was encoded with Speex bit-stream version %d, which I don't know how to decode\n", spx->header.speex_version_id) ;
294 { psf_log_printf (psf, "The file was encoded with a newer version of Speex. You need to upgrade in order to play it.\n") ;
299 { psf_log_printf (psf, "The file was encoded with an older version of Speex. You would need to downgrade the version in order to play it.\n") ;
305 { psf_log_printf (psf, "Decoder initialization failed.\n") ;
344 psf_log_printf (psf, " Encoder ver : %s\n Frames/packet : %d\n",
348 psf_log_printf (psf, " Bit rate : %d\n", spx->header.bitrate) ;
350 psf_log_printf (psf, " Sample rate : %d\n Mode : %s\n VBR : %s\n Channels : %d\n",
353 psf_log_printf (psf, " Extra headers : %d\n", spx->header.extra_headers) ;
424 psf_log_printf (psf, "This version of libsndfile was compiled without Ogg/Speex support.\n") ;