Searched defs:got_a_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);
206 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
1046 FLAC__bool got_a_frame; local
1066 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/true))
1068 if(got_a_frame)
1144 FLAC__bool got_a_frame; local
1158 if(!read_frame_(decoder, &got_a_frame, /*do_full_decode=*/false))
1160 if(got_a_frame)
2001 FLAC__bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode) argument
2009 *got_a_frame
[all...]

Completed in 177 milliseconds