OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__OGG_MAPPING_MAGIC
(Results
1 - 4
of
4
) sorted by null
/external/flac/libFLAC/
ogg_mapping.c
43
const FLAC__byte * const
FLAC__OGG_MAPPING_MAGIC
= (const FLAC__byte * const)"FLAC";
ogg_decoder_aspect.c
173
if (memcmp(b,
FLAC__OGG_MAPPING_MAGIC
, FLAC__OGG_MAPPING_MAGIC_LENGTH))
ogg_encoder_aspect.c
154
memcpy(b,
FLAC__OGG_MAPPING_MAGIC
, FLAC__OGG_MAPPING_MAGIC_LENGTH);
/external/flac/libFLAC/include/private/
ogg_mapping.h
48
extern const FLAC__byte * const
FLAC__OGG_MAPPING_MAGIC
; /* = "FLAC" */
Completed in 190 milliseconds