Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/protected/
Dstream_decoder.h41 typedef struct FLAC__StreamDecoderProtected { struct
53 } FLAC__StreamDecoderProtected; argument
/external/flac/include/FLAC/
Dstream_decoder.h457 struct FLAC__StreamDecoderProtected;
464 struct FLAC__StreamDecoderProtected *protected_; /* avoid the C++ keyword 'protected' */
/external/flac/libFLAC/
Dstream_decoder.c253 decoder->protected_ = calloc(1, sizeof(FLAC__StreamDecoderProtected)); in FLAC__stream_decoder_new()