Searched defs:total_samples_byte_offset (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/
H A Dstream_encoder.c2574 const unsigned total_samples_byte_offset = local
2592 if((seek_status = encoder->private_->seek_callback(encoder, encoder->protected_->streaminfo_offset + total_samples_byte_offset, encoder->private_->client_data)) != FLAC__STREAM_ENCODER_SEEK_STATUS_OK) {
2752 const unsigned total_samples_byte_offset = local
2766 if(total_samples_byte_offset + 5 > (unsigned)page.body_len) {
2771 b[0] = (FLAC__byte)page.body[total_samples_byte_offset] & 0xF0;
2777 memcpy(page.body + total_samples_byte_offset, b, 5);

Completed in 419 milliseconds