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

/frameworks/wilhelm/src/desktop/
H A DSndFile.c141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat; local
158 switch (formatType) {
/frameworks/wilhelm/src/
H A Ddata.c347 SLuint32 formatType; local
349 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL;
351 formatType = *(SLuint32 *)pFormat;
352 switch (formatType) {
573 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType);
579 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) {
580 SL_LOGE("%s: formatType changed from %u to %u", name, formatType,
590 switch (formatType) {
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java492 * <p>The formatType parameter determines how the characteristic value
493 * is to be interpreted. For example, settting formatType to
498 * @param formatType The format type used to interpret the characteristic
504 public Integer getIntValue(int formatType, int offset) { argument
505 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
507 switch (formatType) {
536 * @param formatType The format type used to interpret the characteristic
542 public Float getFloatValue(int formatType, int offset) { argument
543 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
545 switch (formatType) {
597 setValue(int value, int formatType, int offset) argument
644 setValue(int mantissa, int exponent, int formatType, int offset) argument
689 getTypeLen(int formatType) argument
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h48 SLuint32 formatType; member in struct:SLAndroidDataFormat_PCM_EX_
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 370 milliseconds