Searched refs:containerSize (Results 1 - 13 of 13) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dsrcsink.c47 format_pcm.containerSize = 16;
148 format_pcm.containerSize = 8;
153 format_pcm.containerSize = 32;
158 format_pcm.containerSize = 16;
H A Dconfigbq.c112 format_pcm.containerSize = format->bitsPerSample;
H A Dintbufq.c116 pcm.containerSize = 16;
H A Dplaybq.c281 format_pcm.containerSize = format_pcm.bitsPerSample;
/frameworks/wilhelm/src/
H A Ddata.c419 if (pDataFormat->mPCM.containerSize < pDataFormat->mPCM.bitsPerSample) {
421 } else if (pDataFormat->mPCM.containerSize != pDataFormat->mPCM.bitsPerSample) {
425 SL_LOGE("%s: containerSize=%u, bitsPerSample=%u", name,
426 (unsigned) pDataFormat->mPCM.containerSize,
/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp173 pcm.containerSize = 16;
H A DslesTestRecBuffQueue.cpp208 pcm.containerSize = 16;
H A DslesTestDecodeToBuffQueue.cpp351 pcm.containerSize = 16;
H A DslesTestFeedback.cpp305 pcm.containerSize = 16;
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp124 pcm.containerSize = 16;
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp954 switch (df_pcm->containerSize) {
961 (unsigned) df_pcm->containerSize);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h386 XAuint32 containerSize; member in struct:XADataFormat_PCM_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h361 SLuint32 containerSize; member in struct:SLDataFormat_PCM_

Completed in 3561 milliseconds