Home
last modified time | relevance | path

Searched refs:FLAC__metadata_iterator_prev (Results 1 – 6 of 6) sorted by relevance

/external/flac/src/metaflac/
Doperations_shorthand_picture.c62 while(FLAC__metadata_iterator_prev(iterator)) in do_shorthand_operation__picture()
Doperations_shorthand_seektable.c66 while(FLAC__metadata_iterator_prev(iterator)) in do_shorthand_operation__add_seekpoints()
/external/flac/include/FLAC/
Dmetadata.h1138 FLAC_API FLAC__bool FLAC__metadata_iterator_prev(FLAC__Metadata_Iterator *iterator);
/external/flac/src/test_libFLAC/
Dmetadata_manip.c1699 if(!FLAC__metadata_iterator_prev(iterator)) in test_level_2_()
1704 if(!FLAC__metadata_iterator_prev(iterator)) in test_level_2_()
1900 if(!FLAC__metadata_iterator_prev(iterator)) in test_level_2_()
/external/flac/src/libFLAC++/
Dmetadata.cpp1684 return static_cast<bool>(::FLAC__metadata_iterator_prev(iterator_)); in prev()
/external/flac/src/libFLAC/
Dmetadata_iterators.c1931 FLAC_API FLAC__bool FLAC__metadata_iterator_prev(FLAC__Metadata_Iterator *iterator) in FLAC__metadata_iterator_prev() function