Searched refs:got_a_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);
204 FLAC__bool got_a_frame; /* hack needed in Ogg FLAC seek routine to check when process_single() actually writes a frame */ member in struct:FLAC__StreamDecoderPrivate
1040 FLAC__bool got_a_frame; local
1060 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/true))
1062 if(got_a_frame)
1138 FLAC__bool got_a_frame; local
1152 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/false))
1154 if(got_a_frame)
1995 FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode) argument
2003 *got_a_frame
[all...]

Completed in 64 milliseconds