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.cpp91 // Enqueue this same buffer for the recorder to fill again.
92 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
105 // Enqueue the just-filled buffer for the player
106 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, bufSizeInBytes);
127 // Enqueue this same buffer for the recorder to fill again.
128 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
171 // Enqueue the filled buffer for playing
172 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, bufSizeInBytes);
188 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
398 // Enqueue som
[all...]
H A DslesTestRecBuffQueue.cpp132 ExitOnError( (*queueItf)->Enqueue(queueItf, pCntxt->pDataBase, BUFFER_SIZE_IN_BYTES) );
286 /* Enqueue buffers to map the region of memory allocated to store the recorded data */
290 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=%zu, decoded frames=%zu\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.h212 SLresult (*Enqueue) ( member in struct:SLAndroidSimpleBufferQueueItf_
290 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.c123 SLresult result = (*bufq)->Enqueue(bufq, buffer, nbytes);
541 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, nbytes);
H A Dplaybq.cpp123 SLresult result = (*bufq)->Enqueue(bufq, buffer, nbytes);
541 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.cc276 // Enqueue buffers to map the region of memory allocated to store the
279 OpenSL(decoderQueue, Enqueue, context->pData, kBufferSizeInBytes);
466 SLresult result = ReturnOpenSL(audioPlayerQueue, Enqueue, playBuffer,
844 OpenSL(queueItf, Enqueue, pCntxt->pData, kBufferSizeInBytes);

Completed in 241 milliseconds