HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1276 - 1300 of 11127) sorted by null

<<51525354555657585960>>

  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_utils.h 206 * @param format The format string
209 void OI_Printf(const OI_CHAR *format, ...);
215 * @param format Same as for OI_Printf.
219 void OI_VPrintf(const OI_CHAR *format, va_list argp);
223 * Writes a formatted string to a buffer. This function supports the same format specifiers as
230 * @param format The format string
236 const OI_CHAR* format, ...);
246 * @param format The format strin
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
PBEPKCS12.java 41 String format)
43 if (this.isASN1FormatString(format))
88 String format)
91 if (this.isASN1FormatString(format))
97 throw new IOException("Unknown parameters format in PKCS12 PBE parameters object");
  /external/chromium_org/cc/resources/
transferable_resource.h 32 ResourceFormat format; member in struct:cc::TransferableResource
  /external/chromium_org/chrome/common/extensions/api/spellcheck/
spellcheck_handler.h 22 std::string format; member in struct:extensions::SpellcheckDictionaryInfo
  /external/chromium_org/content/public/renderer/
media_stream_video_sink.h 39 const media::VideoCaptureFormat& format,
  /external/chromium_org/content/renderer/media/
mock_media_stream_video_source.cc 65 const media::VideoCaptureFormat& format,
68 format_ = format;
88 media::VideoCaptureFormat format,
91 frame_callback.Run(frame, format, estimated_capture_time);
video_capture_message_filter.h 40 const media::VideoCaptureFormat& format,
48 const media::VideoCaptureFormat& format,
59 // Called upon reception of format(s) in use by a device back from browser.
107 const media::VideoCaptureFormat& format,
115 const media::VideoCaptureFormat& format,
  /external/chromium_org/media/base/
video_frame_pool.h 29 scoped_refptr<VideoFrame> CreateFrame(VideoFrame::Format format,
video_frame_pool_unittest.cc 14 scoped_refptr<VideoFrame> CreateFrame(VideoFrame::Format format,
22 format, coded_size, visible_rect, natural_size,
24 EXPECT_EQ(format, frame->format());
65 // Verify that requesting a frame with a different format causes the pool
  /external/chromium_org/media/video/capture/win/
sink_filter_win.h 21 // Define GUID for I420. This is the color format we would like to support but
29 // pixel format with the characters HDYC encoded in the first array word.
40 void SetRequestedMediaFormat(const VideoCaptureFormat& format);
41 // Returns the format that is negotiated when this
sink_input_pin_win.h 27 void SetRequestedMediaFormat(const VideoCaptureFormat& format);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_node.cc 16 #define TRACE(format, ...) LOG_TRACE("jspipe: " format, ##__VA_ARGS__)
17 #define ERROR(format, ...) LOG_TRACE("jspipe: " format, ##__VA_ARGS__)
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
macros.h 60 #define PRINTF_LIKE(a, b) __attribute__ ((format(printf, a, b)))
  /external/chromium_org/net/test/
cert_test_util.cc 19 int format) {
26 format);
32 int format) {
34 certs_dir, cert_file, format);
  /external/chromium_org/ppapi/c/dev/
ppb_gles_chromium_texture_mapping_dev.h 27 // 'height', 'format' and 'type' correspond to the similarly named parameters
28 // of TexSubImage2D, and define the sub-image region, as well as the format of
43 GLenum format,
  /external/chromium_org/ppapi/cpp/
image_data.cc 43 PP_ImageDataFormat format,
53 instance.pp_instance(), format, &size.pp_size(),
71 // If we add more image format types that aren't 32-bit, we'd want to check
78 bool ImageData::IsImageDataFormatSupported(PP_ImageDataFormat format) {
82 IsImageDataFormatSupported(format));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphElement.h 43 const AtomicString& format() const;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCustomPlatformDataSkia.cpp 112 bool FontCustomPlatformData::supportsFormat(const String& format)
114 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
  /external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.h 49 virtual void vprintf(const char* format, va_list) override WTF_ATTRIBUTE_PRINTF(2, 0);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCStatsReport.mm 39 NSString* format = @"id: %@, type: %@, timestamp: %f, values: %@";
40 return [NSString stringWithFormat:format,
  /external/chromium_org/third_party/mach_override/libudis86/
syn.h 40 __attribute__ ((format (printf, 2, 3)));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_screen.h 70 enum pipe_format format,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
format.hpp 34 pipe_format translate_format(const cl_image_format &format);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_surface.c 52 vlVaCreateSurfaces(VADriverContextP ctx, int width, int height, int format,
58 /* We only support one format */
59 if (VA_RT_FORMAT_YUV420 != format)
76 va_surface[n].format = VaRTFormatToPipe(format);
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_uniform.h 41 uniform_native = 0, /**< Store data in the native format. */
68 * Base format of the stored data.
73 uint8_t format; member in struct:gl_uniform_driver_storage

Completed in 625 milliseconds

<<51525354555657585960>>