OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufSizeInBytes
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/jni/audio_loopback/
sles.h
42
SLuint32
bufSizeInBytes
; // calculated
sles.cpp
129
pSles->
bufSizeInBytes
);
194
pSles->
bufSizeInBytes
);
240
// SLuint32
bufSizeInBytes
= 0; // calculated
268
pSles->
bufSizeInBytes
= 0; // calculated
298
pSles->
bufSizeInBytes
= pSles->channels * pSles->bufSizeInFrames * sizeof(short);
304
pSles->freeBuffers[j] = (char *) malloc(pSles->
bufSizeInBytes
);
432
buffer, pSles->
bufSizeInBytes
);
520
buffer, pSles->
bufSizeInBytes
);
/external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.h
57
SLuint32
bufSizeInBytes
; // calculated
sles.cpp
171
pSles->
bufSizeInBytes
);
173
// pSles->
bufSizeInBytes
);
309
pSles->
bufSizeInBytes
);
460
// SLuint32
bufSizeInBytes
= 0; // calculated
488
pSles->
bufSizeInBytes
= 0; // calculated
520
pSles->
bufSizeInBytes
= pSles->channels * pSles->bufSizeInFrames * sizeof(short);
528
pSles->freeBuffers[j] = (char *) malloc(pSles->
bufSizeInBytes
);
529
SLES_PRINTF(" buff%d malloc %llu bytes at %p",j, (long long)pSles->
bufSizeInBytes
,
719
buffer, pSles->
bufSizeInBytes
);
[
all
...]
Completed in 69 milliseconds