HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__StreamDecoderPrivate (Results 1 - 2 of 2) sorted by null

  /external/flac/include/FLAC/
stream_decoder.h 457 struct FLAC__StreamDecoderPrivate;
464 struct FLAC__StreamDecoderPrivate *private_; /* avoid the C++ keyword 'private' */
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 150 typedef struct FLAC__StreamDecoderPrivate {
208 } FLAC__StreamDecoderPrivate;
297 decoder->private_ = (FLAC__StreamDecoderPrivate*)calloc(1, sizeof(FLAC__StreamDecoderPrivate));
    [all...]

Completed in 305 milliseconds