HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 376 - 400 of 4596) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
debug.h 24 void Trace(const char* format, ...);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCustomPlatformData.cpp 80 bool FontCustomPlatformData::supportsFormat(const String& format)
82 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype")
84 || equalIgnoringCase(format, "woff")
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCustomPlatformDataFreeType.cpp 93 bool FontCustomPlatformData::supportsFormat(const String& format)
95 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
  /external/webkit/Source/WebKit/chromium/public/
WebVideoFrame.h 40 enum Format {
60 virtual Format format() const = 0;
  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.cpp 61 VideoFrameChromium::Format VideoFrameChromiumImpl::format() const function in class:WebKit::VideoFrameChromiumImpl
64 return static_cast<VideoFrameChromium::Format>(m_webVideoFrame->format());
78 if (format() == YV12 && plane != static_cast<unsigned>(yPlane))
93 if (format() == YV12 && plane != static_cast<unsigned>(yPlane))
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
Android.mk 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
Android.mk 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
  /frameworks/av/include/media/nbaio/
Pipe.h 33 Pipe(size_t maxFrames, NBAIO_Format format);
40 //virtual NBAIO_Format format() const;
  /frameworks/base/core/java/com/android/internal/view/
RootViewSurfaceTaker.java 10 void setSurfaceFormat(int format);
  /frameworks/base/core/tests/coretests/src/android/os/
MessageQueueTest.java 177 failure(new RuntimeException(String.format(
181 failure(new RuntimeException(String.format(
185 failure(new RuntimeException(String.format(
189 failure(new RuntimeException(String.format(
205 failure(new RuntimeException(String.format(
211 failure(new RuntimeException(String.format(
226 failure(new RuntimeException(String.format(
231 failure(new RuntimeException(String.format(
236 failure(new RuntimeException(String.format(
241 failure(new RuntimeException(String.format(
    [all...]
  /frameworks/native/include/ui/
PixelFormat.h 38 // in graphics/PixelFormat.java & pixelflinger/format.h
45 // Custom pixel-format described by a PixelFormatInfo structure
48 // System chooses a format that supports translucency (many alpha bits)
51 // System chooses a format that supports transparency
55 // System chooses an opaque format (no alpha bits required)
99 PixelFormat format; member in struct:android::PixelFormatInfo
122 ssize_t bytesPerPixel(PixelFormat format);
123 ssize_t bitsPerPixel(PixelFormat format);
124 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info);
  /frameworks/native/opengl/libagl/
dxt.h 29 void *surface, int stride, int format);
  /hardware/qcom/display/libgralloc/
gpu.h 41 int bufferType, int format,
46 int alloc_impl(int w, int h, int format, int usage,
51 int format, int usage,
63 int w, int h, int format,
gr.h 54 size_t getBufferSizeAndDimensions(int width, int height, int format,
57 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
61 // Allocate buffer from width, height, format into a private_handle_t
63 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
92 * Function to compute the adreno stride based on the width and format.
96 int getStride(int width, int format);
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 24 bool FrameBuffer::Init(int width, int height, GLenum format) {
35 format,
39 format,
66 mFormat = format;
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 24 bool FrameBuffer::Init(int width, int height, GLenum format) {
35 format,
39 format,
66 mFormat = format;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 24 bool FrameBuffer::Init(int width, int height, GLenum format) {
35 format,
39 format,
64 mFormat = format;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestColor.java 34 return String.format("#%6x", mRgb);
  /system/core/adb/
utils.h 56 char* buff_add (char* buff, char* buffEnd, const char* format, ... );
  /external/dropbear/
svr-session.c 126 /* failure exit - format must be <= 100 chars */
127 void svr_dropbear_exit(int exitcode, const char* format, va_list param) {
134 "premature exit: %s", format);
139 ses.authstate.printableuser, format);
144 ses.authstate.printableuser, ses.authstate.failcount, format);
148 "exit before auth: %s", format);
161 void svr_dropbear_log(int priority, const char* format, va_list param) {
168 vsnprintf(printbuf, sizeof(printbuf), format, param);
  /external/icu4c/i18n/unicode/
plurfmt.h 85 * <code>applyPattern()</code> method. The <code>format()</code>
127 * If you need a custom format and have a non-zero offset, then you need to pass the
136 * constructor, this locale will be used to format the number in the message
147 class U_I18N_API PluralFormat : public Format {
300 * Sets the pattern used by this plural format.
301 * The method parses the pattern and creates a map of format strings
305 * @param pattern the pattern for this plural format
314 using Format::format;
328 UnicodeString format(int32_t number, UErrorCode& status) const
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 196 error = "Unsupported audio format";
430 DSBUFFERDESC format; local
445 SDL_memset(&format, 0, sizeof(format));
446 format.dwSize = sizeof(format);
447 format.dwFlags=(DSBCAPS_PRIMARYBUFFER|DSBCAPS_GETCURRENTPOSITION2);
448 format.dwFlags |= DSBCAPS_STICKYFOCUS;
450 format.dwFlags |= DSBCAPS_CTRLPOSITIONNOTIFY;
452 result = IDirectSound_CreateSoundBuffer(sndObj, &format, sndbuf, NULL)
506 DSBUFFERDESC format; local
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
StringUtils.java 120 return String.format("%02d:%02d:%02d.%01d", hours, mins, sec, time);
137 return String.format("%02d:%02d:%02d", hours, mins, sec);
157 return String.format(context.getString(R.string.seconds), sec);
159 return String.format(context.getString(R.string.minute_and_seconds), sec);
161 return String.format(context.getString(R.string.minutes), mins);
164 return String.format(context.getString(R.string.hour_and_minutes), mins);
166 return String.format(context.getString(R.string.hours_and_minutes), hours, mins);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 50 bool GLESvalidate::pixelOp(GLenum format,GLenum type) {
54 return format == GL_RGBA;
56 return format == GL_RGB;
61 bool GLESvalidate::pixelFrmt(GLEScontext* ctx ,GLenum format) {
62 if (ctx && ctx->getCaps()->GL_EXT_TEXTURE_FORMAT_BGRA8888 && format == GL_BGRA_EXT)
64 if (ctx && ctx->getCaps()->GL_EXT_PACKED_DEPTH_STENCIL && format == GL_DEPTH_STENCIL_OES)
66 switch(format) {
  /external/chromium-trace/trace-viewer/examples/stream_server/handlers/
stream_wsh.py 15 out.append('\"l\": \"{0}\",'.format(label))
16 out.append('\"s\": {0},'.format(start_time))
17 out.append('\"e\": {0}'.format(start_time+elapsed_time))
25 out.append('\"n\": \"{0}\",'.format(thread_name))
35 out.append('\"pid\": \"{0}\",'.format(pid))
51 out.append('\"t\": {0},'.format(start_time))
52 out.append('\"v\": [{0}]'.format(value))
60 out.append('\"n\": \"{0}\",'.format(counter_name))
61 out.append('\"sn\": [\"{0}\"],'.format(series_name))
74 out.append('\"pid\": \"{0}\",'.format(pid)
    [all...]

Completed in 2005 milliseconds

<<11121314151617181920>>