HomeSort by relevance Sort by last modified time
    Searched defs:fmt (Results 276 - 300 of 475) sorted by null

<<111213141516171819

  /external/strace/
quota.c 372 u_int32_t fmt; local
378 if (umove(tcp, data, &fmt) < 0) {
383 printxval(quota_formats, fmt, "QFMT_VFS_???");
  /external/tcpdump/
print-icmp.c 340 const char *str, *fmt; local
431 fmt = tok2str(unreach2str, "#%d %%s unreachable",
433 (void)snprintf(buf, sizeof(buf), fmt,
441 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s",
443 (void)snprintf(buf, sizeof(buf), fmt,
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 215 UInt fmt = (imm8 >> 0) & 3; // imm8[1:0] data format local
225 && (fmt == 0/*ub*/ || fmt == 2/*sb*/)
260 && (fmt == 0/*ub*/ || fmt == 2/*sb*/)
299 && (fmt == 0/*ub*/ || fmt == 2/*sb*/)
340 && fmt == 0/*ub*/
381 && fmt == 2/*sb*/
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 1853 VO_AUDIO_FORMAT* fmt = (VO_AUDIO_FORMAT*)pData; local
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 354 int32_t fmt = buffer->format; local
356 bool usingRGBAOverride = usingRGBAToJpegOverride(fmt, readerFormat);
357 fmt = applyFormatOverrides(fmt, readerFormat);
358 switch (fmt) {
474 "Pixel format: 0x%x is unsupported", fmt);
491 int32_t fmt = buffer->format; local
493 fmt = applyFormatOverrides(fmt, readerFormat);
495 switch (fmt) {
552 int32_t fmt = buffer->format; local
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 539 enum pcm_format fmt = pcm_format_from_audio_format(config->format); local
540 if (profile_is_format_valid(out->profile, fmt)) {
541 proxy_config.format = fmt;
900 ALOGV("usb: in adev_open_input_stream() rate:%" PRIu32 ", chanMask:0x%" PRIX32 ", fmt:%" PRIu8,
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 326 struct v4l2_format fmt; local
342 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description,
351 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description,
359 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
360 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
361 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width
535 struct v4l2_format fmt; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 809 char *fmt; local
821 if ((fmt = (char *) malloc(fmtsz)) == NULL)
839 for (t = fmt; (*t++ = *s) != '\0'; s++) {
840 if (!adjbuf(&fmt, &fmtsz, MAXNUMSIZE+1+t-fmt, recsize, &t, "format3"))
851 t = fmt + strlen(fmt);
881 WARNING("weird printf conversion %s", fmt);
894 case '?': sprintf(p, "%s", fmt); /* unknown, so dump it too */
903 case 'f': sprintf(p, fmt, getfval(x)); break
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 503 String fmt = DateFormat.getBestDateTimePattern(l, dateFormat); local
504 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l);
507 fmt = DateFormat.getBestDateTimePattern(l, dateFormatForAccessibility);
508 sdf = new SimpleDateFormat(fmt, l);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 923 String fmt = null; local
    [all...]
  /art/compiler/dex/quick/arm64/
arm64_lir.h 402 // These are grouped together, for fast handling (e.g. "if (LIKELY(fmt <= kFmtBitBlt)) ...").
434 const char* fmt; member in struct:art::ArmEncodingMap
446 const char* fmt;
  /art/compiler/dex/quick/mips/
mips_lir.h 505 const char* fmt; member in struct:art::MipsEncodingMap
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 119 __sbprintf(FILE *fp, const char *fmt, va_list ap)
139 ret = __vfprintf(&fake, fmt, ap);
275 char *fmt; /* format string */ local
276 int ch; /* character from fmt */
431 cp = fmt; \
445 fmt = ++cp; \
471 fmt = (char *)fmt0;
488 cp = fmt;
489 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) {
490 fmt += n
1138 char *fmt; \/* format string *\/ local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
cam_intf.h 341 cam_format_t fmt; member in struct:__anon2637
346 /* buffer plane information, will be calc based on stream_type, fmt,
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h 351 cam_format_t fmt; member in struct:__anon3127
356 /* buffer plane information, will be calc based on stream_type, fmt,
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 167 MM_STREAM_STATE_CFG, /* fmt & dim configured */
225 mm_camera_image_fmt_t fmt; member in struct:mm_stream
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 39 MM_CAMERA_STREAM_STATE_CFG, /* fmt & dim configured */
130 struct v4l2_format fmt; member in struct:__anon3779
mm_camera_interface2.h 110 cam_format_t fmt; member in struct:__anon3806
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 172 MM_STREAM_STATE_CFG, /* fmt & dim configured */
230 mm_camera_image_fmt_t fmt; member in struct:mm_stream
mm_camera_interface.h 97 cam_format_t fmt; member in struct:__anon4025
106 mm_camera_image_fmt_t fmt; member in struct:__anon4026
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 407 cam_format_t fmt; member in struct:__anon4186
412 /* buffer plane information, will be calc based on stream_type, fmt,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 1206 NumberFormat *fmt = NumberFormat::createPercentInstance(status); local
1230 DecimalFormat *fmt = new DecimalFormat("#,#00.00;-#.#", status); local
1275 DecimalFormat *fmt = new DecimalFormat(UnicodeString("000.0#0"), status); local
1317 DecimalFormat *fmt = new DecimalFormat(UnicodeString("#,#00.00"), status); local
1339 DecimalFormatSymbols *fmt = new DecimalFormatSymbols(status); local
1377 DecimalFormat *fmt = new DecimalFormat(UnicodeString("#,##0.00"), status); local
2151 NumberFormat *fmt = NumberFormat::createInstance(Locale::getUS(), status); local
2474 DecimalFormat *fmt = (DecimalFormat*) NumberFormat::createInstance(Locale::getUS(), status); local
2516 NumberFormat *fmt = NumberFormat::createInstance(Locale::getUS(), status); local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 460 var fmt = function(s, u) {
482 return fmt(STEPS[i], UNITS[i]);
485 return fmt(STEPS[i], UNITS[i]);
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 67 bool isEtcFormat (CompressedTexture::Format fmt)
69 switch (fmt)
89 bool isASTCFormat (CompressedTexture::Format fmt)
91 switch (fmt)
128 bool isASTCSRGBFormat (CompressedTexture::Format fmt)
130 switch (fmt)
153 IVec3 getASTCBlockSize (CompressedTexture::Format fmt)
155 switch (fmt)
201 const CompressedTexture::Format fmt = (CompressedTexture::Format)fmtI; local
203 if (isASTCFormat(fmt) && getASTCBlockSize(fmt) == size && isASTCSRGBFormat(fmt) == isSRGB
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 640 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
641 m_format = fmt.format;
642 m_dataType = fmt.dataType;
695 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
696 m_format = fmt.format;
697 m_dataType = fmt.dataType;
831 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
832 m_format = fmt.format;
833 m_dataType = fmt.dataType;
891 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat) local
956 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
1013 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
1197 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
1272 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
1498 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
1561 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
1638 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
1706 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
1867 tcu::TextureFormat fmt = mapGLUnsizedInternalFormat(m_internalFormat); local
1915 tcu::TextureFormat fmt = mapGLUnsizedInternalFormat(m_internalFormat); local
1967 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); local
2042 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); local
2116 tcu::TextureFormat fmt = glu::mapGLInternalFormat(m_internalFormat); local
2158 tcu::TextureFormat fmt = glu::mapGLInternalFormat(m_internalFormat); local
2378 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
3021 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
3068 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
3114 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
3184 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); local
    [all...]

Completed in 2013 milliseconds

<<111213141516171819