pcm/Pcm*: drop more "Pcm" prefixes from source file names

This commit is contained in:
Max Kellermann
2019-06-17 11:10:33 +02:00
parent a139279575
commit e87f0ca771
47 changed files with 53 additions and 54 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
void *
PcmBuffer::Get(size_t new_size) noexcept
+1 -1
View File
@@ -21,7 +21,7 @@
#define MPD_PCM_CHANNELS_CONVERTER_HXX
#include "SampleFormat.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#ifndef NDEBUG
#include <assert.h>
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "PcmConvert.hxx"
#include "Convert.hxx"
#include "ConfiguredResampler.hxx"
#include "util/ConstBuffer.hxx"
+2 -2
View File
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "PcmDither.hxx"
#include "PcmPrng.hxx"
#include "Dither.hxx"
#include "Prng.hxx"
#include "Traits.hxx"
template<typename T, T MIN, T MAX, unsigned scale_bits>
+1 -1
View File
@@ -18,7 +18,7 @@
*/
#include "Dop.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "AudioFormat.hxx"
#include "util/ConstBuffer.hxx"
+1 -1
View File
@@ -18,7 +18,7 @@
*/
#include "Dsd16.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "util/ConstBuffer.hxx"
/**
+1 -1
View File
@@ -18,7 +18,7 @@
*/
#include "Dsd32.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "util/ConstBuffer.hxx"
/**
+1 -1
View File
@@ -20,7 +20,7 @@
#include "Export.hxx"
#include "AudioFormat.hxx"
#include "Order.hxx"
#include "PcmPack.hxx"
#include "Pack.hxx"
#include "util/ByteReverse.hxx"
#include "util/ConstBuffer.hxx"
+1 -1
View File
@@ -21,7 +21,7 @@
#define PCM_EXPORT_HXX
#include "SampleFormat.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "config.h"
template<typename T> struct ConstBuffer;
+1 -1
View File
@@ -21,7 +21,7 @@
#define MPD_PCM_FALLBACK_RESAMPLER_HXX
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "AudioFormat.hxx"
#include "util/Compiler.h"
+2 -2
View File
@@ -21,8 +21,8 @@
#define MPD_PCM_FORMAT_CONVERTER_HXX
#include "SampleFormat.hxx"
#include "PcmBuffer.hxx"
#include "PcmDither.hxx"
#include "Buffer.hxx"
#include "Dither.hxx"
#ifndef NDEBUG
#include <assert.h>
+1 -1
View File
@@ -21,7 +21,7 @@
#define MPD_PCM_LIBSAMPLERATE_RESAMPLER_HXX
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "AudioFormat.hxx"
#include "util/Compiler.h"
+2 -2
View File
@@ -17,13 +17,13 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "PcmMix.hxx"
#include "Mix.hxx"
#include "Volume.hxx"
#include "Clamp.hxx"
#include "Traits.hxx"
#include "util/Clamp.hxx"
#include "PcmDither.cxx" // including the .cxx file to get inlined templates
#include "Dither.cxx" // including the .cxx file to get inlined templates
#include <cmath>
+1 -1
View File
@@ -18,7 +18,7 @@
*/
#include "Order.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "util/ConstBuffer.hxx"
template<typename V>
+1 -1
View File
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "PcmPack.hxx"
#include "Pack.hxx"
#include "util/ByteOrder.hxx"
static void
+1 -1
View File
@@ -18,7 +18,7 @@
*/
#include "PcmChannels.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "Silence.hxx"
#include "Traits.hxx"
#include "AudioFormat.hxx"
+1 -1
View File
@@ -20,7 +20,7 @@
#ifndef MPD_PCM_DSD_HXX
#define MPD_PCM_DSD_HXX
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "AudioFormat.hxx"
#include <array>
+2 -2
View File
@@ -18,14 +18,14 @@
*/
#include "PcmFormat.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "Clamp.hxx"
#include "Traits.hxx"
#include "FloatConvert.hxx"
#include "ShiftConvert.hxx"
#include "util/ConstBuffer.hxx"
#include "PcmDither.cxx" // including the .cxx file to get inlined templates
#include "Dither.cxx" // including the .cxx file to get inlined templates
/**
* Wrapper for a class that converts one sample at a time into one
+1 -1
View File
@@ -21,7 +21,7 @@
#define MPD_PCM_SOXR_RESAMPLER_HXX
#include "Resampler.hxx"
#include "PcmBuffer.hxx"
#include "Buffer.hxx"
#include "util/Compiler.h"
struct AudioFormat;
+1 -1
View File
@@ -24,7 +24,7 @@
#include "util/WritableBuffer.hxx"
#include "util/RuntimeError.hxx"
#include "PcmDither.cxx" // including the .cxx file to get inlined templates
#include "Dither.cxx" // including the .cxx file to get inlined templates
#include <assert.h>
#include <stdint.h>
+2 -2
View File
@@ -21,8 +21,8 @@
#define MPD_PCM_VOLUME_HXX
#include "SampleFormat.hxx"
#include "PcmBuffer.hxx"
#include "PcmDither.hxx"
#include "Buffer.hxx"
#include "Dither.hxx"
#ifndef NDEBUG
#include <assert.h>
+5 -5
View File
@@ -4,15 +4,15 @@ pcm_sources = [
'../AudioParser.cxx',
'SampleFormat.cxx',
'Interleave.cxx',
'PcmBuffer.cxx',
'Buffer.cxx',
'Export.cxx',
'PcmConvert.cxx',
'Convert.cxx',
'Dop.cxx',
'Volume.cxx',
'Silence.cxx',
'PcmMix.cxx',
'Mix.cxx',
'PcmChannels.cxx',
'PcmPack.cxx',
'Pack.cxx',
'PcmFormat.cxx',
'FormatConverter.cxx',
'ChannelsConverter.cxx',
@@ -20,7 +20,7 @@ pcm_sources = [
'GlueResampler.cxx',
'FallbackResampler.cxx',
'ConfiguredResampler.cxx',
'PcmDither.cxx',
'Dither.cxx',
]
if get_option('dsd')