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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/cpp/decode/file/
H A Dmain.cpp106 ok = decoder.process_until_end_of_stream();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Ddecoder.h154 virtual bool process_until_end_of_stream(); ///< See FLAC__stream_decoder_process_until_end_of_stream()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dstream_decoder.cpp210 bool Stream::process_until_end_of_stream() function in class:FLAC::Decoder::Stream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Ddecoders.cpp326 printf("testing process_until_end_of_stream()... ");
327 if(!process_until_end_of_stream()) {
412 printf("testing process_until_end_of_stream()... ");
413 if(!process_until_end_of_stream()) {
644 printf("testing process_until_end_of_stream()... ");
645 if(!decoder->process_until_end_of_stream())
718 printf("testing process_until_end_of_stream()... ");
719 if(!decoder->process_until_end_of_stream())
H A Dmetadata_manip.cpp630 if(!decoder.process_until_end_of_stream()) {

Completed in 340 milliseconds