Home | History | Annotate | Download | only in src

Lines Matching refs:formatType

342     SLuint32 formatType;
344 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL;
346 formatType = *(SLuint32 *)pFormat;
347 switch (formatType) {
556 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType);
562 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) {
563 SL_LOGE("%s: formatType changed from %u to %u", name, formatType,
573 switch (formatType) {
578 actualMask = 1L << formatType;
586 SL_LOGE("%s: data format %d not allowed", name, formatType);