OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flac__bitwriter_is_byte_aligned
(Results
1 - 4
of
4
) sorted by null
/external/flac/libFLAC/include/private/
bitwriter.h
66
FLAC__bool
FLAC__bitwriter_is_byte_aligned
(const FLAC__BitWriter *bw);
74
* before get, bitwriter MUST be byte aligned: check with
FLAC__bitwriter_is_byte_aligned
()
/external/flac/libFLAC/
stream_encoder_framing.c
211
FLAC__ASSERT(
FLAC__bitwriter_is_byte_aligned
(bw));
220
FLAC__ASSERT(
FLAC__bitwriter_is_byte_aligned
(bw));
bitwriter.c
229
FLAC__bool
FLAC__bitwriter_is_byte_aligned
(const FLAC__BitWriter *bw)
stream_encoder.c
[
all
...]
Completed in 187 milliseconds