HomeSort by relevance Sort by last modified time
    Searched refs:formatInfo (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
winnmfmt.cpp 40 union FormatInfo
145 fFormatInfo = (FormatInfo*)uprv_malloc(sizeof(FormatInfo));
156 : NumberFormat(other), fFormatInfo((FormatInfo*)uprv_malloc(sizeof(FormatInfo)))
288 FormatInfo formatInfo;
290 formatInfo = *fFormatInfo;
295 formatInfo.currency.NumDigits = (UINT) numDigits;
299 formatInfo.currency.Grouping = 0
    [all...]
  /external/icu/icu4c/source/i18n/
winnmfmt.cpp 40 union FormatInfo
153 fFormatInfo = (FormatInfo*)uprv_malloc(sizeof(FormatInfo));
164 : NumberFormat(other), fFormatInfo((FormatInfo*)uprv_malloc(sizeof(FormatInfo)))
295 FormatInfo formatInfo;
297 formatInfo = *fFormatInfo;
302 formatInfo.currency.NumDigits = (UINT) numDigits;
306 formatInfo.currency.Grouping = 0
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 610 const VideoFormatInfo *formatInfo = mVideoDecoder->getFormatInfo();
624 uint32_t width = formatInfo->width;
625 uint32_t height = formatInfo->height;
626 uint32_t stride = formatInfo->width;
627 uint32_t sliceHeight = formatInfo->height;
629 uint32_t widthCropped = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;
630 uint32_t heightCropped = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 206 struct FormatInfo
212 FormatInfo(GLenum internalformat, GLenum format, GLenum type)
215 bool operator<(const FormatInfo& other) const
217 return memcmp(this, &other, sizeof(FormatInfo)) < 0;
222 typedef std::set<FormatInfo> ES3FormatSet;
232 set.insert(FormatInfo(GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE ));
233 set.insert(FormatInfo(GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_BYTE ));
234 set.insert(FormatInfo(GL_RGBA4, GL_RGBA, GL_UNSIGNED_BYTE ));
235 set.insert(FormatInfo(GL_SRGB8_ALPHA8, GL_RGBA, GL_UNSIGNED_BYTE ));
236 set.insert(FormatInfo(GL_RGBA8_SNORM, GL_RGBA, GL_BYTE ))
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 383 milliseconds