/development/ndk/platforms/android-9/include/android/ |
native_window.h | 49 // The format of the buffer. One of WINDOW_FORMAT_* 50 int32_t format; member in struct:ANativeWindow_Buffer 83 * Return the current pixel format of the window surface. Returns a 89 * Change the format and size of the window buffers. 99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
EglPbufferSurface.h | 41 void getTexInfo(EGLint* format,EGLint* target){ *format = m_texFormat; *target = m_texTarget;}
|
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/ |
GLESv2Validate.h | 32 static bool readPixelFrmt(GLenum format); 37 static bool pixelFrmt(GLEScontext* ctx,GLenum format);
|
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLESvalidate.h | 25 static bool pixelOp(GLenum format,GLenum type); 26 static bool pixelFrmt(GLEScontext* ctx , GLenum format);
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_MessageFormat.java | 49 MessageFormat format = new MessageFormat(pattern, Locale.US); local 59 t_FormatWithField(1, format, objects, null, Field.ARGUMENT, 3, 15); 61 // test other format fields that are included in the formatted text 62 t_FormatWithField(2, format, objects, null, DateFormat.Field.AM_PM, 0, 64 t_FormatWithField(3, format, objects, null, 68 t_FormatWithField(4, format, objects, null, DateFormat.Field.ERA, 0, 0); 69 t_FormatWithField(5, format, objects, null, 76 MessageFormat format = new MessageFormat(pattern, Locale.US); local 83 t_Format(1, objects, format, getMessageVector1());
|
/external/apache-http/src/org/apache/http/client/entity/ |
UrlEncodedFormEntity.java | 57 super(URLEncodedUtils.format(parameters, encoding), 71 super(URLEncodedUtils.format(parameters, HTTP.DEFAULT_CONTENT_CHARSET),
|
/external/dbus/dbus/ |
sd-daemon.h | 71 #define _sd_printf_attr_(a,b) __attribute__ ((format (printf, a, b))) 219 Similar to sd_notify() but takes a format string. 238 int sd_notifyf(int unset_environment, const char *format, ...) _sd_printf_attr_(2,3) _sd_hidden_;
|
/external/e2fsprogs/lib/et/ |
com_err.h | 32 COM_ERR_ATTR((format(printf, 3, 4))); 36 COM_ERR_ATTR((format(printf, 3, 0)));
|
/external/e2fsprogs/util/ |
gcc-wall-cleanup | 18 /zero-length format string/d
|
/external/openssl/crypto/bio/ |
b_print.c | 137 const char *format, va_list args); 139 /* format read states */ 149 /* format flags - Bits */ 175 const char *format, 192 ch = *format++; 204 ch = *format++; 210 ch = *format++; 214 ch = *format++; 218 ch = *format++; 222 ch = *format++ [all...] |
/external/qemu/android/ |
charmap.c | 64 /* Line format was bad. */ 335 // Make sure token format was ok and value doesn't exceed unsigned short. 397 * returns BAD_FORMAT if line format was not recognized, SKIP_LINE if line 398 * format was ok, but it didn't contain key information, or KEY_ENTRY 424 derror("Invalid format of charmap file %s. Unknown key %s in line %d", 432 derror("Invalid format of charmap file %s. Invalid display value in line %d", 440 derror("Invalid format of charmap file %s. Invalid number value in line %d", 448 derror("Invalid format of charmap file %s. Invalid base value in line %d", 456 derror("Invalid format of charmap file %s. Invalid caps value in line %d", 464 derror("Invalid format of charmap file %s. Invalid fn value in line %d" [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_yuv_sw_c.h | 29 extern SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_yuv.h | 29 extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fb3dfx.c | 56 Uint32 format; local 67 /* Set the destination pixel format */ 69 bpp = dst->format->BitsPerPixel; 70 format = dst->pitch | ((bpp+((bpp==8) ? 0 : 8)) << 13); 79 tdfx_out32(DSTFORMAT, format); 115 /* Set the source and destination pixel format */ 117 bpp = src->format->BitsPerPixel; 120 bpp = dst->format->BitsPerPixel; 144 tdfx_out32(SRCCOLORKEYMIN, src->format->colorkey); 145 tdfx_out32(SRCCOLORKEYMAX, src->format->colorkey) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxmodes.c | 31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) 36 if (SDL_Visual.bpp == format -> BitsPerPixel) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_phyuv_c.h | 42 long format; member in struct:private_yuvhwdata 56 extern SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsyuv_c.h | 29 extern SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5yuv_c.h | 30 extern SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11yuv_c.h | 31 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
|
/external/skia/src/images/ |
SkImageDecoder_libpvjpeg.cpp | 94 TPvJpgDecOutputFmt format; local 95 format.iColorFormat = TPV_COLORFMT_RGB16; 96 format.iCropped.topLeftX = 0; 97 format.iCropped.topLeftY = 0; 98 format.iCropped.bottomRightX = width - 1; 99 format.iCropped.bottomRightY = height - 1; 100 format.iOutputPitch = bitmap->rowBytes() >> 1; 101 status = codec->SetOutput(&format);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerTexture.h | 50 bool isValid(const IntSize&, unsigned format); 51 bool reserve(const IntSize&, unsigned format);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCVideoLayerImpl.h | 55 void setFrameFormat(VideoFrameChromium::Format format) { m_frameFormat = format; } 68 VideoFrameChromium::Format m_frameFormat;
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
Texture.h | 49 enum Format { RGBA8, BGRA8 }; 50 static PassRefPtr<Texture> create(GraphicsContext3D*, Format, int width, int height); 54 Format format() const { return m_format; } function in class:WebCore::Texture 57 Texture(GraphicsContext3D*, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Format format, int width, int height, int maxTextureSize); 59 Format m_format;
|
/frameworks/base/core/java/android/view/ |
SurfaceHolder.java | 24 * control the surface size and format, edit the pixels in the surface, and 82 * This is called immediately after any structural changes (format or 88 * @param format The new PixelFormat of the surface. 92 public void surfaceChanged(SurfaceHolder holder, int format, int width, 180 * @param format A constant from PixelFormat. 184 public void setFormat(int format);
|
/frameworks/base/libs/ui/ |
GraphicBufferAllocator.cpp | 67 rec.w, rec.s, rec.h, rec.format, rec.usage); 71 rec.w, rec.s, rec.h, rec.format, rec.usage); 91 status_t GraphicBufferAllocator::alloc(uint32_t w, uint32_t h, PixelFormat format, 102 err = mAllocDev->alloc(mAllocDev, w, h, format, usage, handle, stride); 105 w, h, format, usage, err, strerror(-err)); 110 int bpp = bytesPerPixel(format); 112 // probably a HAL custom format. in any case, we don't know 120 rec.format = format;
|