Searched refs:format (Results 151 - 175 of 249) sorted by relevance

12345678910

/frameworks/base/libs/surfaceflinger/
H A DSurfaceFlinger.cpp355 dcblk->format = f;
1197 DisplayID d, uint32_t w, uint32_t h, PixelFormat format,
1230 w, h, flags, format);
1249 params->format = format;
1259 PixelFormat& format)
1262 switch (format) { // TODO: take h/w into account
1265 format = PIXEL_FORMAT_RGBA_8888;
1268 format = PIXEL_FORMAT_RGB_565;
1273 status_t err = layer->setBuffers(w, h, format, flag
1195 createSurface(ClientID clientId, int pid, ISurfaceFlingerClient::surface_data_t* params, DisplayID d, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags) argument
1256 createNormalSurfaceLocked( const sp<Client>& client, DisplayID display, int32_t id, uint32_t w, uint32_t h, uint32_t flags, PixelFormat& format) argument
1764 createSurface( ISurfaceFlingerClient::surface_data_t* params, int pid, DisplayID display, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags) argument
[all...]
H A DSurfaceFlinger.h193 DisplayID display, uint32_t w, uint32_t h, PixelFormat format,
199 PixelFormat& format);
404 DisplayID display, uint32_t w, uint32_t h,PixelFormat format,
H A DBlurFilter.cpp364 if (image->format == GGL_PIXEL_FORMAT_RGB_565) {
366 } else if (image->format == GGL_PIXEL_FORMAT_RGBX_8888) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeResources.java350 return String.format(s, formatArgs);
538 message = String.format(
542 message = String.format(
H A DBridge.java649 * <p/>The format of the name can be:
678 // at this point we could have the format <type>/<name>. we want only the name as long as
703 sLogger.error(String.format("Unable to resolve parent style name: %s", parentName));
833 throw new PostInflateException(String.format(
847 throw new PostInflateException(String.format(
869 String tabSpec = String.format("tab_spec%d", i+1);
876 name = String.format("Tab %d", i+1); // default name if id is unresolved.
/frameworks/base/core/java/android/webkit/
H A DHttpDateTime.java19 import android.text.format.Time;
39 * ANSI C's asctime() format
/frameworks/base/include/media/
H A DMediaPlayerInterface.h81 int format=AudioSystem::PCM_16_BIT,
/frameworks/base/include/ui/
H A DSurfaceComposerClient.h70 PixelFormat format, // pixel-format desired
/frameworks/base/libs/audioflinger/
H A DAudioMixer.h140 uint8_t format; member in struct:android::AudioMixer::track_t
/frameworks/base/libs/rs/
H A DrsAllocation.cpp97 GLenum format = mType->getElement()->getGLFormat(); local
99 if (!type || !format) {
123 glTexImage2D(GL_TEXTURE_2D, lod, format,
125 0, format, type, ptr);
/frameworks/base/libs/ui/
H A DSurfaceComposerClient.cpp264 return getPixelFormatInfo(dcblk->format, &(info->pixelFormatInfo));
317 PixelFormat format,
324 display, w, h, format, flags);
327 result = new SurfaceControl(this, surface, data, w, h, format, flags);
312 createSurface( int pid, DisplayID display, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags) argument
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dbktrace.cpp120 os.format (ADDRESS_FMT, m_Addresses[i]);
H A Dsostream.cpp74 /// Generates a sprintf format string for the given type.
138 int ostringstream::format (const char* fmt, ...) function in class:ustl::ostringstream
H A Duexception.h79 /// Format of the exception is used to lookup exception::info format string.
82 inline xfmt_t format (void) const { return (m_Format); } function in class:ustl::exception
/frameworks/base/media/libstagefright/
H A DMediaPlayerImpl.cpp627 int32_t format; local
630 bool success = meta->findInt32(kKeyColorFormat, &format);
640 (OMX_COLOR_FORMATTYPE)format,
647 (OMX_COLOR_FORMATTYPE)format,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaRecorderTest.java76 Log.v(TAG, "output format " + outFormat);
142 mMediaRecorder.setParameters(String.format("video-param-encoding-bitrate=%d",
144 mMediaRecorder.setParameters(String.format("audio-param-encoding-bitrate=%d",
146 mMediaRecorder.setParameters(String.format("audio-param-number-of-channels=%d",
148 mMediaRecorder.setParameters(String.format("audio-param-sampling-rate=%d",
175 Log.v(TAG, "output format " + outFormat);
386 //Format: CIF MP4 output format 3gpp
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java427 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
436 int format,
1039 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
1046 int format,
1221 // C function void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
1230 int format,
1251 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1260 int format,
429 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
1041 glReadPixels( int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1223 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1253 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java365 int format,
797 int format,
917 int format,
941 int format,
358 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
792 glReadPixels( int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
910 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
934 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/listview/touch/
H A DListTouchBottomGravityManyTest.java76 assertTrue(String.format("Too many children created: %d expected no more than %d",
H A DListTouchManyTest.java92 assertTrue(String.format("Too many children created: %d expected no more than %d",
/frameworks/base/core/java/android/pim/vcard/
H A DContactStruct.java103 return String.format("type: %d, data: %s, label: %s, isPrimary: %s",
138 return String.format("type: %d, data: %s, label: %s, isPrimary: %s",
249 return String.format("type: %d, label: %s, isPrimary: %s",
260 // can be changed in some VCard format.
286 return String.format("type: %d, company: %s, position: %s, isPrimary: %s",
317 return String.format("type: %d, data: %s, label: %s, isPrimary: %s",
1339 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
1341 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp93 // Filter format in a parcel:
309 snprintf(buffer, 255, " msec per frame(%f), channel count(%d), format(%d), frame count(%ld)\n",
1160 *pFormat = cache->format();
1161 LOGV("return memory @ %p, sampleRate=%u, channelCount = %d, format = %d", mem->pointer(), *pSampleRate, *pNumChannels, *pFormat);
1203 *pFormat = cache->format();
1204 LOGV("return memory @ %p, sampleRate=%u, channelCount = %d, format = %d", mem->pointer(), *pSampleRate, *pNumChannels, *pFormat);
1399 uint32_t sampleRate, int channelCount, int format, int bufferCount,
1411 LOGV("open(%u, %d, %d, %d)", sampleRate, channelCount, format, bufferCount);
1431 format,
1441 format,
1398 open( uint32_t sampleRate, int channelCount, int format, int bufferCount, AudioCallback cb, void *cookie) argument
1572 open( uint32_t sampleRate, int channelCount, int format, int bufferCount, AudioCallback cb, void *cookie) argument
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java68 Log.e("OpenGLES", String.format(
231 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
240 int format,
854 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
861 int format,
1036 // C function void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
1045 int format,
1066 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1075 int format,
233 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
856 glReadPixels( int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1038 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1068 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
/frameworks/base/core/java/android/view/
H A DSurfaceView.java45 * You can control the format of this surface and, if you like, its size; the
365 + " format=" + formatChanged + " size=" + sizeChanged
390 mLayout.format = mRequestedFormat;
626 public void setFormat(int format) {
627 mRequestedFormat = format;
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java274 * to whatever the bitmap's native format is.
563 * @param format The format of the compressed image
571 public boolean compress(CompressFormat format, int quality, OutputStream stream) { argument
580 return nativeCompress(mNativeBitmap, format.nativeInt, quality,
1008 private static native boolean nativeCompress(int nativeBitmap, int format, argument

Completed in 607 milliseconds

12345678910