*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> dmedia/dmicopen (3d)              
Title
Content
Arch
Section
 

Contents


dmIC(3dm)							     dmIC(3dm)


NAME    [Toc]    [Back]

     dmICCreate, dmICDestroy - create and destroy image	converter context

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/dm_imageconvert.h>

     DMstatus dmICCreate(int i,	DMimageconverter *converter);

     void dmICDestroy(DMimageconverter converter);

DESCRIPTION    [Toc]    [Back]

     dmICCreate	creates	an image converter context.  The actual	selection of
     an	image converter	is separate from this operation.  The i	argument
     specifies the image converter to create and is a value in the range of 0
     to	one less than the return value of dmICGetNum. The return value of
     dmICChooseConverter is always valid directly in dmICCreate.

     NOTE: The i value for a given image converter may change at any time.

     The converter argument is the address of a	caller supplied	data structure
     for for use as a handle in	subsequent operations on this image converter
     context.

     A process may have	multiple image converters open simultaneously as well
     as	multiple contexts of the same image converter.	However, a given image
     converter may itself limit	the number of simultaneous open	contexts on
     both a per	process	and per	system basis.

     dmICDestroy frees the image converter context.  No	further	operations are
     valid on this handle.  The	caller is responsible for deallocating the
     storage for converter.

SEE ALSO    [Toc]    [Back]

      
      
     dmICGetNum(3dm), dmICGetDescription(3dm), dmICChooseConverter(3dm),
     dmICSetSrcParams(3dm), dmICSetDstParams(3dm), dmICSetConvParams(3dm),
     dmICSetDstPool(3dm), dmICGetDstQueueFD(3dm), dmICSend(3dm),
     dmICReceive(3dm), dmICWork(3dm).


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
dmicdst IRIX manipulate image converter context dst image format
dmicsrc IRIX manipulate image converter context src image format
dmicsend IRIX transfer input to the image converter context
dmicconv IRIX manipulate conversion controls of an image converter context
fxAllocateImageBuffers IRIX create and destroy image buffers for special effects
dmicchoose IRIX return an image converter that matches specified image parameters
dmicqueue IRIX image converter queue management
dmicreceive IRIX transfer output from the image converter
dmicpool IRIX get the input/output buffering needs of the image converter
dmicwork IRIX call the image converter and have it perform a task
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service