Searched refs:formatType (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dopensles_common.cc23 configuration.formatType = SL_DATAFORMAT_PCM;
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_p_o_s_t.py15 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
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_p_o_s_t.py15 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
[all...]
/external/aac/libSYS/include/
H A Dwav_file.h143 char formatType[4]; member in struct:WAV_HEADER
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTimeInputType.cpp111 Locale::FormatType formatType = shouldHaveSecondField(date) ? Locale::FormatTypeMedium : Locale::FormatTypeShort;
113 String localized = element().locale().formatDateTime(date, formatType);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.cpp390 String Locale::formatDateTime(const DateComponents& date, FormatType formatType) argument
398 builder.build(formatType == FormatTypeShort ? shortTimeFormat() : timeFormat());
404 builder.build(formatType == FormatTypeShort ? shortMonthFormat() : monthFormat());
411 builder.build(formatType == FormatTypeShort ? dateTimeFormatWithoutSeconds() : dateTimeFormatWithSeconds());
/external/aac/libSYS/src/
H A Dwav_file.cpp147 if (FDKfread(&(wav->header.formatType), 1, 4, wav->fp) != 4) {
151 if (FDKstrncmp("fmt", wav->header.formatType, 3)) {
412 FDKstrcpy(wav->header.formatType, "fmt ");
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc173 const GUID *formatType = pMediaType->FormatType(); local
182 if(*formatType == FORMAT_VideoInfo)
248 if(*formatType == FORMAT_VideoInfo2)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmapts.cpp272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) argument
274 if (formatType == UNUM_CURRENCY) {
/external/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) argument
274 if (formatType == UNUM_CURRENCY) {
/external/chromium_org/media/audio/android/
H A Dopensles_input.cc34 format_.formatType = SL_DATAFORMAT_PCM;
H A Dopensles_output.cc37 format_.formatType = SL_DATAFORMAT_PCM;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dnumfmt.h1064 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
/external/qemu/android/camera/
H A Dcamera-capture-mac.m541 const uint32_t qt_pix_format = [[pix_formats objectAtIndex:0] formatType];
/external/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h1124 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) argument
238 const char* const formatPart = isFormatTypeUnsignedInteger(formatType) ? "u"
239 : isFormatTypeSignedInteger(formatType) ? "i"
252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType) argument
254 return getShaderSamplerOrImageType(formatType, imageType, false);
257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType) argument
259 return getShaderSamplerOrImageType(formatType, imageType, true);
/external/fonttools/Lib/fontTools/
H A Dsubset.py1244 self.formatType = 3.0
2145 if f.formatType == 2.0:
2146 f.formatType = 3.0
/external/fonttools/Tools/fontTools/
H A Dsubset.py1244 self.formatType = 3.0
2145 if f.formatType == 2.0:
2146 f.formatType = 3.0
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2176 milliseconds