Searched refs:read_frame_ (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/
H A Dstream_decoder.c118 static FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode);
1066 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/true))
1129 if(!read_frame_(decoder, &dummy, /*do_full_decode=*/true))
1158 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/false))
2001 FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode) function

Completed in 419 milliseconds