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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c118 static FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode);
1060 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/true))
1123 if(!read_frame_(decoder, &dummy, /*do_full_decode=*/true))
1152 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/false))
1995 FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode) function

Completed in 119 milliseconds