HomeSort by relevance Sort by last modified time
    Searched full:formattype (Results 1 - 25 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/fonttools/Lib/fontTools/ttLib/tables/
_p_o_s_t.py 15 formatType: 16.16F
34 if self.formatType == 1.0:
36 elif self.formatType == 2.0:
38 elif self.formatType == 3.0:
40 elif self.formatType == 4.0:
44 raise ttLib.TTLibError("'post' table format %f not supported" % self.formatType)
48 if self.formatType == 1.0:
50 elif self.formatType == 2.0:
52 elif self.formatType == 3.0:
54 elif self.formatType == 4.0
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 492 * <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) {
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) {
543 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
545 switch (formatType) {
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
opensles_common.cc 23 configuration.formatType = SL_DATAFORMAT_PCM;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mediaobj.idl 36 GUID formattype;
mediaobj.h 65 GUID formattype; member in struct:_DMOMediaType
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 140 formatMimeSrc.formatType = SL_DATAFORMAT_MIME;
152 formatMimeSrc.formatType = SL_DATAFORMAT_MIME;
162 formatPcmSnk.formatType = SL_DATAFORMAT_PCM;
213 pcm.formatType = SL_DATAFORMAT_PCM;
234 formatMimeSrc.formatType = SL_DATAFORMAT_MIME;
271 formatMimeSrc.formatType = SL_DATAFORMAT_MIME;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRegistrationTest.java 41 public NumberFormat createFormat(ULocale loc, int formatType) {
42 if (formatType == FORMAT_CURRENCY) {
  /external/icu/icu4c/source/i18n/
valueformatter.h 134 enum FormatType {
140 FormatType fType;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRegistrationTest.java 37 public NumberFormat createFormat(ULocale loc, int formatType) {
38 if (formatType == FORMAT_CURRENCY) {
  /frameworks/wilhelm/src/
data.c 347 SLuint32 formatType;
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...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 127 int formatType = PhoneNumberUtils.getFormatTypeForLocale(Locale.CHINA);
128 assertEquals(PhoneNumberUtils.FORMAT_UNKNOWN, formatType);
129 formatType = PhoneNumberUtils.getFormatTypeForLocale(Locale.US);
130 assertEquals(PhoneNumberUtils.FORMAT_NANP, formatType);
131 formatType = PhoneNumberUtils.getFormatTypeForLocale(Locale.JAPAN);
132 assertEquals(PhoneNumberUtils.FORMAT_JAPAN, formatType);
  /frameworks/wilhelm/src/android/
android_sles_conversions.h 33 switch (df_pcm->formatType) {
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 44 enum FormatType
51 FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum internalFormat, FormatType type);
58 const FormatType m_type;
61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, glw::GLenum internalFormat, FormatType type)
376 FormatSamplesCase::FormatType type;
  /external/freetype/src/sfnt/
ttpost.c 396 format = face->postscript.FormatType;
427 format = face->postscript.FormatType;
510 format = face->postscript.FormatType;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttpost.c 396 format = face->postscript.FormatType;
427 format = face->postscript.FormatType;
510 format = face->postscript.FormatType;
  /external/pdfium/third_party/freetype/src/sfnt/
ttpost.c 396 format = face->postscript.FormatType;
427 format = face->postscript.FormatType;
510 format = face->postscript.FormatType;
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 174 const GUID *formatType = pMediaType->FormatType();
183 if(*formatType == FORMAT_VideoInfo)
249 if(*formatType == FORMAT_VideoInfo2)
device_info_ds.cc 463 // Check if the device support formattype == FORMAT_VideoInfo2 and FORMAT_VideoInfo.
477 && pmt->formattype == FORMAT_VideoInfo2)
490 && pmt->formattype == FORMAT_VideoInfo)
526 && pmt->formattype == preferedVideoFormat)
532 if (pmt->formattype == FORMAT_VideoInfo)
542 if (pmt->formattype == FORMAT_VideoInfo2)
  /frameworks/wilhelm/tests/listening/
seekTorture.c 65 mime.formatType = SL_DATAFORMAT_MIME;
  /frameworks/wilhelm/tests/sandbox/
xa.c 83 fmtMime.formatType = XA_DATAFORMAT_MIME;
  /frameworks/wilhelm/src/desktop/
SndFile.c 141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat;
158 switch (formatType) {
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType)
274 if (formatType == UNUM_CURRENCY) {
  /external/skia/src/gpu/gl/
GrGLCaps.h 424 enum FormatType {
463 FormatType fFormatType;
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-2-recording.cpp 149 mime.formatType = SL_DATAFORMAT_MIME;
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.cpp 156 SLAndroidDataFormat_PCM_EX format_pcm = {SL_ANDROID_DATAFORMAT_PCM_EX, // formatType

Completed in 804 milliseconds

1 2 3 4 5 6 7 8 91011