Lines Matching refs:data

52 	SF_FORMAT_RAW			= 0x040000,		/* RAW PCM data. */
78 SF_FORMAT_PCM_S8 = 0x0001, /* Signed 8 bit data */
79 SF_FORMAT_PCM_16 = 0x0002, /* Signed 16 bit data */
80 SF_FORMAT_PCM_24 = 0x0003, /* Signed 24 bit data */
81 SF_FORMAT_PCM_32 = 0x0004, /* Signed 32 bit data */
83 SF_FORMAT_PCM_U8 = 0x0005, /* Unsigned 8 bit data (WAV and RAW only) */
85 SF_FORMAT_FLOAT = 0x0006, /* 32 bit float data */
86 SF_FORMAT_DOUBLE = 0x0007, /* 64 bit float data */
216 ** than 4GB of data in them are converted to RIFF/WAV, as per EBU
650 int sf_command (SNDFILE *sndfile, int command, void *data, int datasize) ;
658 /* Seek within the waveform data chunk of the SNDFILE. sf_seek () uses
662 ** read / write pointer to the first data sample.
679 /* Functions for retrieving and setting string data within sound files.
697 ** case is the number of bytes per second of audio data. For instance, for a
709 /* Functions for reading/writing the waveform data of a sound file.
716 /* Functions for reading and writing the data chunk in terms of frames.
718 ** sf_xxxx_raw read/writes the raw data bytes from/to the file
719 ** sf_xxxx_short passes data in the native short format
720 ** sf_xxxx_int passes data in the native int format
721 ** sf_xxxx_float passes data in the native float format
722 ** sf_xxxx_double passes data in the native double format
739 /* Functions for reading and writing the data chunk in terms of items.
766 ** to force the writing of data to disk. If the file is opened SFM_READ
800 unsigned datalen ; /* The size of that data. */
801 void *data ; /* Pointer to the data. */
806 /* Set the specified chunk info (must be done before any audio data is written
808 ** The chunk_info->data pointer must be valid until the file is closed.
824 ** The values of chunk_info->datalen and chunk_info->data are ignored.
866 /* Get the specified chunk data.
868 ** the chunk data will be copied into the chunk_info->data buffer
870 ** updated to reflect the size of the data. The id and id_size