HomeSort by relevance Sort by last modified time
    Searched full:wmf (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/ImageMagick/PerlMagick/t/wmf/
read.t 3 # Test reading WMF files
15 chdir 't/wmf' || die 'Cd failed';
17 testReadCompare('wizard.wmf', '../reference/wmf/wizard.miff', q//, 0.01, 1.0);
19 testReadCompare('clock.wmf', '../reference/wmf/clock.miff', q//, 0.01, 1.0);
  /external/ImageMagick/PerlMagick/
MANIFEST 333 t/reference/wmf/clock.miff
334 t/reference/wmf/wizard.miff
510 t/reference/write/wmf/clock.miff
511 t/reference/write/wmf/wizard.miff
535 t/wmf/clock.wmf
536 t/wmf/read.t
537 t/wmf/wizard.wmf
Makefile.nt 134 my @DELEGATES = qw/ bzlib cgm jbig jpeg mpeg png ps tiff wmf x xfig zlib/;
161 " t/wmf/read.t" .
  /external/ImageMagick/
AUTHORS.txt 52 Ported the WMF coder to the libwmf 0.2 API.
60 configure/make facility, Windows setup.exe style installer, WMF renderer,
Install-mac.txt 62 $magick> sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms
Install-unix.txt 78 WMF --with-wmf=yes yes
424 --without-wmf
425 disable WMF support.
  /external/ImageMagick/coders/
Android.mk 134 wmf.c\
Make.com 135 $call Make wmf.c
159 uyvy,vicar,vid,viff,wbmp,webp,wmf,wpg,x,xbm,xc,xcf,xpm,xps,xwd,ycbcr,yuv, -
wmf.c 157 Read WMF image.
235 (void) CopyMagickString(image->magick,"WMF",MagickPathExtent);
925 DrawSetClipRule(WmfDrawingWand,EvenOddRule); /* Default for WMF is ALTERNATE polygon fill mode */
    [all...]
Makefile.am 81 MAGICKCORE_WMF_MODULES = coders/wmf.la
82 MAGICKCORE_WMF_SRCS = coders/wmf.c
    [all...]
emf.c 126 % magick string, is a Windows MetaFile (WMF) file.
163 % Windows MetaFile (WMF) file using the Windows API and returns it. It
860 entry=AcquireMagickInfo("EMF","WMF","Windows Meta File");
893 (void) UnregisterMagickInfo("WMF");
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
wmf_to_ets.cpp 92 wmf_input_ptr = pointer to input encoded speech bits in WMF (non-IF2) format
112 data format from WMF (non-IF2) (Wireless Multi-media Forum) to ETS (European
113 Telecommunication Standard). WMF format has the encoded speech bits byte
164 * The following section of code accesses bits in the WMF method of
amrdecode.cpp 161 used by each codec mode for WMF input format (const
178 data is in WMF (aka, non-IF2) format and the function wmf_to_ets will be
236 // Decode WMF or IF2 frames
241 // Convert incoming packetized raw WMF data to ETS format
413 /* WMF or IF2 frames */
418 /* Convert incoming packetized raw WMF data to ETS format */
amrdecode.h 65 Description: Added #define for WMF and IF2. Updated function prototype.
74 Description: Added #defines for WMF, IF2, and ETS input formats.
gsmamr_dec.h 50 Description: Added #defines for WMF and IF2. Updated AMRDecode function
56 Description: Renamed WMF and IF2 to AMR_WMF and AMR_IF2, respectively. Added
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 63 "CGM", "WMF", "BMP", "MET", "PMB", "DIB", "PICT", "TIFF",
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ets_to_wmf.cpp 47 Description: Fixed the loop that packs the last octet of the WMF output.
95 wmf_output_ptr = pointer to output encoded speech bits in WMF format(UWord8)
98 wmf_output_ptr = pointer to encoded speech bits in the WMF format (UWord8)
108 encoded speech bits when converting from ETS to WMF or IF2
119 data format from ETS (European Telecommunication Standard) to WMF (wireless
121 only one bit stored in each word. WMF is the storage format where the frame
amrencode.cpp 510 data bytes per codec mode for WMF output
524 The following describes the encoding process for WMF or IF2 formatted output
539 least significant bit) to WMF (aka, non-IF2). The WMF format stores the data
543 WMF bytes encoded is obtained from WmfEncBytesPerFrame table and returned via
643 // Change output data format to WMF
650 // Set up the number of encoded WMF bytes
763 /* Encode WMF or IF2 frames */
818 /* Change output data format to WMF */
821 /* Set up the number of encoded WMF bytes *
    [all...]
gsmamr_enc.h 49 Description: Added #define for WMF and IF2, and updated function prototype
52 Description: Renamed WMF and IF2 to AMR_WMF and AMR_IF2, respectively. Added
174 * formatted bitstream, WMF-formatted bitstream, or ETS-formatted bitstream,
amrencode.h 43 Description: Added #define for WMF and IF2, and updated function prototype.
45 Description: Renamed WMF to AMR_WMF, IF2 to AMR_IF2, and added AMR_ETS.
  /external/libmtp/examples/
pathutils.c 184 } else if (!strcasecmp (ptype, "wmf")) {
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
amrnb_enc_test.cpp 127 // Convert from WMF to RFC 3267 format.
  /external/ImageMagick/ImageMagick/script/
magick-core.html 119 <p>Note, if your instance of ImageMagick does not support modules but does include support for the WMF image format, you'll need to link with the <a href="magick-wand.php">MagickWand</a> library instead (since it is a dependency of the WMF image format):</p>
  /external/ImageMagick/www/
magick-core.html 123 <p>Note, if your instance of ImageMagick does not support modules but does include support for the WMF image format, you'll need to link with the <a href="magick-wand.html">MagickWand</a> library instead (since it is a dependency of the WMF image format):</p>
  /external/ImageMagick/MagickCore/
config.h_vms 236 /* Define if you have WMF library */

Completed in 914 milliseconds

1 2 3 4