• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOAudioFamily-197.4.2/PCMBlitterLib/

Lines Matching refs:src

99  * @param src Pointer to the data to convert
103 extern void IOAF_NativeInt16ToFloat32( const SInt16 *src, Float32 *dest, unsigned int count );
108 * @param src Pointer to the data to convert
112 extern void IOAF_SwapInt16ToFloat32( const SInt16 *src, Float32 *dest, unsigned int count );
117 * @param src Pointer to the data to convert
121 extern void IOAF_NativeInt24ToFloat32( const UInt8 *src, Float32 *dest, unsigned int count );
126 * @param src Pointer to the data to convert
130 extern void IOAF_SwapInt24ToFloat32( const UInt8 *src, Float32 *dest, unsigned int count );
135 * @param src Pointer to the data to convert
139 extern void IOAF_NativeInt32ToFloat32( const SInt32 *src, Float32 *dest, unsigned int count );
144 * @param src Pointer to the data to convert
148 extern void IOAF_SwapInt32ToFloat32( const SInt32 *src, Float32 *dest, unsigned int count );
153 * @param src Pointer to the data to convert
157 extern void IOAF_Float32ToNativeInt16( const Float32 *src, SInt16 *dest, unsigned int count );
162 * @param src Pointer to the data to convert
166 extern void IOAF_Float32ToSwapInt16( const Float32 *src, SInt16 *dest, unsigned int count );
171 * @param src Pointer to the data to convert
175 extern void IOAF_Float32ToNativeInt24( const Float32 *src, UInt8 *dest, unsigned int count );
180 * @param src Pointer to the data to convert
184 extern void IOAF_Float32ToSwapInt24( const Float32 *src, UInt8 *dest, unsigned int count );
189 * @param src Pointer to the data to convert
193 extern void IOAF_Float32ToNativeInt32( const Float32 *src, SInt32 *dest, unsigned int count );
198 * @param src Pointer to the data to convert
202 extern void IOAF_Float32ToSwapInt32( const Float32 *src, SInt32 *dest, unsigned int count );
207 * @param src Pointer to the data to convert
211 extern void IOAF_bcopy_WriteCombine(const void *src, void *dest, unsigned int count );