Lines Matching refs:printf
30 printf("Failed to read top level RIFF header!\n"); in Initialize()
36 printf("Missing expected 'RIFF' 4CC (expected 0x%08x got 0x%08x)\n", in Initialize()
44 printf("Failed to read top level WAVE header!\n"); in Initialize()
50 printf("Missing expected 'RIFF' 4CC (expected 0x%08x got 0x%08x)\n", in Initialize()
56 printf("Missing expected 'RIFF' 4CC (expected 0x%08x got 0x%08x)\n", in Initialize()
62 printf("Bad frame size (%hu)\n", wav_info.frame_size); in Initialize()
69 printf("Unsupported format (0x%08hx) must be LPCM (0x%08hx)\n", in Initialize()
78 printf("Unsupported bits per sample (%hu)\n", wav_info.bits_per_sample); in Initialize()
88 printf("Bad format chunk length in WAV header (%u)\n", wav_info.fmt_chunk_len); in Initialize()
95 printf("Error while attempt to skip %zu bytes of extra WAV header\n", in Initialize()
106 printf("Failed to find DATA chunk header\n"); in Initialize()
115 printf("Error while attempt to skip %u bytes of 0x%08x chunk\n", in Initialize()
127 printf("WARNING: Data chunk length (%u) not a multiple of frame size (%hu)\n", in Initialize()