Searched refs:FLAC__stream_encoder_new (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/c/encode/file/
H A Dmain.c84 if((encoder = FLAC__stream_encoder_new()) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libs_common/
H A Dfile_utils_flac.c86 encoder = FLAC__stream_encoder_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dstream_encoder.h86 * FLAC__stream_encoder_new().
124 * instance by calling FLAC__stream_encoder_new(), then set the necessary
220 * FLAC__stream_encoder_new() or FLAC__stream_encoder_finish(), but
693 FLAC_API FLAC__StreamEncoder *FLAC__stream_encoder_new(void);
1418 * This function should be called after FLAC__stream_encoder_new() and
1481 * This function should be called after FLAC__stream_encoder_new() and
1547 * This function should be called after FLAC__stream_encoder_new() and
1582 * This function should be called after FLAC__stream_encoder_new() and
1619 * This function should be called after FLAC__stream_encoder_new() and
1651 * This function should be called after FLAC__stream_encoder_new() an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dstream_encoder.cpp51 encoder_(::FLAC__stream_encoder_new())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dencoders.c166 printf("testing FLAC__stream_encoder_new()... ");
167 encoder = FLAC__stream_encoder_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.c1651 e->encoder = FLAC__stream_encoder_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c522 FLAC_API FLAC__StreamEncoder *FLAC__stream_encoder_new(void) function

Completed in 70 milliseconds