Home
last modified time | relevance | path

Searched refs:FLAC__StreamDecoderPrivate (Results 1 – 2 of 2) sorted by relevance

/external/flac/include/FLAC/
Dstream_decoder.h458 struct FLAC__StreamDecoderPrivate;
465 struct FLAC__StreamDecoderPrivate *private_; /* avoid the C++ keyword 'private' */
/external/flac/src/libFLAC/
Dstream_decoder.c121 typedef struct FLAC__StreamDecoderPrivate { struct
170 } FLAC__StreamDecoderPrivate; argument
259 decoder->private_ = calloc(1, sizeof(FLAC__StreamDecoderPrivate)); in FLAC__stream_decoder_new()