Lines Matching refs:psf_log_printf
187 psf_log_printf (psf, "Input does not appear to be the start of an Ogg bitstream.\n") ;
199 psf_log_printf (psf, "Error reading first page of Ogg bitstream data\n") ;
205 psf_log_printf (psf, "Error reading initial header page packet.\n") ;
280 { psf_log_printf (psf, "Ogg : Skipped %d bytes looking for the next page. Corrupted bitstream?!\n", position) ;
324 { psf_log_printf (psf, "Ogg : File ended unexpectedly without an End-Of-Stream flag set.\n") ;
378 psf_log_printf (psf, "Ogg : Warning, libogg reports a hole at %d bytes.\n", ogg_sync_ftell (psf)) ;
760 psf_log_printf (psf, "%s : bad psf->sf.format 0x%x.\n", __func__, psf->sf.format) ;
811 psf_log_printf (psf, "Detected Ogg/PCM data. This is not supported yet.\n") ;
818 psf_log_printf (psf, "This Ogg bitstream contains some uknown data type.\n") ;
848 { psf_log_printf (psf, "Ogg stream data : %s\n", codec_lookup [k].name) ;
849 psf_log_printf (psf, "Stream serialno : %u\n", (uint32_t) ogg_page_serialno (og)) ;
856 psf_log_printf (psf, "Ogg_stream data : '") ;
858 psf_log_printf (psf, "%c", isprint (og->body [k]) ? og->body [k] : '.') ;
859 psf_log_printf (psf, "' ") ;
861 psf_log_printf (psf, " %02x", og->body [k] & 0xff) ;
862 psf_log_printf (psf, "\n") ;
913 psf_log_printf (psf, "This version of libsndfile was compiled without Ogg/Vorbis support.\n") ;