Searched refs:READSIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/cpp/encode/file/
H A Dmain.cpp44 #define READSIZE 1024 macro
47 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read the WAVE data into here */
48 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
49 static FLAC__int32 *pcm_[2] = { pcm, pcm+READSIZE };
136 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/c/encode/file/
H A Dmain.c39 #define READSIZE 1024 macro
42 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read the WAVE data into here */
43 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
130 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left);

Completed in 82 milliseconds