HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 126 - 150 of 895) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs 85 throw new ArgumentException(string.Format("queue index {0} > last index {1}", absIndex, _data.Count - 1));
87 throw new ArgumentException(string.Format("queue index {0} < 0", absIndex));
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.h 97 // Converts FFmpeg's audio sample format to Chrome's SampleFormat.
100 // Converts FFmpeg's pixel formats to its corresponding supported video format.
101 VideoFrame::Format PixelFormatToVideoFormat(PixelFormat pixel_format);
104 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format);
  /external/chromium_org/third_party/icu/source/i18n/
currfmt.cpp 38 UBool CurrencyFormat::operator==(const Format& other) const {
49 Format* CurrencyFormat::clone() const {
53 UnicodeString& CurrencyFormat::format(const Formattable& obj, function in class:CurrencyFormat
58 return fmt->format(obj, appendTo, pos, ec);
  /external/icu4c/i18n/
currfmt.cpp 39 UBool CurrencyFormat::operator==(const Format& other) const {
50 Format* CurrencyFormat::clone() const {
54 UnicodeString& CurrencyFormat::format(const Formattable& obj, function in class:CurrencyFormat
59 return fmt->format(obj, appendTo, pos, ec);
selfmt.cpp 49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other),
69 SelectFormat::format(const Formattable& obj, function in class:SelectFormat
78 return format(obj.getString(status), appendTo, pos, status);
86 SelectFormat::format(const UnicodeString& keyword, function in class:SelectFormat
152 Format* SelectFormat::clone() const
166 SelectFormat::operator==(const Format& other) const {
170 if (!Format::operator==(other)) {
178 SelectFormat::operator!=(const Format& other) const {
msgfmt.cpp 199 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {
201 formatter->format(arg, s, ec);
286 Format(that),
362 Format::operator=(that);
378 MessageFormat::operator==(const Format& rhs) const
385 if (!Format::operator==(rhs) ||
412 const Format* format = (const Format*)uhash_iget(cachedFormatters, cur->key.integer); local
413 const Format* rhs_format = (const Format*)uhash_iget(that.cachedFormatters, rhs_cur->key.integer)
865 MessageFormat::format(const Formattable* source, function in class:MessageFormat
880 MessageFormat::format( const UnicodeString& pattern, function in class:MessageFormat
896 MessageFormat::format(const Formattable& source, function in class:MessageFormat
913 MessageFormat::format(const UnicodeString* argumentNames, function in class:MessageFormat
935 MessageFormat::format(const Formattable* arguments, function in class:MessageFormat
953 void MessageFormat::format(int32_t msgStart, double pluralNumber, function in class:MessageFormat
1737 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, function in class:MessageFormat::DummyFormat
1746 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, function in class:MessageFormat::DummyFormat
1756 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, function in class:MessageFormat::DummyFormat
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderFactory.java 8 import com.jme3.texture.Image.Format;
21 * @param format
22 * the texture format
25 public static TextureBlender createTextureBlender(Format format) {
26 switch (format) {
70 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}. Returning a blender that does not change the texture.", format);
78 throw new IllegalStateException("Unknown image format type: " + format);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
SkeletonPoints.java 40 import com.jme3.scene.VertexBuffer.Format;
57 pb.setupData(Usage.Stream, 3, Format.Float, fpb);
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 8 Please consult RFC 5215 \textit{``RTP Payload Format for Vorbis Encoded
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
ArrayDataMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
33 import org.jf.dexlib.Code.Format.ArrayDataPseudoInstruction;
InstructionMethodItemFactory.java 29 package org.jf.baksmali.Adaptors.Format;
32 import org.jf.dexlib.Code.Format.*;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
formatter.hpp 42 \param Format A predefined value used as a result for formating
49 const_formatter(const RangeT& Format)
53 BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> >(::boost::as_literal(Format));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 32 import com.android.ide.common.api.IAttributeInfo.Format;
83 AttributeInfo nameAttrInfo = new AttributeInfo(ATTR_NAME, Format.STRING_SET);
132 EnumSet.of(Format.STRING, Format.ENUM)
135 new FlagAttributeDescriptor("format", //$NON-NLS-1$
137 new AttributeInfo("format",
138 EnumSet.of(Format.STRING, Format.FLAG)
150 ).setTooltip("The optional format of this resource."),
205 Format.STRING_SET)
    [all...]
  /external/jhead/
exif.c 191 // TODO: replace the ", 0" values in this table with the correct format, e.g. ", FMT_USHORT"
388 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount)
393 switch(Format){
409 printf("Unknown format %d:", Format);
425 double ConvertAnyFormat(void * ValuePtr, int Format)
430 switch(Format){
454 // Not sure if this is correct (never seen float used in Exif format)
459 ErrNonfatal("Illegal format code %d",Format,0)
1159 int format = TagTable[i].Format; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Caps.java 39 import com.jme3.texture.Image.Format;
173 * Supports floating point textures (Format.RGB16F)
178 * Supports floating point FBO color buffers (Format.RGB16F)
188 * Supports Format.RGB111110F for textures
193 * Supports Format.RGB9E5 for textures
198 * Supports Format.RGB111110F for FBO color buffers
203 * Supports Format.RGB9E5 for FBO color buffers
208 * Supports Format.LATC for textures, this includes
235 * This only checks the format of the texture, non-power-of-2
252 Format fmt = img.getFormat()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_depth.c 220 if (rb->Format == MESA_FORMAT_Z32) {
229 const GLint bpp = _mesa_get_format_bytes(rb->Format);
234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]);
255 if (rb->Format == MESA_FORMAT_Z32) {
265 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format);
266 const GLint bpp = _mesa_get_format_bytes(rb->Format);
287 const GLint bpp = _mesa_get_format_bytes(rb->Format);
295 GLuint zBits = _mesa_get_format_bits(rb->Format, GL_DEPTH_BITS);
303 if (rb->Format == MESA_FORMAT_Z16 && !(span->arrayMask & SPAN_XY)) {
308 else if (rb->Format == MESA_FORMAT_Z32 && !(span->arrayMask & SPAN_XY))
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_depth.c 220 if (rb->Format == MESA_FORMAT_Z32) {
229 const GLint bpp = _mesa_get_format_bytes(rb->Format);
234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]);
255 if (rb->Format == MESA_FORMAT_Z32) {
265 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format);
266 const GLint bpp = _mesa_get_format_bytes(rb->Format);
287 const GLint bpp = _mesa_get_format_bytes(rb->Format);
295 GLuint zBits = _mesa_get_format_bits(rb->Format, GL_DEPTH_BITS);
303 if (rb->Format == MESA_FORMAT_Z16 && !(span->arrayMask & SPAN_XY)) {
308 else if (rb->Format == MESA_FORMAT_Z32 && !(span->arrayMask & SPAN_XY))
    [all...]
  /external/chromium_org/remoting/host/
audio_capturer_win.cc 103 // Get the wave format.
110 // Set the wave format
136 wave_format_extensible->Format.nSamplesPerSec)) {
141 wave_format_extensible->Format.nSamplesPerSec);
146 wave_format_extensible->Format.nChannels = kChannels;
147 wave_format_extensible->Format.nSamplesPerSec = sampling_rate_;
148 wave_format_extensible->Format.wBitsPerSample = kBitsPerSample;
149 wave_format_extensible->Format.nBlockAlign =
151 wave_format_extensible->Format.nAvgBytesPerSec =
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 48 rb->Format = MESA_FORMAT_XRGB8888;
54 rb->Format = MESA_FORMAT_ARGB8888;
59 rb->Format = MESA_FORMAT_RGB565;
64 rb->Format = MESA_FORMAT_Z16;
72 rb->Format = MESA_FORMAT_Z24_S8;
79 s->format = rb->Format;
98 rb->Format, width, height);
187 nouveau_renderbuffer_dri_new(GLenum format, __DRIdrawable *drawable)
197 if (!set_renderbuffer_format(rb, format)) {
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 30 enum Format {
43 /** Return the format of image this decoder can decode. If this decoder can decode multiple
46 virtual Format getFormat() const;
48 /** Return the format of the SkStream or kUnknown_Format if it cannot be determined. Rewinds the
51 static Format GetStreamFormat(SkStream*);
53 /** Return a readable string of the Format provided.
55 static const char* GetFormatName(Format);
122 Base class for optional callbacks to choose an image from a format that
278 which image to return from a format that contains multiple images.
322 @param format On success, if format is non-null, it is set to the forma
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
AWTLoader.java 40 import com.jme3.texture.Image.Format;
116 return new Image(Format.ABGR8, width, height, data1);
124 return new Image(Format.BGR8, width, height, data2);
131 return new Image(Format.Luminance8, width, height, data3);
139 return new Image(Format.Luminance16, width, height, data4);
162 return new Image(Format.RGB8, width, height, data);
182 return new Image(Format.RGBA8, width, height, data);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 48 rb->Format = MESA_FORMAT_XRGB8888;
54 rb->Format = MESA_FORMAT_ARGB8888;
59 rb->Format = MESA_FORMAT_RGB565;
64 rb->Format = MESA_FORMAT_Z16;
72 rb->Format = MESA_FORMAT_Z24_S8;
79 s->format = rb->Format;
98 rb->Format, width, height);
187 nouveau_renderbuffer_dri_new(GLenum format, __DRIdrawable *drawable)
197 if (!set_renderbuffer_format(rb, format)) {
    [all...]
  /external/skia/include/core/
SkImageDecoder.h 30 enum Format {
43 /** Return the format of image this decoder can decode. If this decoder can decode multiple
46 virtual Format getFormat() const;
48 /** Return the format of the SkStream or kUnknown_Format if it cannot be determined. Rewinds the
51 static Format GetStreamFormat(SkStream*);
53 /** Return a readable string of the Format provided.
55 static const char* GetFormatName(Format);
139 Base class for optional callbacks to choose an image from a format that
295 which image to return from a format that contains multiple images.
339 @param format On success, if format is non-null, it is set to the forma
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 62 String dot_extension(String::Format(".%s", extension));
104 return FilePath(String::Format("%s%c%s.%s", dir.c_str(), kPathSeparator,
107 return FilePath(String::Format("%s%c%s_%d.%s", dir.c_str(), kPathSeparator,
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp 22 virtual Format getFormat() const SK_OVERRIDE {
56 static SkImageDecoder::Format get_format_bmp(SkStream* stream) {
63 static SkTRegistry<SkImageDecoder::Format, SkStream*> gFormatReg(get_format_bmp);

Completed in 642 milliseconds

1 2 3 4 56 7 8 91011>>