Home
last modified time | relevance | path

Searched refs:dataCache (Results 1 – 1 of 1) sorted by relevance

/development/ndk/platforms/android-14/samples/native-media/jni/
Dnative-media-jni.c78 static char dataCache[BUFFER_SIZE * NB_BUFFERS]; variable
154 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()