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

/frameworks/wilhelm/src/
H A Ddata.c345 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, argument
348 assert(NULL != name && NULL != pDataFormat);
353 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL;
358 pDataFormat->mPCMEx.representation =
360 switch (pDataFormat->mPCMEx.representation) {
364 df_representation = &pDataFormat->mPCMEx.representation;
368 pDataFormat->mPCMEx.representation);
374 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat;
378 switch (pDataFormat->mPCM.numChannels) {
393 SL_LOGE("%s: numChannels=%u", name, (unsigned) pDataFormat
768 freeDataFormat(DataFormat *pDataFormat) argument
[all...]

Completed in 26 milliseconds