Searched refs:FLAC__bitwriter_zero_pad_to_byte_boundary (Results 1 – 3 of 3) sorted by relevance
102 FLAC__bool FLAC__bitwriter_zero_pad_to_byte_boundary(FLAC__BitWriter *bw);
932 FLAC__bool FLAC__bitwriter_zero_pad_to_byte_boundary(FLAC__BitWriter *bw) in FLAC__bitwriter_zero_pad_to_byte_boundary() function
3197 if(!FLAC__bitwriter_zero_pad_to_byte_boundary(encoder->private_->frame)) { in process_frame_()