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/src/libFLAC/include/private/
Dbitwriter.h102 FLAC__bool FLAC__bitwriter_zero_pad_to_byte_boundary(FLAC__BitWriter *bw);
/external/flac/src/libFLAC/
Dbitwriter.c932 FLAC__bool FLAC__bitwriter_zero_pad_to_byte_boundary(FLAC__BitWriter *bw) in FLAC__bitwriter_zero_pad_to_byte_boundary() function
Dstream_encoder.c3197 if(!FLAC__bitwriter_zero_pad_to_byte_boundary(encoder->private_->frame)) { in process_frame_()