Lines Matching refs:expected_length
124 const uint32_t expected_length = num_points * FLAC__STREAM_METADATA_SEEKPOINT_LENGTH; in check_seektable_() local
126 if(block->length != expected_length) { in check_seektable_()
127 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length); in check_seektable_()
510 uint32_t i, expected_length, seekpoints; in test_metadata_object() local
525 expected_length = FLAC__STREAM_METADATA_STREAMINFO_LENGTH; in test_metadata_object()
526 if(block->length != expected_length) { in test_metadata_object()
527 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length); in test_metadata_object()
556 expected_length = 0; in test_metadata_object()
557 if(block->length != expected_length) { in test_metadata_object()
558 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length); in test_metadata_object()
587 expected_length = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8; in test_metadata_object()
588 if(block->length != expected_length) { in test_metadata_object()
589 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length); in test_metadata_object()
613 expected_length = (FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8) + sizeof(dummydata); in test_metadata_object()
614 if(block->length != expected_length) { in test_metadata_object()
615 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length); in test_metadata_object()
643 expected_length = (FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8) + sizeof(dummydata); in test_metadata_object()
644 if(block->length != expected_length) { in test_metadata_object()
645 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length); in test_metadata_object()
1002 …expected_length = (FLAC__STREAM_METADATA_VORBIS_COMMENT_ENTRY_LENGTH_LEN/8 + strlen(FLAC__VENDOR_S… in test_metadata_object()
1003 if(block->length != expected_length) { in test_metadata_object()
1004 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length); in test_metadata_object()
1605 expected_length = ( in test_metadata_object()
1612 if(block->length != expected_length) { in test_metadata_object()
1613 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length); in test_metadata_object()
2043 expected_length = ( in test_metadata_object()
2053 if(block->length != expected_length) { in test_metadata_object()
2054 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block->length); in test_metadata_object()