Home
last modified time | relevance | path

Searched refs:got_vorbis_comments (Results 1 – 2 of 2) sorted by relevance

/external/flac/src/plugin_common/
Dreplaygain.c44 FLAC__bool got_vorbis_comments = false; in FLAC_plugin__replaygain_get_from_file() local
57 got_vorbis_comments = true; in FLAC_plugin__replaygain_get_from_file()
60 } while (!got_vorbis_comments && FLAC__metadata_simple_iterator_next(iterator)); in FLAC_plugin__replaygain_get_from_file()
Dtags.c226 FLAC__bool got_vorbis_comments = false; in FLAC_plugin__tags_set() local
246 got_vorbis_comments = true; in FLAC_plugin__tags_set()
247 } while(!got_vorbis_comments && FLAC__metadata_iterator_next(iterator)); in FLAC_plugin__tags_set()
255 if(got_vorbis_comments) in FLAC_plugin__tags_set()