Home
last modified time | relevance | path

Searched refs:sample_format_bytes_per_sample (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/plugin_xmms/
Dplugin.c74 uint32_t sample_format_bytes_per_sample; member
303 stream_data_.sample_format_bytes_per_sample = 1; in FLAC_XMMS__play_file()
307 stream_data_.sample_format_bytes_per_sample = 2; in FLAC_XMMS__play_file()
319 stream_data_.sample_format_bytes_per_sample = 1; in FLAC_XMMS__play_file()
323 stream_data_.sample_format_bytes_per_sample = 2; in FLAC_XMMS__play_file()
332 …it_dither_context(&stream_data_.dither_context, stream_data_.sample_format_bytes_per_sample * 8, f… in FLAC_XMMS__play_file()
468 int bytes = n * stream_data_.channels * stream_data_.sample_format_bytes_per_sample; in play_loop_()
469 …ffer_ + sample_buffer_first_ * stream_data_.channels * stream_data_.sample_format_bytes_per_sample; in play_loop_()
609 … wide_samples) > (SAMPLE_BUFFER_SIZE / (channels * stream_data->sample_format_bytes_per_sample))) { in write_callback_()
610 …eam_data->sample_format_bytes_per_sample, (sample_buffer_last_ - sample_buffer_first_) * channels … in write_callback_()
[all …]