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

/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp68 #define BUF_SZ 44100 macro
76 short smpBuf[BUF_SZ];
88 Generate(smpBuf, BUF_SZ, amplitude, phi, dPhi); // fill buffer
93 iMem = heap->allocate(BUF_SZ*sizeof(short));
96 memcpy(p, smpBuf, BUF_SZ*sizeof(short));

Completed in 300 milliseconds