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

1 2 3 4 5 67 8 91011>>

  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 45 #define JPEG_ERROR_LOG(fmt,...)
87 struct v4l2_format fmt; local
90 fmt.type = eType;
91 fmt.fmt.pix_mp.width = pstConfig->width;
92 fmt.fmt.pix_mp.height = pstConfig->height;
93 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
94 fmt.fmt.pix_mp.num_planes = pstConfig->numOfPlanes
136 struct v4l2_format fmt; local
    [all...]
  /hardware/ti/omap4-aah/ion/
ion_test.c 25 int fmt = TILER_PIXEL_FMT_32BIT; variable
38 ret = ion_alloc_tiler(*fd, width, height, fmt, alloc_flags,
248 {"fmt", required_argument, 0, 'r'},
290 fmt = atol(optarg);
306 printf("test %d, len %u, width %u, height %u fmt %u align %u, "
308 height, fmt, align, map_flags, prot, alloc_flags);
ion_test_2.c 44 int fmt = TILER_PIXEL_FMT_32BIT; variable
53 ret = ion_alloc_tiler(fd, width, height, fmt, alloc_flags,
374 {"fmt", required_argument, 0, 'r'},
423 fmt = atol(optarg);
444 printf("test %d, len %u, width %u, height %u, fmt %u, align %u, count %d, "
446 height, fmt, align, count, iteration, map_flags, prot, alloc_flags);
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 125 DecimalFormat* fmt = new DecimalFormat(pattern.unicodeString(), symbols, parseError, status); local
126 if (fmt == NULL) {
130 return reinterpret_cast<uintptr_t>(fmt);
138 DecimalFormat* fmt = toDecimalFormat(addr); local
139 fmt->setRoundingMode(static_cast<DecimalFormat::ERoundingMode>(mode));
140 fmt->setRoundingIncrement(increment);
177 UNumberFormat* fmt = toUNumberFormat(addr); local
183 uint32_t desiredCount = unum_getTextAttribute(fmt, attr, chars.get(), charCount, &status);
189 charCount = unum_getTextAttribute(fmt, attr, chars.get(), charCount, &status);
199 DecimalFormat* fmt = toDecimalFormat(addr) local
213 DecimalFormat* fmt = toDecimalFormat(addr); local
261 DecimalFormat* fmt = toDecimalFormat(addr); local
322 DecimalFormat* fmt = toDecimalFormat(addr); local
358 DecimalFormat* fmt = toDecimalFormat(addr); local
    [all...]
  /ndk/sources/android/support/src/stdio/
vfscanf.c 106 u_char *fmt = (u_char *)fmt0; local
130 c = *fmt++;
149 again: c = *fmt++;
169 (*fmt == 'd') ? LLONG :
170 (*fmt == 'i') ? LLONG :
171 (*fmt == 'o') ? LLONG :
172 (*fmt == 'u') ? LLONG :
173 (*fmt == 'x') ? LLONG :
177 if (*fmt == 'h') {
178 fmt++
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 465 const char * fmt = _Locale_d_fmt(time); local
468 while (*fmt != 0 && *fmt != '%') ++fmt;
469 if (*fmt == 0)
471 first = *++fmt;
472 while (*fmt != 0 && *fmt != '%') ++fmt;
473 if (*fmt == 0
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 48 Jpeg_Config::Format fmt = static_cast<Jpeg_Config::Format>(format); local
50 switch (fmt) {
69 int32_t errorFlag = w_ptr->setup(env, out, w, h, fmt, q);
109 Jpeg_Config::Format fmt = static_cast<Jpeg_Config::Format>(format); local
111 switch (fmt) {
124 int32_t errorFlag = r_ptr->setup(env, in, &w, &h, fmt);
  /system/core/libpixelflinger/codeflinger/
disassem.c 311 int fmt = 0; local
339 ++fmt;
541 ++fmt;
542 if (fmt == 1)
  /system/media/audio_utils/
tinysndfile.c 113 if (!memcmp(&chunk[0], "fmt ", 4)) {
115 fprintf(stderr, "multiple fmt\n");
122 unsigned char fmt[40]; local
123 actual = fread(fmt, sizeof(char), 2, stream);
128 unsigned format = little2u(&fmt[0]);
146 actual = fread(&fmt[2], sizeof(char), minSize - 2, stream);
154 unsigned channels = little2u(&fmt[2]);
159 unsigned samplerate = little4u(&fmt[4]);
166 unsigned bitsPerSample = little2u(&fmt[14]);
192 fprintf(stderr, "data not preceded by fmt\n")
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 75 int32_t mm_stream_calc_offset_preview(cam_format_t fmt,
78 int32_t mm_stream_calc_offset_snapshot(cam_format_t fmt,
82 int32_t mm_stream_calc_offset_raw(cam_format_t fmt,
121 uint32_t mm_stream_get_v4l2_fmt(cam_format_t fmt);
2452 struct v4l2_format fmt; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 101 uint32_t mm_stream_get_v4l2_fmt(cam_format_t fmt);
2454 struct v4l2_format fmt; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 709 memcpy(&my_obj->fmt, &config->fmt, sizeof(mm_camera_image_fmt_t));
719 /* only send fmt to backend if we need streamon */
795 static uint32_t mm_stream_util_get_v4l2_fmt(cam_format_t fmt,
799 switch(fmt) {
834 mm_stream_util_get_v4l2_fmt(my_obj->fmt.fmt,
1405 struct v4l2_format fmt; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 754 memcpy(&my_obj->fmt, &config->fmt, sizeof(mm_camera_image_fmt_t));
765 config->fmt.width = my_obj->fmt.width;
766 config->fmt.height = my_obj->fmt.height;
768 /* only send fmt to backend if we need streamon */
850 static uint32_t mm_stream_util_get_v4l2_fmt(cam_format_t fmt,
854 switch(fmt) {
899 CDBG_ERROR("%s: Unknown fmt=%d", __func__, fmt)
1473 struct v4l2_format fmt; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 101 uint32_t mm_stream_get_v4l2_fmt(cam_format_t fmt);
2806 struct v4l2_format fmt; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 58 mm_jpeg_color_format fmt; member in struct:__anon4492
314 p_params->color_format = p_input->col_fmt.fmt;
315 p_params->thumb_color_format = p_input->col_fmt.fmt;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsgtst.c 381 UMessageFormat* fmt = NULL; local
406 fmt = umsg_open(pattern,u_strlen(pattern),"en_US",&parseError,&status);
413 resultLengthOut=umsg_format(fmt ,result, resultlength,&status, d1, str, 7);
436 umsg_parse(fmt, result, u_strlen(result),&count,&status, &d, ret, &value);
458 umsg_close(fmt);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
msfmrgts.cpp 156 MessageFormat *fmt = new MessageFormat("{0,choice,0#no files|1#one file|1< {0,number,integer} files}", status); local
160 pat = fmt->toPattern(pat);
168 delete fmt;
205 NumberFormat *fmt = 0; local
216 fmt = NumberFormat::createInstance(status);
218 case Formattable::kLong: fmt->format(obj.getLong(), temp); break;
219 case Formattable::kInt64: fmt->format(obj.getInt64(), temp); break;
220 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break;
231 fmt = NumberFormat::createInstance(status);
233 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break
285 MessageFormat *fmt = new MessageFormat("There are {0} apples growing on the {1} tree.", status); local
584 ChoiceFormat *fmt = new ChoiceFormat( local
642 ChoiceFormat *fmt = new ChoiceFormat(pattern, status); local
982 MessageFormat *fmt = new MessageFormat("",status); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.h 39 unsigned fmt; member in struct:nv30_sampler_state
51 unsigned fmt; member in struct:nv30_sampler_view
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_vbo.c 79 enum pipe_format fmt = ve->src_format; local
82 so->element[i].state = nvc0_format_table[fmt].vtx;
85 switch (util_format_get_nr_components(fmt)) {
86 case 1: fmt = PIPE_FORMAT_R32_FLOAT; break;
87 case 2: fmt = PIPE_FORMAT_R32G32_FLOAT; break;
88 case 3: fmt = PIPE_FORMAT_R32G32B32_FLOAT; break;
89 case 4: fmt = PIPE_FORMAT_R32G32B32A32_FLOAT; break;
94 so->element[i].state = nvc0_format_table[fmt].vtx;
97 size = util_format_get_blocksize(fmt);
115 ca = util_format_description(fmt)->channel[0].size / 8
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
native_android.cpp 117 enum pipe_format fmt; local
121 fmt = PIPE_FORMAT_R8G8B8A8_UNORM;
124 fmt = PIPE_FORMAT_R8G8B8X8_UNORM;
127 fmt = PIPE_FORMAT_R8G8B8_UNORM;
130 fmt = PIPE_FORMAT_B5G6R5_UNORM;
133 fmt = PIPE_FORMAT_B8G8R8A8_UNORM;
136 /* fmt = PIPE_FORMAT_A1B5G5R5_UNORM; */
138 /* fmt = PIPE_FORMAT_A4B4G4R4_UNORM; */
141 fmt = PIPE_FORMAT_NONE;
145 return fmt;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 135 GLenum type, GLuint id, const char *fmt, va_list ap)
149 ralloc_vasprintf_append(&state->info_log, fmt, ap);
162 const char *fmt, ...)
169 va_start(ap, fmt);
170 _mesa_glsl_msg(locp, state, type, SHADER_ERROR_UNKNOWN, fmt, ap);
177 const char *fmt, ...)
182 va_start(ap, fmt);
183 _mesa_glsl_msg(locp, state, type, 0, fmt, ap);
419 static const char *const fmt = "extension `%s' unsupported in %s shader"; local
422 _mesa_glsl_error(name_locp, state, fmt,
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 299 const char *header, *fmt; local
313 header = fmt = "%u\n";
316 fmt = ", %u";
319 printf(header ? header : fmt, blk);
  /external/elfutils/0.153/src/
objdump.c 732 char *fmt; local
738 if (asprintf (&fmt, "%s%%7m %s%%.1o,%s%%.2o,%s%%.3o%%34a %s%%l",
750 fmt = "%7m %.1o,%.2o,%.3o%34a %l";
754 fmt, disasm_output, &info, NULL /* XXX */);
757 free (fmt);
  /external/icu/icu4c/source/i18n/
fmtable.cpp 907 UFormattable *fmt = (new Formattable())->toUFormattable(); local
909 if( fmt == NULL ) {
912 return fmt;
916 ufmt_close(UFormattable *fmt) {
917 Formattable *obj = Formattable::fromUFormattable(fmt);
923 ufmt_getType(const UFormattable *fmt, UErrorCode *status) {
927 const Formattable *obj = Formattable::fromUFormattable(fmt);
933 ufmt_isNumeric(const UFormattable *fmt) {
934 const Formattable *obj = Formattable::fromUFormattable(fmt);
939 ufmt_getDate(const UFormattable *fmt, UErrorCode *status)
    [all...]
nfsubs.cpp 730 NumberFormat* fmt = NumberFormat::createInstance(status); local
732 fmt->parse(text, result, parsePosition);
734 delete fmt;
1164 NumberFormat* fmt = NULL; local
    [all...]

Completed in 1775 milliseconds

1 2 3 4 5 67 8 91011>>