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

/frameworks/wilhelm/src/
H A Ddata.c342 SLuint32 formatType; local
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) {
[all...]
/frameworks/wilhelm/src/desktop/
H A DSndFile.c141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat; local
158 switch (formatType) {
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp172 SLuint32 formatType = *(SLuint32 *)pAudioSnk->pFormat; local
173 if (SL_DATAFORMAT_PCM == formatType) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java433 * <p>The formatType parameter determines how the characteristic value
434 * is to be interpreted. For example, settting formatType to
439 * @param formatType The format type used to interpret the characteristic
445 public Integer getIntValue(int formatType, int offset) { argument
446 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
448 switch (formatType) {
477 * @param formatType The format type used to interpret the characteristic
483 public Float getFloatValue(int formatType, int offset) { argument
484 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
486 switch (formatType) {
538 setValue(int value, int formatType, int offset) argument
585 setValue(int mantissa, int exponent, int formatType, int offset) argument
630 getTypeLen(int formatType) argument
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h312 /** MIME-type-based data format definition where formatType must be SL_DATAFORMAT_MIME*/
314 SLuint32 formatType; member in struct:SLDataFormat_MIME_
355 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/
357 SLuint32 formatType; member in struct:SLDataFormat_PCM_
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h333 XAuint32 formatType; member in struct:XADataFormat_MIME_
382 XAuint32 formatType; member in struct:XADataFormat_PCM_
432 XAuint32 formatType; member in struct:XADataFormat_RawImage_

Completed in 161 milliseconds