Home | History | Annotate | Download | only in android

Lines Matching refs:bytes_per_sample_

178   size_t bytes_per_sample_;
192 bytes_per_sample_(0),
218 uint32_t unsigned_sample = ReadUnsignedInteger(pcm_data, bytes_per_sample_);
222 switch (bytes_per_sample_) {
296 bytes_per_sample_ = bits_per_sample / 8;
306 if (!bytes_per_sample_ || bytes_per_sample_ > kMaximumBytesPerSample) {
314 << chunk_size_ / bytes_per_sample_ / number_of_channels_
315 << " frames, " << 8 * bytes_per_sample_ << " bits/sample";
320 chunk_size_ / bytes_per_sample_ / number_of_channels_;
329 buffer_ += bytes_per_sample_;