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

/external/aac/libSYS/include/
H A Dwav_file.h143 char formatType[4]; member in struct:WAV_HEADER
/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/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/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/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/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/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/ ...

Completed in 1176 milliseconds