HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1151 - 1175 of 3271) sorted by null

<<41424344454647484950>>

  /frameworks/base/libs/hwui/
TextureCache.cpp 241 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height,
244 glTexImage2D(GL_TEXTURE_2D, 0, format, width, height, 0, format, type, data);
246 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, data);
TextureCache.h 111 void uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height,
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 56 // color format is executed for more than kMaxColorFormatSupported,
671 OMX_COLOR_FORMATTYPE format = local
688 setImageOutputFormat(format, width, height);
780 OMX_VIDEO_PARAM_PORTFORMATTYPE format; local
781 InitOMXParams(&format);
782 format.nPortIndex = portIndex;
783 format.nIndex = 0;
788 format.nIndex = index;
791 &format, sizeof(format));
1360 OMX_VIDEO_PARAM_PORTFORMATTYPE format; local
3508 sp<MetaData> format = mSource->getFormat(); local
3528 OMX_AUDIO_PARAM_PORTFORMATTYPE format; local
    [all...]
  /frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
180 Log.w(TAG, String.format("%d configurations", numConfigs));
182 Log.w(TAG, String.format("Configuration %d:\n", i));
264 Log.w(TAG, String.format(" %s: %d\n", name, value[0]));
266 // Log.w(TAG, String.format(" %s: failed\n", name));
  /frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
180 Log.w(TAG, String.format("%d configurations", numConfigs));
182 Log.w(TAG, String.format("Configuration %d:\n", i));
264 Log.w(TAG, String.format(" %s: %d\n", name, value[0]));
266 // Log.w(TAG, String.format(" %s: failed\n", name));
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 100 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
183 Log.w(TAG, String.format("%d configurations", numConfigs));
185 Log.w(TAG, String.format("Configuration %d:\n", i));
267 Log.w(TAG, String.format(" %s: %d\n", name, value[0]));
269 // Log.w(TAG, String.format(" %s: failed\n", name));
  /frameworks/base/services/surfaceflinger/tests/resize/
resize.cpp 52 ssize_t bpr = info.s * bytesPerPixel(info.format);
  /frameworks/base/telephony/java/android/telephony/
JapanesePhoneNumberFormatter.java 157 public static void format(Editable text) { method in class:JapanesePhoneNumberFormatter
SmsCbMessage.java 19 import android.text.format.Time;
106 if (mHeader.format == SmsCbHeader.FORMAT_ETWS_PRIMARY) {
179 * Get the format of this message.
184 return mHeader.format;
213 * @return a timestamp in System.currentTimeMillis() format.
306 if (mHeader.format == SmsCbHeader.FORMAT_UMTS) {
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java 70 public void setFormat(int format) {
  /frameworks/compile/linkloader/include/impl/
ELFReloc.hxx 22 #include <llvm/Support/Format.h>
100 out() << format(" %-13s : ", (char const *)(title)) << (value) << '\n'
ELFSectionHeader.hxx 21 #include <llvm/Support/Format.h>
85 out() << format(" %-13s : ", (char const *)(title)) << (value) << '\n'
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_CharStar.h 70 M4OSA_Char *format,
  /hardware/libhardware/include/hardware/
fb.h 51 /* framebuffer pixel format */
52 const int format; member in struct:framebuffer_device_t
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 98 // MP3 sub format field definition : can use 11 LSBs in the same way as MP3 frame header to specify
104 // AMR NB/WB sub format field definition: specify frame block interleaving, bandwidth efficient or octet aligned,
110 // AAC sub format field definition: specify profile or bitrate for recording...
115 // VORBIS sub format field definition: specify quality for recording...
120 // Audio format consists in a main format field (upper 8 bits) and a sub format field (lower 24 bits).
121 // The main format indicates the main codec type. The sub format field indicates options and parameters
122 // for each format. The sub format is mainly used for record to indicate for instance the requested bitrat
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 71 int format; member in struct:IMAGE_INFO
  /hardware/ti/omap4xxx/hwc/
hal_public.h 88 * and format. These are available on the ANativeWindowBuffer,
131 void *dest[MAX_SUB_ALLOCS], int format);
156 /* Friendly name for format */
162 /* GPU output format (creates EGLConfig for format) */
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 77 // FIXME support only one format for encoding, do we need others?
88 String temp = sdf.format(out.content);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFormatterTest.java 59 // The RI fails in this test because it uses a MessageFormat to format
69 public String format(LogRecord arg0) { method in class:OldFormatterTest.MockFormatter
70 return "format";
  /packages/apps/Browser/src/com/android/browser/preferences/
FontSizePreview.java 53 mHtml = String.format(HTML_FORMAT, visualNames);
  /packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTestApp.java 165 String logMsg = String.format("JS Alert '%s' received from %s", message, url);
178 String logMsg = String.format("JS Confirmation '%s' received from %s",
192 String logMsg = String.format("JS Prompt '%s' received from %s; " +
209 String message = String.format("Error '%s' (%d) loading url: %s",
  /packages/apps/Camera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 59 * format here, using PixelFormat.TRANSLUCENT for GL Surfaces
71 /* We need to choose an EGLConfig that matches the format of
107 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
202 Log.w(TAG, String.format("%d configurations", numConfigs));
204 Log.w(TAG, String.format("Configuration %d:\n", i));
286 Log.w(TAG, String.format(" %s: %d\n", name, value[0]));
288 // Log.w(TAG, String.format(" %s: failed\n", name));
  /packages/apps/Contacts/src/com/android/contacts/format/
DisplayNameFormatter.java 17 package com.android.contacts.format;
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 70 return String.format("{%d byte literal(memory)}", mData.length);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMediaItem.java 86 details.addDetail(MediaDetails.INDEX_DATETIME, formater.format(new Date(dateTakenInMs)));

Completed in 1005 milliseconds

<<41424344454647484950>>