Home
last modified time | relevance | path

Searched refs:seen_magic (Results 1 – 2 of 2) sorted by relevance

/external/flac/libFLAC/
Dogg_encoder_aspect.c56 aspect->seen_magic = false; in FLAC__ogg_encoder_aspect_init()
123 if(aspect->seen_magic) { in FLAC__ogg_encoder_aspect_write_callback_wrapper()
213 aspect->seen_magic = true; in FLAC__ogg_encoder_aspect_write_callback_wrapper()
/external/flac/libFLAC/include/private/
Dogg_encoder_aspect.h49 FLAC__bool seen_magic; /* true if we've seen the fLaC magic in the write callback yet */ member