Searched refs:count (Results 101 - 115 of 115) sorted by relevance

12345

/system/core/libpixelflinger/tinyutils/
H A DVectorImpl.h76 ssize_t removeItemsAt(size_t index, size_t count = 1);
/system/media/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp110 // Force binder to push the decremented reference count for sp<IStreamListener>.
112 // reference count, binder doesn't push that to the other process immediately.
141 if (mAndroidBufferQueue->mState.count != 0) {
142 // SL_LOGD("nbBuffers in ABQ = %u, buffSize=%u",abq->mState.count, buffSize);
226 mAndroidBufferQueue->mState.count--;
H A DAudioRecorder_to_android.cpp225 if (ar->mBufferQueue.mState.count != 0) {
252 ar->mBufferQueue.mState.count--;
H A DAudioPlayer_to_android.cpp113 if (ap->mBufferQueue.mState.count != 0) {
137 ap->mBufferQueue.mState.count--;
196 // the source's channel count, where zero means unknown
244 // channel mute and solo are ignored for mono and unknown channel count sources
323 // panning law depends on content channel count: mono to stereo panning vs stereo balance
329 // channel count is 0 (unknown), 2 (stereo), or > 2 (multi-channel)
1134 if (ap->mBufferQueue.mState.count != 0) {
1135 //SL_LOGV("nbBuffers in queue = %u",ap->mBufferQueue.mState.count);
1163 ap->mBufferQueue.mState.count--;
1383 0 // FIXME find appropriate frame count // notificationFram
[all...]
/system/core/adb/
H A Dtransport.c216 unsigned count; local
220 count = p->msg.data_length;
223 while(count-- > 0){
710 D("transport: %s unref (count=%d)\n", t->serial, t->ref_count);
1065 unsigned count, sum; local
1068 count = p->msg.data_length;
1071 while(count-- > 0) {
/system/core/libpixelflinger/
H A Dscanline.cpp1387 * while (di.count--) {
1398 count = width;
1401 int count; member in struct:android::dst_iterator16
1413 while (di.count--) {
1420 while (di.count--) {
1433 while (di.count--) {
1447 while (di.count--) {
1454 while (di.count--) {
1467 while (di.count--) {
1481 while (di.count
[all...]
/system/extras/tests/framebuffer/
H A Dmdp_test.c191 req_list->count = 1;
/system/media/mca/filterpacks/imageproc/java/
H A DAutoFixFilter.java281 float count = 0f;
/system/media/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp251 played. This is indicated by waiting for the count member of the
258 while (state.count) {
H A DslesTestDecodeToBuffQueue.cpp212 "count=%u playIndex=%u\n",
213 pCntxt->pData, decQueueState.count, decQueueState.index);
255 fprintf(stdout, " channel count = %d\n", *((SLuint32*)pcmMetaData->data));
/system/media/wilhelm/tests/sandbox/
H A Dconfigbq.c203 if (state.count == 0)
/system/core/toolbox/
H A Dls.c403 if (files.count > 0) {
/system/media/wilhelm/src/itf/
H A DIEngine.c305 // copy the buffer queue count from source locator (for playback) / from the
466 // always PCM buffer queue, so we know the channel count and sample rate early.
805 SLuint32 count = 0; local
814 ++count;
823 *pNumSupportedInterfaces = count;
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp102 MOV(AL, 0, end, reg_imm(parts.count.reg, LSR, 16));
/system/media/wilhelm/include/SLES/
H A DOpenSLES.h1381 SLuint32 count; member in struct:SLBufferQueueState_

Completed in 329 milliseconds

12345