HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 776 - 800 of 4595) sorted by null

<<31323334353637383940>>

  /external/qemu/distrib/sdl-1.2.15/src/audio/sun/
SDL_sunaudio.c 257 switch ( spec->format & 0xFF ) {
260 spec->format = AUDIO_U8;
268 spec->format = AUDIO_S16SYS;
276 SDL_SetError("Unsupported audio format");
280 audio_fmt = spec->format;
300 ? 8 : spec->format & 0xff;
311 && info.play.precision == (spec->format & 0xff)
323 spec->format = AUDIO_S16SYS;
331 spec->format = AUDIO_U8;
363 fprintf(stderr, "format=0x%x chan=%d freq=%d\n"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 97 color_space convert_color_space(Uint32 format) {
98 switch (format) {
115 int count_planes(Uint32 format) {
116 switch (format) {
129 SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
138 cs = convert_color_space(format);
145 planes = count_planes(format);
166 overlay->format = format;
SDL_sysyuv.h 45 long format;
65 extern SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 74 int width, int height, Uint32 format)
102 switch (format)
117 fprintf (stderr, "SDL_DirectFB: Unsupported YUV format (0x%08x)!\n", format);
151 SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
165 overlay->format = format;
182 if (CreateYUVSurface (this, hwdata, width, height, format))
193 switch (format)
226 switch (overlay->format)
    [all...]
  /external/skia/src/gpu/gl/
SkGLContext.cpp 80 // in binding a packed format an FBO. However, we can't rely on packed
95 GrGLenum format = kES2_GrGLBinding == bindingInUse ? local
99 format,
106 GrGLenum format = kES2_GrGLBinding == bindingInUse ? local
110 format,
  /external/srec/portable/include/
PFileImpl.h 44 * True if file is in little endian format.
80 PORTABLE_API ESR_ReturnCode PFileVfprintfImpl(PFile* self, int* result, const LCHAR* format, va_list args);
  /external/stlport/test/unit/
time_facets_test.cpp 35 string format = "%B %d %Y"; local
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
44 * user variations on standard format.
72 format = "%x %X";
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size());
117 wstring format = L"%B %d %Y" local
    [all...]
  /external/v8/src/
v8checks.h 33 void API_Fatal(const char* location, const char* format, ...);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoFrameChromium.h 50 enum Format {
70 virtual Format format() const = 0;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCG.mm 32 GstVideoFormat format;
33 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
  /external/webkit/Source/WebCore/platform/win/
GDIObjectCounter.cpp 49 init(String::format("%s (%p)", className.latin1().data(), instance));
  /external/webkit/Source/WebCore/svg/
SVGAltGlyphElement.h 40 const AtomicString& format() const;
  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.cpp 56 void anp_logPlugin(const char format[], ...) {
58 va_start(args, format);
59 LOG_PRI_VA(ANDROID_LOG_DEBUG, "webkit_plugin", format, args);
107 anp_logPlugin("%p EVENT::DRAW bitmap time=%d format=%d clip=[%d,%d,%d,%d]",
108 npp, elapsedTime, evt->data.draw.data.bitmap.format,
  /external/webrtc/src/system_wrappers/source/
file_impl.h 42 virtual int WriteText(const char* format, ...);
  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.h 37 const char *desc, const sp<MetaData> &format);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 93 Log.v(LOG_TAG, String.format("Print state depository: %s", printStates()));
124 Log.v(LOG_TAG, String.format("%s is expected, but it is %s",
127 mReason = String.format("%s is expected, but it is %s",
144 str.append(String.format(" Initial state should be CONNECTED, but it is %s.",
151 str.append(String.format(" Last state should be DISCONNECTED, but it is %s",
167 str.append(String.format(" Transition state from %s to %s is not valid",
185 str.append(String.format(" Initial state should be DISCONNECTED, but it is %s.",
192 str.append(String.format(" Last state should be %s, but it is %s", mTransitionTarget,
208 str.append(String.format(" Transition state from %s to %s is not valid.",
  /frameworks/base/core/tests/coretests/src/android/text/format/
DateFormatTest.java 17 package android.text.format;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
StringLogger.java 24 import android.filterfw.format.ObjectFormat;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 64 assertNotNull(String.format("Could not find screenshot after %d seconds",
69 assertTrue(String.format("Detected new screenshot %s but its not a file",
71 assertTrue(String.format("Detected new screenshot %s but its not an image",
92 Log.d(LOG_TAG, String.format("Detected new file added %s", path));
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceRequest.java 76 sb.append(String.format("%02x", WifiP2pUpnpServiceInfo.VERSION_1_0));
  /frameworks/native/include/android/
bitmap.h 47 int32_t format; member in struct:__anon20012
  /frameworks/native/include/gui/
IGraphicBufferAlloc.h 40 PixelFormat format, uint32_t usage, status_t* error) = 0;
  /frameworks/native/include/ui/
GraphicBuffer.h 72 GraphicBuffer(uint32_t w, uint32_t h, PixelFormat format, uint32_t usage);
75 GraphicBuffer(uint32_t w, uint32_t h, PixelFormat format, uint32_t usage,
88 PixelFormat getPixelFormat() const { return format; }
134 status_t initSize(uint32_t w, uint32_t h, PixelFormat format,
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 53 uint32_t h, PixelFormat format, uint32_t flags,
61 data.writeInt32(format);
91 PixelFormat format = data.readInt32(); local
95 status_t result = createSurface(name, w, h, format, flags,
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 153 sur.format= native_buffer->format;
162 int format, int compressedFormat, int bpr)
183 surface.format = format;
215 mipmap.format = format;
223 if (curr->format != surface.format) {

Completed in 8200 milliseconds

<<31323334353637383940>>