Searched refs:ByteSwap (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DByteSwap.h13 class ByteSwap { class
15 ByteSwap(uint32 format);
16 ~ByteSwap();
26 ByteSwap::Swap(void *buffer, size_t bytecount)
H A DByteSwap.cpp8 #include "ByteSwap.h"
22 ByteSwap::ByteSwap(uint32 format) function in class:ByteSwap
41 ByteSwap::~ByteSwap()
H A DMixerInput.h20 class ByteSwap;
97 ByteSwap* fInputByteSwap;
H A DMixerOutput.h10 #include "ByteSwap.h"
96 ByteSwap *fOutputByteSwap;
H A DMixerOutput.cpp76 fOutputByteSwap = new ByteSwap(fOutput.format.u.raw_audio.format);
H A DMixerInput.cpp16 #include "ByteSwap.h"
66 fInputByteSwap = new ByteSwap(fInput.format.u.raw_audio.format);

Completed in 44 milliseconds