Lines Matching refs:expected_length
252 uint32_t expected_length; in test_metadata_object_streaminfo() local
260 expected_length = FLAC__STREAM_METADATA_STREAMINFO_LENGTH; in test_metadata_object_streaminfo()
261 if(block.get_length() != expected_length) { in test_metadata_object_streaminfo()
262 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length()); in test_metadata_object_streaminfo()
485 uint32_t expected_length; in test_metadata_object_padding() local
493 expected_length = 0; in test_metadata_object_padding()
494 if(block.get_length() != expected_length) { in test_metadata_object_padding()
495 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length()); in test_metadata_object_padding()
646 uint32_t expected_length; in test_metadata_object_application() local
654 expected_length = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8; in test_metadata_object_application()
655 if(block.get_length() != expected_length) { in test_metadata_object_application()
656 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length()); in test_metadata_object_application()
816 uint32_t expected_length; in test_metadata_object_seektable() local
824 expected_length = 0; in test_metadata_object_seektable()
825 if(block.get_length() != expected_length) { in test_metadata_object_seektable()
826 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length()); in test_metadata_object_seektable()
1015 uint32_t expected_length; in test_metadata_object_vorbiscomment() local
1177 …expected_length = (FLAC__STREAM_METADATA_VORBIS_COMMENT_ENTRY_LENGTH_LEN/8 + strlen(::FLAC__VENDOR… in test_metadata_object_vorbiscomment()
1178 if(block.get_length() != expected_length) { in test_metadata_object_vorbiscomment()
1179 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length()); in test_metadata_object_vorbiscomment()
1431 uint32_t expected_length; in test_metadata_object_cuesheet() local
1549 expected_length = ( in test_metadata_object_cuesheet()
1556 if(block.get_length() != expected_length) { in test_metadata_object_cuesheet()
1557 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length()); in test_metadata_object_cuesheet()
1810 uint32_t expected_length; in test_metadata_object_picture() local
1818 expected_length = ( in test_metadata_object_picture()
1828 if(block.get_length() != expected_length) { in test_metadata_object_picture()
1829 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length()); in test_metadata_object_picture()