OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__StreamDecoderPrivate
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
stream_decoder.h
458
struct
FLAC__StreamDecoderPrivate
;
465
struct
FLAC__StreamDecoderPrivate
*private_; /* avoid the C++ keyword 'private' */
[
all
...]
/external/flac/libFLAC/
stream_decoder.c
127
typedef struct
FLAC__StreamDecoderPrivate
{
180
}
FLAC__StreamDecoderPrivate
;
269
decoder->private_ = calloc(1, sizeof(
FLAC__StreamDecoderPrivate
));
[
all
...]
Completed in 37 milliseconds