HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 401 - 425 of 4595) sorted by null

<<11121314151617181920>>

  /external/esd/include/
esd.h 65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
129 /* rate, format = (bits | channels | stream | func) */
145 int esd_play_stream( esd_format_t format, int rate,
147 int esd_play_stream_fallback( esd_format_t format, int rate,
149 int esd_monitor_stream( esd_format_t format, int rate,
151 /* int esd_monitor_stream_fallback( esd_format_t format, int rate ); */
152 int esd_record_stream( esd_format_t format, int rate,
154 int esd_record_stream_fallback( esd_format_t format, int rate,
156 int esd_filter_stream( esd_format_t format, int rate,
160 int esd_sample_cache( int esd, esd_format_t format, const int rate,
200 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_server_info
216 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_player_info
231 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_sample_info
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c 81 // if(soundsystem->format == 8)
149 if(soundsystem->format == 8)
283 int format = 0; local
284 //switch(spec->format&0xff) {
285 //case 8: spec->format = AUDIO_S8;format=8; break;
286 //case 16: spec->format = AUDIO_S16LSB;format=16; break;
288 // SDL_SetError("Unsupported audio format");
291 switch (spec->format&~0x1000)
    [all...]
  /external/stressapptest/src/
sattypes.h 76 void logprintf(int priority, const char *format, ...);
131 string format; local
138 format += char(digit <= 9 ? '0' + digit: 'A' + digit - 10);
140 last_non_zero_size = format.size();
146 format += char(digit <= 9 ? '0' + digit: 'A' + digit - 10);
147 last_non_zero_size = format.size();
149 format.erase(last_non_zero_size);
150 reverse(format.begin(), format.end());
151 return format;
    [all...]
  /external/valgrind/main/drd/tests/
unit_vc.c 20 Int line, const Char* function, const HChar* format,
41 UInt VG_(printf)(const HChar *format, ...)
42 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); return ret; }
43 UInt VG_(snprintf)(Char* buf, Int size, const HChar *format, ...)
44 { UInt ret; va_list vargs; va_start(vargs, format); ret = vsnprintf(buf, size, format, vargs); va_end(vargs); return ret; }
46 UInt VG_(message)(VgMsgKind kind, const HChar* format, ...)
47 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret;
    [all...]
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 35 CpuPixelBuffer(GLenum format, uint32_t width, uint32_t height);
49 CpuPixelBuffer::CpuPixelBuffer(GLenum format, uint32_t width, uint32_t height):
50 PixelBuffer(format, width, height) {
51 mBuffer = new uint8_t[width * height * formatSize(format)];
84 GpuPixelBuffer(GLenum format, uint32_t width, uint32_t height);
100 GpuPixelBuffer::GpuPixelBuffer(GLenum format, uint32_t width, uint32_t height):
101 PixelBuffer(format, width, height), mMappedPointer(0), mCaches(Caches::getInstance()) {
149 PixelBuffer* PixelBuffer::create(GLenum format, uint32_t width, uint32_t height, BufferType type) {
155 return new GpuPixelBuffer(format, width, height);
159 return new CpuPixelBuffer(format, width, height)
    [all...]
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 87 int format; member in struct:private_handle_t
110 int h, int format, int stride, int vstride) :
112 offset(0), format(format), width(w), height(h), stride(stride),
122 int h, int format, int stride, int vstride) :
124 offset(0), format(format), width(w), height(h), stride(stride),
134 int h, int format, int stride, int vstride) :
136 offset(0), format(format), width(w), height(h), stride(stride)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
129 /* rate, format = (bits | channels | stream | func) */
145 int esd_play_stream( esd_format_t format, int rate,
147 int esd_play_stream_fallback( esd_format_t format, int rate,
149 int esd_monitor_stream( esd_format_t format, int rate,
151 /* int esd_monitor_stream_fallback( esd_format_t format, int rate ); */
152 int esd_record_stream( esd_format_t format, int rate,
154 int esd_record_stream_fallback( esd_format_t format, int rate,
156 int esd_filter_stream( esd_format_t format, int rate,
160 int esd_sample_cache( int esd, esd_format_t format, const int rate,
200 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_server_info
216 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_player_info
231 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_sample_info
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
129 /* rate, format = (bits | channels | stream | func) */
145 int esd_play_stream( esd_format_t format, int rate,
147 int esd_play_stream_fallback( esd_format_t format, int rate,
149 int esd_monitor_stream( esd_format_t format, int rate,
151 /* int esd_monitor_stream_fallback( esd_format_t format, int rate ); */
152 int esd_record_stream( esd_format_t format, int rate,
154 int esd_record_stream_fallback( esd_format_t format, int rate,
156 int esd_filter_stream( esd_format_t format, int rate,
160 int esd_sample_cache( int esd, esd_format_t format, const int rate,
200 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_server_info
216 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_player_info
231 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_sample_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
129 /* rate, format = (bits | channels | stream | func) */
145 int esd_play_stream( esd_format_t format, int rate,
147 int esd_play_stream_fallback( esd_format_t format, int rate,
149 int esd_monitor_stream( esd_format_t format, int rate,
151 /* int esd_monitor_stream_fallback( esd_format_t format, int rate ); */
152 int esd_record_stream( esd_format_t format, int rate,
154 int esd_record_stream_fallback( esd_format_t format, int rate,
156 int esd_filter_stream( esd_format_t format, int rate,
160 int esd_sample_cache( int esd, esd_format_t format, const int rate,
200 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_server_info
216 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_player_info
231 esd_format_t format; \/* magic int with the format info *\/ member in struct:esd_sample_info
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
UiAutomatorJarTest.java 81 String fullJarPath = String.format("%s%s", SHELL_EXE_BASE, mTestJarFileName);
85 Assert.assertTrue(String.format("Failed to push file to %s", fullJarPath), result);
88 Assert.fail(String.format("Could not find file %s", mTestJarFileName));
94 String fullJarPath = String.format("%s%s", SHELL_EXE_BASE, mTestJarFileName);
95 getDevice().executeShellCommand(String.format("rm %s", fullJarPath));
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 52 * value is passed in this format: {uri}localName
82 * @param format The output format, minimally the "method" property must be set.
90 public static Serializer getSerializer(Properties format)
96 String method = format.getProperty(OutputKeys.METHOD);
106 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
139 ser.setOutputFormat(format);
161 sh.setOutputFormat(format);
  /external/chromium/net/disk_cache/
trace.cc 88 void Trace(const char* format, ...) {
93 va_start(ap, format);
96 vsprintf_s(s_trace_buffer->buffer[s_trace_buffer->current], format, ap);
99 sizeof(s_trace_buffer->buffer[s_trace_buffer->current]), format,
154 void Trace(const char* format, ...) {
  /external/freetype/src/base/
ftsynth.c 54 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE )
92 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE &&
93 slot->format != FT_GLYPH_FORMAT_BITMAP )
101 if ( slot->format == FT_GLYPH_FORMAT_OUTLINE )
111 else /* slot->format == FT_GLYPH_FORMAT_BITMAP */
155 if ( slot->format == FT_GLYPH_FORMAT_BITMAP )
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 102 * when interleaving is used. By default the format is
121 * Should have the same format and size as {@link Type#Position}.
130 * Should have the same format and size as {@link Type#Normal}.
190 * Should have the same format and size as {@link Type#Tangent}.
228 * Specifies format of the data stored in the buffer.
230 * an {@link Format#UnsignedShort} formatted buffer should use the
232 * For the {@link Format#Half} type, {@link ByteBuffer}s should
235 public static enum Format {
287 Format(int componentSize){
307 * derived from components * format.getComponentSize(
313 protected Format format; field in class:VertexBuffer
    [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h 13 * 07/22/98 stephen Removed operator!= (defined in Format)
29 #include "unicode/format.h"
57 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
69 * <p>An argument might not specify any format type. In this case,
75 * Format object is created, cached and used.
81 * <p>After construction, a custom Format object can be set for
97 * (or using a custom Format object if one was set).
153 * a <code>Format</code> instance for the format element. The following
154 * table shows how the values map to Format instances. Combinations no
1097 MessageFormat::format(const Formattable& obj, function in class:MessageFormat
    [all...]
  /external/v8/src/
platform-nullos.cc 148 void OS::Print(const char* format, ...) {
154 void OS::VPrint(const char* format, va_list args) {
156 vfprintf(stdout, format, args);
160 void OS::FPrint(FILE* out, const char* format, ...) {
162 va_start(args, format);
163 VFPrint(out, format, args);
168 void OS::VFPrint(FILE* out, const char* format, va_list args) {
169 vfprintf(out, format, args);
174 void OS::PrintError(const char* format, ...) {
177 va_start(args, format);
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 168 public PrintStream format(String format, Object... args) { method in class:LoggingPrintStream
169 return format(Locale.getDefault(), format, args);
173 public PrintStream printf(String format, Object... args) {
174 return format(format, args);
178 public PrintStream printf(Locale l, String format, Object... args) {
179 return format(l, format, args)
185 public synchronized PrintStream format( method in class:LoggingPrintStream
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 93 It is up to you to define the format of this configuration file and the
148 static MD_INLINE void LogError(const char* format, ...)
151 va_start(ap, format);
154 vsyslog(LOG_ERR, format, ap);
159 vfprintf(stderr, format, ap);
165 static MD_INLINE void LogWarning(const char* format, ...)
168 va_start(ap, format);
171 vsyslog(LOG_WARNING, format, ap);
176 vfprintf(stderr, format, ap);
181 static MD_INLINE void LogInfo(const char* format, ...
    [all...]
  /libcore/luni/src/main/java/java/io/
PrintStream.java 29 * writing common data types in a human readable format. This is not to be
267 * Formats {@code args} according to the format string {@code format}, and writes the result
271 * @param format the format string (see {@link java.util.Formatter#format})
274 * more arguments than required by {@code format},
278 * if the format string is illegal or incompatible with the
280 * error regarding the format string or arguments is detected.
281 * @throws NullPointerException if {@code format == null
283 public PrintStream format(String format, Object... args) { method in class:PrintStream
306 public PrintStream format(Locale l, String format, Object... args) { method in class:PrintStream
    [all...]
PrintWriter.java 27 * readable format. No {@code IOException} is thrown by this class. Instead,
264 * Formats {@code args} according to the format string {@code format}, and writes the result
269 * @param format the format string (see {@link java.util.Formatter#format})
272 * more arguments than required by {@code format},
276 * if the format string is illegal or incompatible with the
278 * error regarding the format string or arguments is detected.
279 * @throws NullPointerException if {@code format == null
281 public PrintWriter format(String format, Object... args) { method in class:PrintWriter
305 public PrintWriter format(Locale l, String format, Object... args) { method in class:PrintWriter
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 70 * made and reported for each of the known graphic format.
171 uint32_t format; member in class:Rectangle
242 uint32_t format; member in struct:meas
278 uint32_t maxOverlays(uint32_t format, bool allowOverlap);
279 list<uint32_t> supportedTransforms(uint32_t format);
280 list<uint32_t> supportedBlends(uint32_t format);
281 uint32_t dfMinWidth(uint32_t format);
282 uint32_t dfMinHeight(uint32_t format);
283 uint32_t dfMaxWidth(uint32_t format);
284 uint32_t dfMaxHeight(uint32_t format);
435 const struct hwcTestGraphicFormat *format; local
    [all...]
  /external/libxml2/include/libxml/
xmlwriter.h 72 const char *format, ...)
76 const char *format,
107 const char *format, ...)
112 const char *format,
125 const char *format, ...)
132 const char *format,
150 const char *format, ...)
154 const char *format, va_list argptr)
165 *format, ...)
170 *format,
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 45 * <code>Image</code> defines a data format for a graphical image. The image
46 * is defined by a format, a height and width, and the image data. The width and
56 public enum Format {
185 * Arbitrary depth format. The precision is chosen by the video
211 * Texture data is stored as {@link Format#RGB16F} in system memory,
212 * but will be converted to {@link Format#RGB111110F} when sent
223 * Texture data is stored as {@link Format#RGB16F} in system memory,
224 * but will be converted to {@link Format#RGB9E5} when sent
265 private Format(int bpp){
269 private Format(int bpp, boolean isFP)
313 protected Format format; field in class:Image
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 47 static int InitMS_ADPCM(WaveFMT *format)
53 MS_ADPCM_state.wavefmt.encoding = SDL_SwapLE16(format->encoding);
54 MS_ADPCM_state.wavefmt.channels = SDL_SwapLE16(format->channels);
55 MS_ADPCM_state.wavefmt.frequency = SDL_SwapLE32(format->frequency);
56 MS_ADPCM_state.wavefmt.byterate = SDL_SwapLE32(format->byterate);
57 MS_ADPCM_state.wavefmt.blockalign = SDL_SwapLE16(format->blockalign);
59 SDL_SwapLE16(format->bitspersample);
60 rogue_feel = (Uint8 *)format+sizeof(*format);
61 if ( sizeof(*format) == 16 )
408 WaveFMT *format = NULL; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay.c 113 p+=s->format->BytesPerPixel;
153 p+=s->format->BytesPerPixel;
186 p+=s->format->BytesPerPixel;
222 p+=s->format->BytesPerPixel;
258 p+=s->format->BytesPerPixel;
310 fprintf(stderr, " -format <fmt> (one of the: YV12, IYUV, YUY2, UYVY, YVYU)\n");
400 if ( strcmp(argv[1], "-format") == 0 ) {
414 fprintf(stderr, "The -format option %s is not recognized\n",argv[2]);
421 "The -format option requires an argument\n");
471 screen->w, screen->h, screen->format->BitsPerPixel)
494 SDL_PixelFormat format; local
    [all...]

Completed in 1548 milliseconds

<<11121314151617181920>>