• 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

382     DPRINTF(E_DBG,L_SCAN,"Found header ext of %d (%d) bytes\n",he.data_size,size);
396 DPRINTF(E_DBG,L_SCAN," Unknown ext subheader: %02hhx%02hhx"
409 DPRINTF(E_DBG,L_SCAN," Found ext subheader: %s\n", pguid->name);
416 DPRINTF(E_DBG,L_SCAN," Size: %lld\n",sh.size);
479 DPRINTF(E_DBG,L_SCAN,"WMA Codec Type: %02X\n",codec);
538 DPRINTF(E_DBG,L_SCAN,"Reading extended content description object\n");
544 DPRINTF(E_DBG,L_SCAN,"Reading descr %d of %d\n",index,descriptor_count);
568 DPRINTF(E_DBG,L_SCAN,"Found descriptor: %s\n", descriptor_name);
578 DPRINTF(E_DBG,L_SCAN,"Type: string, value: %s\n",descriptor_byte_value);
591 DPRINTF(E_DBG,L_SCAN,"Type: bytes\n");
596 DPRINTF(E_DBG,L_SCAN,"Type: int, value: %d\n",descriptor_int_value);
602 DPRINTF(E_DBG,L_SCAN,"Type: ll, value: %lld\n",descriptor_ll_value);
608 DPRINTF(E_DBG,L_SCAN,"type: short, value %d\n",descriptor_short_value);
620 DPRINTF(E_LOG,L_SCAN,"Badly formatted wma file\n");
629 DPRINTF(E_DBG,L_SCAN,"Read fail on file\n");
669 DPRINTF(E_FATAL,L_SCAN,"malloc: wma_ext_content_descr\n");
749 DPRINTF(E_DBG,L_SCAN,"Got item of length %d: %s\n",sizes[index],utf8);
774 DPRINTF(E_FATAL,L_SCAN,"This is not my beautiful wife.\n");
812 DPRINTF(E_DBG,L_SCAN,"play_duration: %lld, "
872 DPRINTF(E_INFO,L_SCAN,"Invalid utf-16 in file\n");
878 DPRINTF(E_INFO,L_SCAN,"Invalid utf-16 in file\n");
1002 DPRINTF(E_INFO,L_SCAN,"Error opening WMA file (%s): %s\n",filename,
1010 DPRINTF(E_INFO,L_SCAN,"Error reading from %s: %s\n",filename,
1018 DPRINTF(E_INFO,L_SCAN,"Could not find header in %s\n",filename);
1026 DPRINTF(E_DBG,L_SCAN,"Found WMA header: %s\n",pguid->name);
1027 DPRINTF(E_DBG,L_SCAN,"Header size: %lld\n",hdr.size);
1028 DPRINTF(E_DBG,L_SCAN,"Header objects: %d\n",hdr.objects);
1038 DPRINTF(E_INFO,L_SCAN,"Error seeking in %s\n",filename);
1046 DPRINTF(E_INFO,L_SCAN,"Error reading from %s: %s\n",filename,
1056 DPRINTF(E_DBG,L_SCAN,"%" PRIu64 ": Found subheader: %s\n",
1074 DPRINTF(E_DBG,L_SCAN,"Unknown subheader: %02hhx%02hhx%02hhx%02hhx-"
1092 DPRINTF(E_INFO,L_SCAN,"Error reading meta info for file %s\n",
1095 DPRINTF(E_DBG,L_SCAN,"Successfully parsed file\n");