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

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

Contents


dmIC(3dm)							     dmIC(3dm)


NAME    [Toc]    [Back]

     dmICSetConvParams,	dmICGetConvParams, dmICGetDefaultConvParams -
     manipulate	conversion controls of an image	converter context

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/dm_imageconvert.h>

     DMstatus dmICSetConvParams(DMimageconverter converter, DMparams* convParams);

     DMstatus dmICGetConvParams(DMimageconverter converter, DMparams* convParams);

     DMstatus dmICGetDefaultConvParams(DMimageconverter	converter, DMparams* convParams);

DESCRIPTION    [Toc]    [Back]

     The conversion parameters convParams control the image converter's
     operation.

     The list of supported conversion parameters vary from converter to
     converter.	 dmICGetDefaultConvParams returns the set of supported
     parameters	and their default values.  Conversion parameters supported by
     some converters are:

     DM_IMAGE_QUALITY_SPATIAL    [Toc]    [Back]
		  describes the	spatial	quality	of a conversion	algorithm.
		  This is a float value	that varies from 0 to 1.0

     DM_IMAGE_QUALITY_TEMPORAL    [Toc]    [Back]
		  describes the	temporal quality of a conversion algorithm.
		  This is a float value	that varies from 0 to 1.0

     DM_IMAGE_BITRATE    [Toc]    [Back]
		  describes the	bitrate	of a compressed	video stream.  This is
		  an int value in bits per second.

     dmICSetConvParams sets the	parameters that	describe the image format in
     the DMbuffer to be	presented the image converter in the next dmICSend
     call.

     DM_FAILURE	is returned if any of the parameter in the list	is invalid.
     When this happens,	the conversion params are not modified and remain as
     they were set with	the last successfuldmICSetConvParams call.

     dmICGetConvParams returns the parameters that describe the	image format
     in	the DMbuffer returned in the previous dmICReceive call.	 Prior to any
     successful	dmICReceive, the parameters returned are not defined.

     dmICGetDefaultConvParams returns the complete set of parameters
     recognized	by the converter and their default values.







									Page 1






dmIC(3dm)							     dmIC(3dm)


SEE ALSO    [Toc]    [Back]

      
      
     dmICCreate(3dm), dmICSetSrcParams(3dm), dmICSetDstParams(3dm),
     dmGetError(3dm).


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
dmicsrc IRIX manipulate image converter context src image format
dmicdst IRIX manipulate image converter context dst image format
dmicopen IRIX create and destroy image converter context
dmicsend IRIX transfer input to the image converter context
dmicchoose IRIX return an image converter that matches specified image parameters
dmicreceive IRIX transfer output from the image converter
dmicqueue IRIX image converter queue management
dmicpool IRIX get the input/output buffering needs of the image converter
dmicwork IRIX call the image converter and have it perform a task
findphoto IRIX manipulate the image data stored in a photo image.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service