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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dstream_encoder.h109 * - The program calls FLAC__stream_encoder_process() or
172 * - Channel separate, through FLAC__stream_encoder_process() - The client
1419 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1482 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1548 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1583 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1620 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1652 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1728 FLAC_API FLAC__bool FLAC__stream_encoder_process(FLAC__StreamEncoder *encoder, const FLAC__int32 * const buffer[], unsigned samples);
1749 * FLAC__stream_encoder_process()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dstream_encoder.cpp359 return (bool)::FLAC__stream_encoder_process(encoder_, buffer, samples);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dencoders.c465 printf("testing FLAC__stream_encoder_process()... ");
466 if(!FLAC__stream_encoder_process(encoder, (const FLAC__int32 * const *)samples_array, sizeof(samples) / sizeof(FLAC__int32)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.c2228 return FLAC__stream_encoder_process(e->encoder, buffer, samples);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c505 * 'overread', we mean that the FLAC__stream_encoder_process*() calls will
1979 FLAC_API FLAC__bool FLAC__stream_encoder_process(FLAC__StreamEncoder *encoder, const FLAC__int32 * const buffer[], unsigned samples) function

Completed in 203 milliseconds