/system/media/mca/filterpacks/imageproc/java/ |
DocumentaryFilter.java | 29 import android.filterfw.format.ImageFormat; 131 FrameFormat format = ImageFormat.create(mWidth, mHeight, local 137 mNoiseFrame = context.getFrameManager().newFrame(format);
|
GrainFilter.java | 29 import android.filterfw.format.ImageFormat; 162 FrameFormat format = ImageFormat.create(mWidth, mHeight, local 168 mNoiseFrame = context.getFrameManager().newFrame(format);
|
LomoishFilter.java | 29 import android.filterfw.format.ImageFormat; 188 FrameFormat format = ImageFormat.create(mWidth, mHeight, local 194 mNoiseFrame = context.getFrameManager().newFrame(format);
|
RedEyeFilter.java | 29 import android.filterfw.format.ImageFormat; 188 FrameFormat format = ImageFormat.create(mRedEyeBitmap.getWidth() , local 192 mRedEyeFrame = context.getFrameManager().newFrame(format);
|
/bionic/libc/bionic/ |
malloc_debug_common.c | 247 #define debug_log(format, ...) \ 248 __libc_android_log_print(ANDROID_LOG_DEBUG, "libc", (format), ##__VA_ARGS__ ) 249 #define error_log(format, ...) \ 250 __libc_android_log_print(ANDROID_LOG_ERROR, "libc", (format), ##__VA_ARGS__ ) 251 #define info_log(format, ...) \ 252 __libc_android_log_print(ANDROID_LOG_INFO, "libc", (format), ##__VA_ARGS__ )
|
/external/bluetooth/glib/tests/ |
unicode-encoding.c | 13 croak (char *format, ...) 17 va_start (va, format); 18 vfprintf (stderr, format, va); 25 fail (char *format, ...) 29 va_start (va, format); 30 vfprintf (stderr, format, va);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
stringutils.h | 229 size_t vsprintfn(CTYPE* buffer, size_t buflen, const CTYPE* format, 231 int len = vsnprintf(buffer, buflen, format, args); 240 size_t sprintfn(CTYPE* buffer, size_t buflen, const CTYPE* format, ...); 243 size_t sprintfn(char* buffer, size_t buflen, const char* format, ...) 244 GCC_ATTR(format(printf,3,4)); 247 size_t sprintfn(CTYPE* buffer, size_t buflen, const CTYPE* format, ...) { 249 va_start(args, format); 250 size_t len = vsprintfn(buffer, buflen, format, args);
|
/external/chromium/webkit/glue/media/ |
video_renderer_impl.cc | 97 // 3. Canvas has pixel format ARGB8888. 163 DCHECK(video_frame->format() == media::VideoFrame::YV12 || 164 video_frame->format() == media::VideoFrame::YV16); 170 (video_frame->format() == media::VideoFrame::YV12) ? 204 DCHECK(video_frame->format() == media::VideoFrame::YV12 || 205 video_frame->format() == media::VideoFrame::YV16); 210 media::YUVType yuv_type = (video_frame->format() == media::VideoFrame::YV12) ? 272 // For format YV12, there is one U, V value per 2x2 block. 273 // For format YV16, there is one u, V value per 2x1 block.
|
/external/icu4c/test/intltest/ |
tzoffloc.cpp | 212 df.format(MILLIS[d], dateStr); 229 df.format(MILLIS[m], dateStr); 250 df.format(MILLIS[m], dateStr); 271 df.format(MILLIS[m], dateStr); 292 df.format(MILLIS[m], dateStr); 313 df.format(MILLIS[m], dateStr);
|
/frameworks/base/services/surfaceflinger/DisplayHardware/ |
DisplayHardware.cpp | 106 PixelFormat format, 117 if (nativeVisualId>0 && format == nativeVisualId) { 137 int format; local 139 window->query(window, NATIVE_WINDOW_FORMAT, &format); 176 err = selectConfigForPixelFormat(display, attribs, format, &config); 177 LOGE_IF(err, "couldn't find an EGLConfig matching the screen format"); 250 mFormat = fbDev->format;
|
/frameworks/base/telephony/java/android/telephony/ |
SmsMessage.java | 81 * Indicates a 3GPP format SMS message. 87 * Indicates a 3GPP2 format SMS message. 129 * intent <b>must</b> now pass the new {@code format} String extra from the intent 131 * extra format parameter. This is required in order to correctly decode the PDU on 137 String format = (PHONE_TYPE_CDMA == activePhone) ? FORMAT_3GPP2 : FORMAT_3GPP; local 138 return createFromPdu(pdu, format); 142 * Create an SmsMessage from a raw PDU with the specified message format. The 143 * message format is passed in the {@code SMS_RECEIVED_ACTION} as the {@code format} 144 * String extra, and will be either "3gpp" for GSM/UMTS/LTE messages in 3GPP format [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_TimeZones.cpp | 165 longFormat.format(row.standardDate, row.longStd); 166 shortFormat.format(row.standardDate, row.shortStd); 168 longFormat.format(row.daylightSavingDate, row.longDst); 169 shortFormat.format(row.daylightSavingDate, row.shortDst); 191 allShortFormat.format(row.standardDate, uncommonStd); 193 allShortFormat.format(row.daylightSavingDate, uncommonDst);
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyRunnerHelp.java | 140 public static String helpString(String format) { 146 if ("html".equals(format) || "text".equals(format) || "sdk-docs".equals(format)) { 149 return jsilver.render(format + ".cs", hdf); 153 } else if ("hdf".equals(format)) {
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/ |
SignedJarBuilder.java | 125 public ZipAbortException(String format, Object... args) { 126 super(String.format(format, args)); 129 public ZipAbortException(Throwable cause, String format, Object... args) { 130 super(String.format(format, args), cause);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
SamplePackage.java | 199 String s = String.format("Samples for SDK API %1$s%2$s%3$s",
211 String s = String.format("Samples for SDK API %1$s%2$s, revision %3$d%4$s",
233 s += String.format("\nRevision %1$d%2$s",
278 String.format("android-%s", getVersion().getApiString())); //$NON-NLS-1$
283 String.format("android-%s_%d", getVersion().getApiString(), n)); //$NON-NLS-1$
326 String msg = String.format(
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_mutex.c | 47 panic(const char* func, const char* format, ...) 51 va_start(args, format); 52 vfprintf(stderr, format, args); 61 error(int errcode, const char* func, const char* format, ...) 65 va_start(args, format); 66 vfprintf(stderr, format, args);
|
/system/media/wilhelm/tools/permute/ |
permute.c | 22 * The format of the .map file is a sequence of lines, each of which is: 127 sfinfo_in.format = 0; 134 // Check if it is a supported file format: must be WAV 135 unsigned type = sfinfo_in.format & SF_FORMAT_TYPEMASK; 145 unsigned subtype = sfinfo_in.format & SF_FORMAT_SUBMASK; 162 unsigned endianness = sfinfo_in.format & SF_FORMAT_ENDMASK; 261 sfinfo_out.format = sfinfo_in.format;
|
/bionic/libc/include/ |
time.h | 80 extern size_t strftime(char *s, size_t max, const char *format, const struct tm *tm); 97 extern size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale* lc);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
GlitchExperiment.java | 91 setReport(String.format(getString(R.string.aq_glitch_report_exact), 94 setReport(String.format(getString(R.string.aq_glitch_report_range),
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
CameraAnalyzerActivity.java | 92 String.format("[ %.3f, %.3f, %.3f] ", 111 int format,
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ProgramFragmentFixedFunctionTest.java | 60 for (Builder.Format format : Builder.Format.values()) { 65 b.setTexture(env, format, t); 99 assertEquals(Builder.Format.ALPHA, Builder.Format.valueOf("ALPHA")); 100 assertEquals(Builder.Format.LUMINANCE_ALPHA, Builder.Format.valueOf("LUMINANCE_ALPHA")); 101 assertEquals(Builder.Format.RGB, Builder.Format.valueOf("RGB")) [all...] |
/cts/tools/dasm/src/dasm/ |
Scanner.java | 469 throw new DasmError("Bad number format"); 470 throw new DasmError("Unknown directive or bad number format");
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PurgeableBitmapView.java | 109 private byte[] generateBitstream(Bitmap src, Bitmap.CompressFormat format, 112 src.compress(format, quality, os);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
NumericSprite.java | 64 mText = format(value); 90 private String format(int value) { method in class:NumericSprite
|
/development/samples/RenderScript/Balls/src/com/example/android/rs/balls/ |
BallsView.java | 52 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 53 super.surfaceChanged(holder, format, w, h);
|