Home
last modified time | relevance | path

Searched refs:FLAC__metadata_iterator_new (Results 1 – 13 of 13) sorted by relevance

/external/flac/src/metaflac/
Doperations_shorthand_streaminfo.c37 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); in do_shorthand_operation__streaminfo()
Doperations.c176 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); in do_major_operation__list()
211 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); in do_major_operation__remove()
237 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); in do_major_operation__remove_all()
493 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); in do_shorthand_operation__add_padding()
Doperations_shorthand_picture.c40 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); in do_shorthand_operation__picture()
Doperations_shorthand_cuesheet.c40 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); in do_shorthand_operation__cuesheet()
Doperations_shorthand_seektable.c37 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); in do_shorthand_operation__add_seekpoints()
Doperations_shorthand_vorbiscomment.c46 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); in do_shorthand_operation__vorbis_comment()
/external/flac/src/plugin_common/
Dtags.c237 if(0 == (iterator = FLAC__metadata_iterator_new())) { in FLAC_plugin__tags_set()
/external/flac/src/test_libFLAC/
Dmetadata_manip.c408 if(0 == (iterator = FLAC__metadata_iterator_new())) in compare_chain_()
1482 if(0 == (iterator = FLAC__metadata_iterator_new())) in test_level_2_()
1827 if(0 == (iterator = FLAC__metadata_iterator_new())) in test_level_2_()
2065 if(0 == (iterator = FLAC__metadata_iterator_new())) in test_level_2_misc_()
/external/flac/src/test_seeking/
Dmain.c130 ok = ok && (it = FLAC__metadata_iterator_new()); in read_pcm_()
/external/flac/include/FLAC/
Dmetadata.h1091 FLAC_API FLAC__Metadata_Iterator *FLAC__metadata_iterator_new(void);
/external/flac/src/share/grabbag/
Dreplaygain.c439 if(0 == (iterator = FLAC__metadata_iterator_new())) { in store_to_file_pre_()
/external/flac/src/libFLAC++/
Dmetadata.cpp1648 iterator_(::FLAC__metadata_iterator_new()) in Iterator()
/external/flac/src/libFLAC/
Dmetadata_iterators.c1891 FLAC_API FLAC__Metadata_Iterator *FLAC__metadata_iterator_new(void) in FLAC__metadata_iterator_new() function