• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/

Lines Matching refs:DPRINTF

198 		  DPRINTF(E_WARN, L_XCODE, "Resample returned no samples!\n");
219 DPRINTF(E_WARN, L_XCODE, "Could not copy WAV data to buffer\n");
236 DPRINTF(E_WARN, L_XCODE, "Could not read more data\n");
275 DPRINTF(E_WARN, L_XCODE, "Could not seek into stream: %s\n", strerror(AVUNERROR(ret)));
297 DPRINTF(E_WARN, L_XCODE, "Could not read more data while seeking\n");
335 DPRINTF(E_DBG, L_XCODE, "Seek wanted %d ms, got %d ms\n", ms, got_ms);
351 DPRINTF(E_WARN, L_XCODE, "Could not allocate transcode context\n");
364 DPRINTF(E_WARN, L_XCODE, "Could not open file %s: %s\n", mfi->fname, strerror(AVUNERROR(ret)));
373 DPRINTF(E_WARN, L_XCODE, "Could not find stream info: %s\n", strerror(AVUNERROR(ret)));
395 DPRINTF(E_WARN, L_XCODE, "No audio stream found in file %s\n", mfi->fname);
405 DPRINTF(E_WARN, L_XCODE, "No suitable decoder found for codec\n");
416 DPRINTF(E_WARN, L_XCODE, "Could not open codec: %s\n", strerror(AVUNERROR(ret)));
424 DPRINTF(E_WARN, L_XCODE, "Could not allocate transcode buffer\n");
434 DPRINTF(E_DBG, L_XCODE, "Setting up resampling (%d@%d)\n", ctx->acodec->channels, ctx->acodec->sample_rate);
444 DPRINTF(E_WARN, L_XCODE, "Could not init resample from %d@%d to 2@44100\n", ctx->acodec->channels, ctx->acodec->sample_rate);
452 DPRINTF(E_WARN, L_XCODE, "Could not allocate resample buffer\n");
518 DPRINTF(E_DBG, L_XCODE, "Determining transcoding status for codectype %s\n", file_codectype);
531 DPRINTF(E_DBG, L_XCODE, "Codectype is in no_transcode\n");
547 DPRINTF(E_DBG, L_XCODE, "Codectype is in force_transcode\n");
560 DPRINTF(E_DBG, L_XCODE, "User-Agent: %s\n", user_agent);
564 DPRINTF(E_DBG, L_XCODE, "Client is iTunes\n");
570 DPRINTF(E_DBG, L_XCODE, "Client is QuickTime, using iTunes codecs\n");
576 DPRINTF(E_DBG, L_XCODE, "Client is Front Row, using iTunes codecs\n");
582 DPRINTF(E_DBG, L_XCODE, "Client is Remote, using iTunes codecs\n");
588 DPRINTF(E_DBG, L_XCODE, "Client is a Roku device\n");
594 DPRINTF(E_DBG, L_XCODE, "Client is a AppleCoreMedia, using iTunes codecs\n");
599 DPRINTF(E_DBG, L_XCODE, "Client is a Hifidelio device, allegedly cannot transcode\n");
610 DPRINTF(E_DBG, L_XCODE, "Client advertises codecs: %s\n", client_codecs);
614 DPRINTF(E_DBG, L_XCODE, "Could not identify client, using default codectype set\n");
621 DPRINTF(E_DBG, L_XCODE, "Codectype supported by client, no transcoding needed\n");
625 DPRINTF(E_DBG, L_XCODE, "Will transcode\n");