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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/c/decode/file/
H A Dmain.c99 ok = FLAC__stream_decoder_process_until_end_of_stream(decoder);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_seeking/
H A Dmain.c303 if(!FLAC__stream_decoder_process_until_end_of_stream(decoder))
304 return die_s_("FLAC__stream_decoder_process_until_end_of_stream() FAILED", decoder);
381 if(!FLAC__stream_decoder_process_until_end_of_stream(decoder))
382 return die_s_("FLAC__stream_decoder_process_until_end_of_stream() FAILED", decoder);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dstream_decoder.h134 * - FLAC__stream_decoder_process_until_end_of_stream() - Tells the decoder
1492 FLAC_API FLAC__bool FLAC__stream_decoder_process_until_end_of_stream(FLAC__StreamDecoder *decoder);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dstream_decoder.cpp213 return (bool)::FLAC__stream_decoder_process_until_end_of_stream(decoder_);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_seektable.c204 if(ok && !FLAC__stream_decoder_process_until_end_of_stream(decoder)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Ddecoders.c372 printf("testing FLAC__stream_decoder_process_until_end_of_stream()... ");
373 if(!FLAC__stream_decoder_process_until_end_of_stream(decoder))
565 printf("testing FLAC__stream_decoder_process_until_end_of_stream()... ");
566 if(!FLAC__stream_decoder_process_until_end_of_stream(decoder))
642 printf("testing FLAC__stream_decoder_process_until_end_of_stream()... ");
643 if(!FLAC__stream_decoder_process_until_end_of_stream(decoder))
H A Dmetadata_manip.c651 if(!FLAC__stream_decoder_process_until_end_of_stream(decoder)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dreplaygain.c361 if(!FLAC__stream_decoder_process_until_end_of_stream(decoder) || instance.error) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c470 if(!FLAC__stream_decoder_process_until_end_of_stream(d->decoder) && !d->aborting_due_to_until) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c1102 FLAC_API FLAC__bool FLAC__stream_decoder_process_until_end_of_stream(FLAC__StreamDecoder *decoder) function

Completed in 85 milliseconds