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

/frameworks/wilhelm/src/
H A Ddata.c339 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, argument
342 assert(NULL != name && NULL != pDataFormat);
347 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL;
352 pDataFormat->mPCMEx.representation =
354 switch (pDataFormat->mPCMEx.representation) {
358 df_representation = &pDataFormat->mPCMEx.representation;
362 pDataFormat->mPCMEx.representation);
368 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat;
373 switch (pDataFormat->mPCM.numChannels) {
391 SL_LOGE("%s: numChannels=%u", name, (unsigned) pDataFormat
779 freeDataFormat(DataFormat *pDataFormat) argument
[all...]

Completed in 7 milliseconds