Searched refs:write_bitbuffer_ (Results 1 – 1 of 1) sorted by relevance
/external/flac/src/libFLAC/ |
D | stream_encoder.c | 137 static FLAC__bool write_bitbuffer_(FLAC__StreamEncoder *encoder, uint32_t samples, FLAC__bool is_la… 1188 if(!write_bitbuffer_(encoder, 0, /*is_last_block=*/false)) { in init_stream_internal_() 1216 if(!write_bitbuffer_(encoder, 0, /*is_last_block=*/false)) { in init_stream_internal_() 1252 if(!write_bitbuffer_(encoder, 0, /*is_last_block=*/false)) { in init_stream_internal_() 1267 if(!write_bitbuffer_(encoder, 0, /*is_last_block=*/false)) { in init_stream_internal_() 2594 FLAC__bool write_bitbuffer_(FLAC__StreamEncoder *encoder, uint32_t samples, FLAC__bool is_last_bloc… in write_bitbuffer_() function 3126 if(!write_bitbuffer_(encoder, encoder->protected_->blocksize, is_last_block)) { in process_frame_()
|