• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/

Lines Matching defs:expected

361 		FLAC__int32 expected;
365 encoder->get_verify_decoder_error_stats(&absolute_sample, &frame_number, &channel, &sample, &expected, &got);
371 printf("FAILED, expected true, got false\n");
378 printf("FAILED, expected true, got false\n");
385 printf("FAILED, expected false, got true\n");
392 printf("FAILED, expected false, got true\n");
399 printf("FAILED, expected %u, got %u\n", streaminfo_.data.stream_info.channels, encoder->get_channels());
406 printf("FAILED, expected %u, got %u\n", streaminfo_.data.stream_info.bits_per_sample, encoder->get_bits_per_sample());
413 printf("FAILED, expected %u, got %u\n", streaminfo_.data.stream_info.sample_rate, encoder->get_sample_rate());
420 printf("FAILED, expected %u, got %u\n", streaminfo_.data.stream_info.min_blocksize, encoder->get_blocksize());
427 printf("FAILED, expected %u, got %u\n", 0, encoder->get_max_lpc_order());
439 printf("FAILED, expected false, got true\n");
446 printf("FAILED, expected false, got true\n");
453 printf("FAILED, expected false, got true\n");
460 printf("FAILED, expected %u, got %u\n", 0, encoder->get_min_residual_partition_order());
467 printf("FAILED, expected %u, got %u\n", 0, encoder->get_max_residual_partition_order());
474 printf("FAILED, expected %u, got %u\n", 0, encoder->get_rice_parameter_search_dist());
482 printf("FAILED, expected %I64u, got %I64u\n", streaminfo_.data.stream_info.total_samples, encoder->get_total_samples_estimate());
484 printf("FAILED, expected %llu, got %llu\n", (unsigned long long)streaminfo_.data.stream_info.total_samples, (unsigned long long)encoder->get_total_samples_estimate());