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
86
SLint8*
pDataBase
; // Base address of local audio data storage
126
memcpy_to_i16_from_u8(temp, (const unsigned char *) pCntxt->
pDataBase
,
131
(void) sf_writef_short(sndfile, (const short *) pCntxt->
pDataBase
, frameCount);
134
(void) sf_writef_int(sndfile, (const int *) pCntxt->
pDataBase
, frameCount);
137
(void) sf_writef_float(sndfile, (const float *) pCntxt->
pDataBase
, frameCount);
147
if (pCntxt->pData >= pCntxt->
pDataBase
+ (NB_BUFFERS_IN_QUEUE * BUFFER_SIZE_IN_BYTES)) {
148
pCntxt->pData = pCntxt->
pDataBase
;
151
ExitOnError( (*queueItf)->Enqueue(queueItf, pCntxt->
pDataBase
, BUFFER_SIZE_IN_BYTES) );
442
cntxt.
pDataBase
= (int8_t*)&pcmData;
443
cntxt.pData = cntxt.
pDataBase
;
[
all
...]
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))
190
cntxt.
pDataBase
= /*(void*)&*/pcmData;
191
cntxt.pData = cntxt.
pDataBase
;
slesTestDecodeAac.cpp
196
SLint8*
pDataBase
; // Base address of local audio data storage
338
if (pCntxt->pData >= pCntxt->
pDataBase
+ (NB_BUFFERS_IN_PCM_QUEUE * BUFFER_SIZE_IN_BYTES)) {
339
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
...]
/cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp
46
SLint16 *
pDataBase
; // Base address of local audio data storage
61
if (pCntxt->pData < (pCntxt->
pDataBase
+ pCntxt->size)) {
163
cntxt.
pDataBase
= pcmData;
164
cntxt.pData = cntxt.
pDataBase
;
Completed in 640 milliseconds