Searched refs:use_ogg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.h62 FLAC__bool use_ogg; member in struct:__anon3783
H A Dmain.c239 FLAC__bool use_ogg; member in struct:__anon3792
560 option_values.use_ogg = false;
775 option_values.use_ogg = true;
857 option_values.use_ogg = false;
1787 if(option_values.replay_gain && option_values.use_ogg) {
1808 common_options.use_ogg = option_values.use_ogg;
1993 if(option_values.use_ogg)
2080 const char *suffix = (option_values.use_ogg? ".oga" : ".flac");
H A Dencode.c61 FLAC__bool use_ogg; member in struct:__anon3777
126 static FLAC__bool EncoderSession_construct(EncoderSession *e, FLAC__bool use_ogg, FLAC__bool verify, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FILE *infile, const char *infilename, const char *outfilename);
183 options.common.use_ogg,
185 /*use_ogg=*/false,
630 options.common.use_ogg,
632 /*use_ogg=*/false,
1184 options.common.use_ogg,
1186 /*use_ogg=*/false,
1444 options.common.use_ogg,
1446 /*use_ogg
1599 EncoderSession_construct(EncoderSession *e, FLAC__bool use_ogg, FLAC__bool verify, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FILE *infile, const char *infilename, const char *outfilename) argument
[all...]

Completed in 94 milliseconds