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

/frameworks/wilhelm/src/
H A Ddata.c341 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, argument
344 assert(NULL != name && NULL != pDataFormat);
349 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL;
354 pDataFormat->mPCMEx.representation =
356 switch (pDataFormat->mPCMEx.representation) {
360 df_representation = &pDataFormat->mPCMEx.representation;
364 pDataFormat->mPCMEx.representation);
370 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat;
372 if (pDataFormat->mPCM.numChannels == 0) {
374 } else if (pDataFormat
734 freeDataFormat(DataFormat *pDataFormat) argument
[all...]

Completed in 23 milliseconds