OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDataBase
(Results
1 - 5
of
5
) sorted by null
/frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp
87
SLint8*
pDataBase
; // Base address of local audio data storage
123
fwrite(pCntxt->
pDataBase
, BUFFER_SIZE_IN_BYTES, 1, gFp);
128
if (pCntxt->pData >= pCntxt->
pDataBase
+ (NB_BUFFERS_IN_QUEUE * BUFFER_SIZE_IN_BYTES)) {
129
pCntxt->pData = pCntxt->
pDataBase
;
132
ExitOnError( (*queueItf)->Enqueue(queueItf, pCntxt->
pDataBase
, BUFFER_SIZE_IN_BYTES) );
280
cntxt.
pDataBase
= (int8_t*)&pcmData;
281
cntxt.pData = cntxt.
pDataBase
;
295
cntxt.pData = cntxt.
pDataBase
;
slesTestDecodeToBuffQueue.cpp
114
SLint8*
pDataBase
; // Base address of local audio data storage
188
if (fwrite(pCntxt->
pDataBase
, 1, BUFFER_SIZE_IN_BYTES, gFp) < BUFFER_SIZE_IN_BYTES) {
197
if (pCntxt->pData >= pCntxt->
pDataBase
+ (NB_BUFFERS_IN_QUEUE * BUFFER_SIZE_IN_BYTES)) {
198
pCntxt->pData = pCntxt->
pDataBase
;
201
ExitOnError( (*queueItf)->Enqueue(queueItf, pCntxt->
pDataBase
, BUFFER_SIZE_IN_BYTES) );
404
cntxt.
pDataBase
= (int8_t*)&pcmData;
405
cntxt.pData = cntxt.
pDataBase
;
419
cntxt.pData = cntxt.
pDataBase
;
slesTestSawtoothBufferQueue.cpp
74
SLint16*
pDataBase
; // Base adress of local audio data storage
92
if(pCntxt->pData < (pCntxt->
pDataBase
+ pCntxt->size))
193
cntxt.
pDataBase
= /*(void*)&*/pcmData;
194
cntxt.pData = cntxt.
pDataBase
;
slesTestDecodeAac.cpp
198
SLint8*
pDataBase
; // Base address of local audio data storage
339
if (pCntxt->pData >= pCntxt->
pDataBase
+ (NB_BUFFERS_IN_PCM_QUEUE * BUFFER_SIZE_IN_BYTES)) {
340
pCntxt->pData = pCntxt->
pDataBase
;
614
sinkCntxt.
pDataBase
= (int8_t*)&pcmData;
615
sinkCntxt.pData = sinkCntxt.
pDataBase
;
626
if (sinkCntxt.pData >= sinkCntxt.
pDataBase
+
628
sinkCntxt.pData = sinkCntxt.
pDataBase
;
[
all
...]
/frameworks/ex/variablespeed/jni/
variablespeed.cc
64
int8_t*
pDataBase
;
282
context->pData = context->
pDataBase
;
657
callbackContext.
pDataBase
= pcmData;
848
if (pCntxt->pData >= pCntxt->
pDataBase
+
850
pCntxt->pData = pCntxt->
pDataBase
;
Completed in 1345 milliseconds