Home
last modified time | relevance | path

Searched refs:FLAC__ogg_decoder_aspect_init (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
Dogg_decoder_aspect.h60 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect);
/external/flac/libFLAC/
Dogg_decoder_aspect.c50 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_init() function
Dstream_decoder.c368 if(is_ogg && !FLAC__ogg_decoder_aspect_init(&decoder->protected_->ogg_decoder_aspect)) in init_stream_internal_()