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