Home
last modified time | relevance | path

Searched refs:FLAC__metadata_iterator_get_block (Results 1 – 12 of 12) sorted by relevance

/external/flac/src/test_libFLAC/
Dmetadata_manip.c418 if(0 == (block = FLAC__metadata_iterator_get_block(iterator))) { in compare_chain_()
1489 if(0 == (block = FLAC__metadata_iterator_get_block(iterator))) in test_level_2_()
1502 if(!compare_chain_(chain, our_current_position, FLAC__metadata_iterator_get_block(iterator))) in test_level_2_()
1518 if(0 == (block = FLAC__metadata_iterator_get_block(iterator))) in test_level_2_()
1532 if(!compare_chain_(chain, our_current_position, FLAC__metadata_iterator_get_block(iterator))) in test_level_2_()
1549 if(!compare_chain_(chain, our_current_position, FLAC__metadata_iterator_get_block(iterator))) in test_level_2_()
1566 if(!compare_chain_(chain, our_current_position, FLAC__metadata_iterator_get_block(iterator))) in test_level_2_()
1583 if(!compare_chain_(chain, our_current_position, FLAC__metadata_iterator_get_block(iterator))) in test_level_2_()
1600 if(!compare_chain_(chain, our_current_position, FLAC__metadata_iterator_get_block(iterator))) in test_level_2_()
1622 if(!compare_chain_(chain, our_current_position, FLAC__metadata_iterator_get_block(iterator))) in test_level_2_()
[all …]
/external/flac/src/metaflac/
Doperations_shorthand_picture.c65 FLAC__StreamMetadata *block = FLAC__metadata_iterator_get_block(iterator); in do_shorthand_operation__picture()
91 FLAC__StreamMetadata *block = FLAC__metadata_iterator_get_block(iterator); in do_shorthand_operation__picture()
Doperations_shorthand_seektable.c47 block = FLAC__metadata_iterator_get_block(iterator); in do_shorthand_operation__add_seekpoints()
74 FLAC__ASSERT(FLAC__metadata_iterator_get_block(iterator) == block); in do_shorthand_operation__add_seekpoints()
Doperations_shorthand_streaminfo.c44 block = FLAC__metadata_iterator_get_block(iterator); in do_shorthand_operation__streaminfo()
Doperations_shorthand_vorbiscomment.c54 block = FLAC__metadata_iterator_get_block(iterator); in do_shorthand_operation__vorbis_comment()
72 FLAC__ASSERT(FLAC__metadata_iterator_get_block(iterator) == block); in do_shorthand_operation__vorbis_comment()
Doperations_shorthand_cuesheet.c51 FLAC__StreamMetadata *block = FLAC__metadata_iterator_get_block(iterator); in do_shorthand_operation__cuesheet()
Doperations.c188 block = FLAC__metadata_iterator_get_block(iterator); in do_major_operation__list()
192 else if(passes_filter(options, FLAC__metadata_iterator_get_block(iterator), block_number)) in do_major_operation__list()
223 if(passes_filter(options, FLAC__metadata_iterator_get_block(iterator), block_number)) { in do_major_operation__remove()
/external/flac/src/test_seeking/
Dmain.c132 ok = ok && (FLAC__metadata_iterator_get_block(it)->type == FLAC__METADATA_TYPE_STREAMINFO); in read_pcm_()
133 ok = ok && (channels = FLAC__metadata_iterator_get_block(it)->data.stream_info.channels); in read_pcm_()
134 ok = ok && (bps = FLAC__metadata_iterator_get_block(it)->data.stream_info.bits_per_sample); in read_pcm_()
/external/flac/src/share/grabbag/
Dreplaygain.c447 *block = FLAC__metadata_iterator_get_block(iterator); in store_to_file_pre_()
469 FLAC__ASSERT(FLAC__metadata_iterator_get_block(iterator) == *block); in store_to_file_pre_()
/external/flac/include/FLAC/
Dmetadata.h1171 FLAC_API FLAC__StreamMetadata *FLAC__metadata_iterator_get_block(FLAC__Metadata_Iterator *iterator);
/external/flac/src/libFLAC++/
Dmetadata.cpp1696 Prototype *block = local::construct_block(::FLAC__metadata_iterator_get_block(iterator_)); in get_block()
/external/flac/src/libFLAC/
Dmetadata_iterators.c1951 FLAC_API FLAC__StreamMetadata *FLAC__metadata_iterator_get_block(FLAC__Metadata_Iterator *iterator) in FLAC__metadata_iterator_get_block() function