Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dbitwriter.h101 FLAC__bool FLAC__bitwriter_zero_pad_to_byte_boundary(FLAC__BitWriter *bw);
/external/flac/libFLAC/
Dbitwriter.c882 FLAC__bool FLAC__bitwriter_zero_pad_to_byte_boundary(FLAC__BitWriter *bw) function
Dstream_encoder.c2894 if(!FLAC__bitwriter_zero_pad_to_byte_boundary(encoder->private_->frame)) { in process_frame_()