Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/oss-fuzz/
H A Dmetadata.cc261 FLAC::Metadata::VorbisComment::Entry entry_cpp; in run_tests_with_level_2_interface() local
273 entry_cpp = vorbiscomment->get_comment(min(data[i]>>4,num_comments-1)); in run_tests_with_level_2_interface()
274 if(entry_cpp.is_valid() && entry_cpp.get_field() == 0) in run_tests_with_level_2_interface()