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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dstream_decoder.h457 struct FLAC__StreamDecoderPrivate;
464 struct FLAC__StreamDecoderPrivate *private_; /* avoid the C++ keyword 'private' */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c150 typedef struct FLAC__StreamDecoderPrivate { struct
206 } FLAC__StreamDecoderPrivate; typedef in typeref:struct:FLAC__StreamDecoderPrivate
295 decoder->private_ = (FLAC__StreamDecoderPrivate*)calloc(1, sizeof(FLAC__StreamDecoderPrivate));

Completed in 41 milliseconds