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

<<31323334353637383940>>

  /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/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:__anon20010
  /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,
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 52 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
57 int *format=0,
65 int *format,
89 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
AudioHardwareStub.h 36 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::AudioStreamOutStub
53 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::AudioStreamInStub
79 int *format=0,
87 int *format,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 48 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
  /hardware/libhardware_legacy/
qemu.h 67 const char* format,
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.h 38 #define AUDIO_HW_OUT_FORMAT (AudioSystem::PCM_16_BIT) // Default audio output sample format
44 #define AUDIO_HW_IN_FORMAT (AudioSystem::PCM_16_BIT) // Default audio input sample format
72 int *format=0,
79 int *format,
88 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
110 virtual int format() const { return AUDIO_HW_OUT_FORMAT; } function in class:android::AudioHardware::AudioStreamOutQ5V2
  /hardware/qcom/media/mm-video/vidc/common/src/
vidc_color_converter.cpp 132 int format = -1; local
134 format = HAL_PIXEL_FORMAT_NV12_ENCODEABLE;
136 format = HAL_PIXEL_FORMAT_RGBA_8888;
138 return format;
  /libcore/luni/src/main/java/java/security/
AlgorithmParameters.java 200 * byte[]} using the default decoding format for parameters. The default
201 * encoding format is ASN.1.
219 * byte[]} using the specified decoding format.
223 * @param format
224 * the name of the decoding format.
229 public final void init(byte[] params, String format) throws IOException {
233 spiImpl.engineInit(params, format);
261 * format. The default encoding format is ASN.1.
277 * format
    [all...]
  /ndk/tests/device/test-gnustl-full/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...]
  /ndk/tests/device/test-stlport/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...]

Completed in 741 milliseconds

<<31323334353637383940>>