Home
last modified time | relevance | path

Searched refs:FLAC__metadata_iterator_next (Results 1 – 11 of 11) sorted by relevance

/external/flac/src/metaflac/
Doperations_shorthand_picture.c52 while(FLAC__metadata_iterator_next(iterator)) in do_shorthand_operation__picture()
82 } while(FLAC__metadata_iterator_next(iterator)); in do_shorthand_operation__picture()
95 } while(FLAC__metadata_iterator_next(iterator) && 0 == picture); in do_shorthand_operation__picture()
Doperations_shorthand_cuesheet.c64 } while(FLAC__metadata_iterator_next(iterator)); in do_shorthand_operation__cuesheet()
82 while(FLAC__metadata_iterator_next(iterator)) in do_shorthand_operation__cuesheet()
Doperations.c195 } while(ok && FLAC__metadata_iterator_next(iterator)); in do_major_operation__list()
221 while(ok && FLAC__metadata_iterator_next(iterator)) { in do_major_operation__remove()
226 ok &= FLAC__metadata_iterator_next(iterator); in do_major_operation__remove()
245 while(ok && FLAC__metadata_iterator_next(iterator)) { in do_major_operation__remove_all()
248 ok &= FLAC__metadata_iterator_next(iterator); in do_major_operation__remove_all()
500 while(FLAC__metadata_iterator_next(iterator)) in do_shorthand_operation__add_padding()
Doperations_shorthand_vorbiscomment.c57 } while(!found_vc_block && FLAC__metadata_iterator_next(iterator)); in do_shorthand_operation__vorbis_comment()
65 while(FLAC__metadata_iterator_next(iterator)) in do_shorthand_operation__vorbis_comment()
Doperations_shorthand_seektable.c54 } while(!found_seektable_block && FLAC__metadata_iterator_next(iterator)); in do_shorthand_operation__add_seekpoints()
/external/flac/src/test_libFLAC/
Dmetadata_manip.c429 next_ok = FLAC__metadata_iterator_next(iterator); in compare_chain_()
1508 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()
1513 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()
1718 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()
1756 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()
1761 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()
1766 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()
1835 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()
1840 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()
1857 if(!FLAC__metadata_iterator_next(iterator)) in test_level_2_()
[all …]
/external/flac/src/share/grabbag/
Dreplaygain.c450 } while(!found_vc_block && FLAC__metadata_iterator_next(iterator)); in store_to_file_pre_()
460 while(FLAC__metadata_iterator_next(iterator)) in store_to_file_pre_()
/external/flac/src/plugin_common/
Dtags.c247 } while(!got_vorbis_comments && FLAC__metadata_iterator_next(iterator)); in FLAC_plugin__tags_set()
/external/flac/include/FLAC/
Dmetadata.h1124 FLAC_API FLAC__bool FLAC__metadata_iterator_next(FLAC__Metadata_Iterator *iterator);
/external/flac/src/libFLAC++/
Dmetadata.cpp1678 return static_cast<bool>(::FLAC__metadata_iterator_next(iterator_)); in next()
/external/flac/src/libFLAC/
Dmetadata_iterators.c1920 FLAC_API FLAC__bool FLAC__metadata_iterator_next(FLAC__Metadata_Iterator *iterator) in FLAC__metadata_iterator_next() function