Home
last modified time | relevance | path

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

/external/flac/src/metaflac/
Doperations_shorthand_vorbiscomment.c44 FLAC__bool ok = true, found_vc_block = false; in do_shorthand_operation__vorbis_comment() local
56 found_vc_block = true; in do_shorthand_operation__vorbis_comment()
57 } while(!found_vc_block && FLAC__metadata_iterator_next(iterator)); in do_shorthand_operation__vorbis_comment()
59 if(!found_vc_block) { in do_shorthand_operation__vorbis_comment()
/external/flac/src/share/grabbag/
Dreplaygain.c428 FLAC__bool found_vc_block = false; in store_to_file_pre_() local
449 found_vc_block = true; in store_to_file_pre_()
450 } while(!found_vc_block && FLAC__metadata_iterator_next(iterator)); in store_to_file_pre_()
452 if(!found_vc_block) { in store_to_file_pre_()