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

/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c48 size_t sfframesize = 0; variable
94 void *buffer = (char *)buffers + framesPerBuffer * sfframesize * which;
98 memset(buffer, 0, framesPerBuffer * sfframesize);
103 SLuint32 nbytes = count * sfframesize;
118 void *temp = malloc(READ_FRAMES * sfframesize);
151 ptr += actual * sfframesize;
326 sfframesize = sfinfo.channels * sizeof(float);
330 sfframesize = sfinfo.channels * sizeof(int);
334 sfframesize = sfinfo.channels * sizeof(int); // use int size
338 sfframesize
[all...]
H A Dplaybq.cpp48 size_t sfframesize = 0; variable
94 void *buffer = (char *)buffers + framesPerBuffer * sfframesize * which;
98 memset(buffer, 0, framesPerBuffer * sfframesize);
103 SLuint32 nbytes = count * sfframesize;
118 void *temp = malloc(READ_FRAMES * sfframesize);
151 ptr += actual * sfframesize;
326 sfframesize = sfinfo.channels * sizeof(float);
330 sfframesize = sfinfo.channels * sizeof(int);
334 sfframesize = sfinfo.channels * sizeof(int); // use int size
338 sfframesize
[all...]

Completed in 86 milliseconds