Searched refs:fFunc (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DByteSwap.h21 void (*fFunc)(void *, size_t); member in class:ByteSwap
28 (*fFunc)(buffer, bytecount);
H A DResampler.cpp73 fFunc(0)
78 fFunc = &kernel<float, float, 1, 1, 0, 0, -1, 1>;
81 fFunc = &kernel<int32, float, 1, INT32_MAX, 0, 0, -1, 1>;
84 fFunc = &kernel<int16, float, 1, INT16_MAX, 0, 0, -1, 1>;
87 fFunc = &kernel<int8, float, 1, INT8_MAX, 0, 0, -1, 1>;
90 fFunc = &kernel<uint8, float, 2, UINT8_MAX, 128, 0, -1, 1>;
103 fFunc = &kernel<float, int32, INT32_MAX, 1, 0, 0,
107 fFunc = &kernel<float, int16, INT16_MAX, 1, 0, 0,
111 fFunc = &kernel<float, int8, INT8_MAX, 1, 0, 0,
115 fFunc
[all...]
H A DInterpolate.cpp90 fFunc = &kernel<float, float, 1, 1, 0, 0, -1, 1>;
93 fFunc = &kernel<int32, float, 1, INT32_MAX, 0, 0, -1, 1>;
96 fFunc = &kernel<int16, float, 1, INT16_MAX, 0, 0, -1, 1>;
99 fFunc = &kernel<int8, float, 1, INT8_MAX, 0, 0, -1, 1>;
102 fFunc = &kernel<uint8, float, 2, UINT8_MAX, 128, 0, -1, 1>;
115 fFunc = &kernel<float, int32, INT32_MAX, 1, 0, 0,
119 fFunc = &kernel<float, int16, INT16_MAX, 1, 0, 0,
123 fFunc = &kernel<float, int8, INT8_MAX, 1, 0, 0,
127 fFunc = &kernel<float, uint8, UINT8_MAX, 2, 0, 128,
H A DByteSwap.cpp26 fFunc = &swap_float;
29 fFunc = &swap_int32;
32 fFunc = &swap_int16;
35 fFunc = &do_nothing;
H A DResampler.h26 void (*fFunc)(Resampler* object, const void* src, member in class:Resampler
38 (*fFunc)(this, src, srcSampleOffset, srcSampleCount, dest, destSampleOffset,
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DResampler.cpp23 fFunc(&Resampler::_Void)
32 fFunc = &Resampler::_CopyFloat2Float;
35 fFunc = &Resampler::_CopyFloat2Double;
38 fFunc = &Resampler::_CopyFloat2Int;
41 fFunc = &Resampler::_CopyFloat2Short;
44 fFunc = &Resampler::_CopyFloat2UChar;
47 fFunc = &Resampler::_CopyFloat2Char;
55 fFunc = &Resampler::_CopyDouble2Float;
58 fFunc = &Resampler::_CopyDouble2Double;
61 fFunc
[all...]
H A DResampler.h146 void (Resampler::*fFunc)(const void *inputData, member in class:Resampler
156 (this->*fFunc)(inputData, inputStride, outputData, outputStride,
/haiku/src/kits/tracker/
H A DTracker.cpp799 fFunc(func),
812 result = (fTarget->*fFunc)(&fEntry, &fNode,
817 FT fFunc; member in class:EntryAndNodeDoSoonWithMessageFunctor
H A DPoseView.cpp5296 fFunc(func),
5326 (fCallOnThis->PoseView()->*fFunc)(fType.String(),
5337 void (BPoseView::*fFunc)(const char* type, const char* preferredApp);

Completed in 95 milliseconds