Lines Matching refs:got_a_frame
89 static FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_…
169 …FLAC__bool got_a_frame; /* hack needed in Ogg FLAC seek routine to check when process_single() act… member
1006 FLAC__bool got_a_frame; in FLAC__stream_decoder_process_single() local
1026 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/true)) in FLAC__stream_decoder_process_single()
1028 if(got_a_frame) in FLAC__stream_decoder_process_single()
1104 FLAC__bool got_a_frame; in FLAC__stream_decoder_skip_single_frame() local
1118 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/false)) in FLAC__stream_decoder_skip_single_frame()
1120 if(got_a_frame) in FLAC__stream_decoder_skip_single_frame()
2016 FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_de… in read_frame_() argument
2024 *got_a_frame = false; in read_frame_()
2135 *got_a_frame = true; in read_frame_()
2944 decoder->private_->got_a_frame = true; in write_audio_frame_to_client_()
3274 decoder->private_->got_a_frame = false; in seek_to_absolute_sample_ogg_()
3280 if(!decoder->private_->got_a_frame) { in seek_to_absolute_sample_ogg_()