OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:framesperbuffer
(Results
1 - 2
of
2
) sorted by null
/system/media/wilhelm/tests/sandbox/
playbq.c
34
int
framesPerBuffer
= 512;
76
short *buffer = &buffers[
framesPerBuffer
* sfinfo.channels * which];
78
count = sf_readf_short(sndfile, buffer, (sf_count_t)
framesPerBuffer
);
132
framesPerBuffer
= atoi(&arg[2]);
201
buffers = (short *) malloc(
framesPerBuffer
* sfinfo.channels * sizeof(short) * numBuffers);
318
short *buffer = &buffers[
framesPerBuffer
* sfinfo.channels * which];
319
sf_count_t frames =
framesPerBuffer
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c
399
int
framesPerBuffer
=1;
588
framesPerBuffer
= atoi(argv[10]);
602
pCompPrivateStruct->nBufferSize = G729APP_INPUT_BUFFER_SIZE*
framesPerBuffer
;
750
eError = OMX_AllocateBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, G729APP_INPUT_BUFFER_SIZE*
framesPerBuffer
);
770
pInputBuffer[i] = (OMX_U8*)malloc(G729APP_INPUT_BUFFER_SIZE*
framesPerBuffer
);
781
eError = OMX_UseBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, G729APP_INPUT_BUFFER_SIZE*
framesPerBuffer
, pInputBuffer[i]);
[
all
...]
Completed in 200 milliseconds