Searched refs:Enqueue (Results 1 - 21 of 21) 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*/,
298 /* Enqueue the content of our cache before starting to play,
301 res = (*abqItf)->Enqueue(abqItf, NULL /*pBufferContext*/,
312 /* Enqueue the content of our cache before starting to play,
315 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,
225 /* Enqueue a few buffers to get the ball rolling */
226 res = (*bufferQueueItf)->Enqueue(bufferQueueItf, cntxt.pData,
231 res = (*bufferQueueItf)->Enqueue(bufferQueueItf, cntxt.pData,
236 res = (*bufferQueueItf)->Enqueue(bufferQueueItf, cntxt.pData,
H A DslesTestFeedback.cpp109 // Enqueue this same buffer for the recorder to fill again.
110 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
123 // Enqueue the just-filled buffer for the player
124 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, bufSizeInBytes);
145 // Enqueue this same buffer for the recorder to fill again.
146 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
204 // Enqueue the filled buffer for playing
205 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, bufSizeInBytes);
221 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
458 // Enqueue som
[all...]
H A DslesTestDecodeAac.cpp114 size_t totalEncodeCompletions = 0; // number of Enqueue completions received
264 printf("Enqueue EOS: encoded frames=%zu, decoded frames=%zu\n", encodedFrames,
273 res = (*caller)->Enqueue(caller, (void *)&kEosBufferCntxt /*pBufferContext*/,
288 res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
333 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);
H A DslesTestRecBuffQueue.cpp151 ExitOnError( (*queueItf)->Enqueue(queueItf, pCntxt->pDataBase, BUFFER_SIZE_IN_BYTES) );
448 /* Enqueue buffers to map the region of memory allocated to store the recorded data */
452 result = (*recBuffQueueItf)->Enqueue(recBuffQueueItf, cntxt.pData, BUFFER_SIZE_IN_BYTES);
/frameworks/base/media/tests/NativeMidiDemo/jni/
H A Dnativemidi-jni.cpp121 (*bq)->Enqueue(bq, playBuffer, usedBufferSize);
175 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, playBuffer, sizeof(playBuffer));
202 (*playerBufferQueue)->Enqueue(playerBufferQueue, playBuffer, sizeof(playBuffer));
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h203 pdx::Status<void> Enqueue(Entry entry);
352 pdx::Status<void> Enqueue(const std::shared_ptr<BufferProducer>& buffer, function in class:android::dvr::ProducerQueue
354 return BufferHubQueue::Enqueue({buffer, slot, index});
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h112 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.h248 SLresult (*Enqueue) ( member in struct:SLAndroidSimpleBufferQueueItf_
326 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/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp235 return Enqueue({buffers_[slot], slot, buffers_[slot]->GetQueueIndex()});
344 Status<void> BufferHubQueue::Enqueue(Entry entry) { function in class:android::dvr::BufferHubQueue
354 ALOGE("BufferHubQueue::Enqueue: Buffer queue is full!");
524 return BufferHubQueue::Enqueue({buffer, slot, 0ULL});
/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp349 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize);
/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.cpp90 SLresult result = (*bufq)->Enqueue(bufq, buffer, nbytes);
511 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, nbytes);
H A Dxaplay.c207 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
483 result = (*playerAndroidBufferQueue)->Enqueue(playerAndroidBufferQueue, NULL,
/frameworks/native/libs/gui/
H A DBufferHubProducer.cpp373 queue_->Enqueue(buffer_producer, size_t(slot), 0ULL);
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue-test.cpp469 producer_queue_->Enqueue(p1, slot, 0ULL);

Completed in 400 milliseconds