Searched refs:skip_single_frame (Results 1 – 4 of 4) sorted by relevance
156 virtual bool skip_single_frame(); ///< See FLAC__stream_decoder_skip_single_frame()
278 const bool res = decoder.skip_single_frame(); in LLVMFuzzerTestOneInput()
221 bool Stream::skip_single_frame() in skip_single_frame() function in FLAC::Decoder::Stream
624 if(!decoder->skip_single_frame()) in test_stream_decoder()