HomeSort by relevance Sort by last modified time
    Searched full:sfframesize (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/sandbox/
playbq.c 48 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 = sfinfo.channels * sizeof(short)
    [all...]
playbq.cpp 48 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 = sfinfo.channels * sizeof(short)
    [all...]

Completed in 213 milliseconds