Searched refs:dataCache (Results 1 – 1 of 1) sorted by relevance
78 static char dataCache[BUFFER_SIZE * NB_BUFFERS]; variable154 assert(dataCache <= (char *) pBufferData && (char *) pBufferData < in AndroidBufferQueueCallback()155 &dataCache[BUFFER_SIZE * NB_BUFFERS]); in AndroidBufferQueueCallback()156 assert(0 == (((char *) pBufferData - dataCache) % BUFFER_SIZE)); in AndroidBufferQueueCallback()282 bytesRead = fread(dataCache, 1, BUFFER_SIZE * NB_BUFFERS, file); in enqueueInitialBuffers()313 dataCache + i*BUFFER_SIZE, bufferSize, items /*pMsg*/, in enqueueInitialBuffers()318 dataCache + i*BUFFER_SIZE, bufferSize, NULL, 0); in enqueueInitialBuffers()