Home
last modified time | relevance | path

Searched refs:FLAC__HAS_OGG (Results 1 – 5 of 5) sorted by relevance

/external/flac/libFLAC/include/protected/
Dstream_decoder.h37 #if FLAC__HAS_OGG
50 #if FLAC__HAS_OGG
Dstream_encoder.h37 #if FLAC__HAS_OGG
113 #if FLAC__HAS_OGG
/external/flac/
Dconfig.h41 #define FLAC__HAS_OGG 0 macro
/external/flac/libFLAC/
Dstream_decoder.c59 FLAC_API int FLAC_API_SUPPORTS_OGG_FLAC = FLAC__HAS_OGG;
99 #if FLAC__HAS_OGG
106 #if FLAC__HAS_OGG
355 if(FLAC__HAS_OGG == 0 && is_ogg) in init_stream_internal_()
366 #if FLAC__HAS_OGG in init_stream_internal_()
670 #if FLAC__HAS_OGG in FLAC__stream_decoder_finish()
701 #if FLAC__HAS_OGG in FLAC__stream_decoder_set_ogg_serial_number()
904 if(FLAC__HAS_OGG && decoder->private_->is_ogg) in FLAC__stream_decoder_get_decode_position()
931 #if FLAC__HAS_OGG in FLAC__stream_decoder_flush()
956 #if FLAC__HAS_OGG in FLAC__stream_decoder_reset()
[all …]
Dstream_encoder.c60 #if FLAC__HAS_OGG
140 #if FLAC__HAS_OGG
636 if(FLAC__HAS_OGG == 0 && is_ogg) in init_stream_internal_()
743 #if FLAC__HAS_OGG in init_stream_internal_()
1074 #if FLAC__HAS_OGG in init_stream_internal_()
1464 #if FLAC__HAS_OGG in FLAC__stream_encoder_finish()
1492 #if FLAC__HAS_OGG in FLAC__stream_encoder_finish()
1513 #if FLAC__HAS_OGG in FLAC__stream_encoder_set_ogg_serial_number()
1906 #if FLAC__HAS_OGG in FLAC__stream_encoder_set_metadata()
2334 #if FLAC__HAS_OGG in set_defaults_()
[all …]