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

/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp103 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/,
111 SLresult res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
122 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/,
152 (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
164 (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
301 /* Enqueue the content of our cache before starting to play,
304 res = (*abqItf)->Enqueue(abqItf, NULL /*pBufferContext*/,
315 /* Enqueue the content of our cache before starting to play,
318 res = (*abqItf)->Enqueue(abqItf, dataCache + i*BUFFER_SIZE, BUFFER_SIZE, NULL, 0);
/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp95 res = (*queueItf)->Enqueue(queueItf, (void*) pCntxt->pData,
228 /* Enqueue a few buffers to get the ball rolling */
229 res = (*bufferQueueItf)->Enqueue(bufferQueueItf, cntxt.pData,
234 res = (*bufferQueueItf)->Enqueue(bufferQueueItf, cntxt.pData,
239 res = (*bufferQueueItf)->Enqueue(bufferQueueItf, cntxt.pData,
H A DslesTestFeedback.cpp79 // Enqueue the just-filled buffer for the player
80 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, bufSizeInBytes);
101 // Enqueue this same buffer for the recorder to fill again.
102 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
137 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
374 // Enqueue some empty buffers for the recorder
392 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue,
H A DslesTestRecBuffQueue.cpp129 ExitOnError( (*queueItf)->Enqueue(queueItf, pCntxt->pDataBase, BUFFER_SIZE_IN_BYTES) );
283 /* Enqueue buffers to map the region of memory allocated to store the recorded data */
287 result = (*recBuffQueueItf)->Enqueue(recBuffQueueItf, cntxt.pData, BUFFER_SIZE_IN_BYTES);
H A DslesTestDecodeAac.cpp116 size_t totalEncodeCompletions = 0; // number of Enqueue completions received
266 printf("Enqueue EOS: encoded frames=%u, decoded frames=%u\n", encodedFrames, decodedFrames);
274 res = (*caller)->Enqueue(caller, (void *)&kEosBufferCntxt /*pBufferContext*/,
289 res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
334 res = (*queueItf)->Enqueue(queueItf, pCntxt->pData, BUFFER_SIZE_IN_BYTES);
619 /* Enqueue buffers to map the region of memory allocated to store the decoded data */
623 res = (*decBuffQueueItf)->Enqueue(decBuffQueueItf, sinkCntxt.pData, BUFFER_SIZE_IN_BYTES);
644 /* Enqueue the content of our encoded data before starting to play,
656 res = (*aacBuffQueueItf)->Enqueue(aacBuffQueueItf, NULL /*pBufferContext*/,
H A DslesTestDecodeToBuffQueue.cpp201 ExitOnError( (*queueItf)->Enqueue(queueItf, pCntxt->pDataBase, BUFFER_SIZE_IN_BYTES) );
410 /* Enqueue buffers to map the region of memory allocated to store the decoded data */
414 result = (*decBuffQueueItf)->Enqueue(decBuffQueueItf, cntxt.pData, BUFFER_SIZE_IN_BYTES);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h110 XAresult (*Enqueue) ( member in struct:XAAndroidBufferQueueItf_
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c121 // Enqueue the initial buffers, with a discontinuity indicator on first buffer
196 res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
209 res = (*caller)->Enqueue(caller, (void *)&kEosBufferCntxt /*pBufferContext*/,
295 // Enqueue the initial buffers, and optionally signal a discontinuity in the first buffer
310 /* Enqueue the content of our cache before starting to play,
323 res = (*playerBQItf)->Enqueue(playerBQItf, NULL /*pBufferContext*/,
329 res = (*playerBQItf)->Enqueue(playerBQItf, NULL /*pBufferContext*/,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h190 SLresult (*Enqueue) ( member in struct:SLAndroidSimpleBufferQueueItf_
268 SLresult (*Enqueue) ( member in struct:SLAndroidBufferQueueItf_
H A DOpenSLES.h1387 SLresult (*Enqueue) ( member in struct:SLBufferQueueItf_
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp217 res = (*playerBufferQueue)->Enqueue(playerBufferQueue, "test", 4);
229 res = (*playerBufferQueue)->Enqueue(playerBufferQueue, "test", 4);
272 res = (*playerBufferQueue)->Enqueue(playerBufferQueue, stereoBuffer1,
/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c186 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, i);
H A Dintbufq.c217 result = (*playerBufferqueue)->Enqueue(playerBufferqueue, buffer, size);
H A Dplaybq.c105 SLresult result = (*bufq)->Enqueue(bufq, buffer, nbytes);
447 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, nbytes);
H A Dplaybq.cpp105 SLresult result = (*bufq)->Enqueue(bufq, buffer, nbytes);
447 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, nbytes);
H A Dxaplay.c206 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
482 result = (*playerAndroidBufferQueue)->Enqueue(playerAndroidBufferQueue, NULL,
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc269 // Enqueue buffers to map the region of memory allocated to store the
272 OpenSL(decoderQueue, Enqueue, context->pData, kBufferSizeInBytes);
459 SLresult result = ReturnOpenSL(audioPlayerQueue, Enqueue, playBuffer,
837 OpenSL(queueItf, Enqueue, pCntxt->pData, kBufferSizeInBytes);

Completed in 234 milliseconds