Home
last modified time | relevance | path

Searched refs:FLAC__bitwriter_write_utf8_uint64 (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
Dbitwriter.h101 FLAC__bool FLAC__bitwriter_write_utf8_uint64(FLAC__BitWriter *bw, FLAC__uint64 val);
/external/flac/libFLAC/
Dstream_encoder_framing.c330 if(!FLAC__bitwriter_write_utf8_uint64(bw, header->number.sample_number)) in FLAC__frame_add_header()
Dbitwriter.c769 FLAC__bool FLAC__bitwriter_write_utf8_uint64(FLAC__BitWriter *bw, FLAC__uint64 val) in FLAC__bitwriter_write_utf8_uint64() function