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

  man pages->IRIX man pages -> old-compression/clGetMinMax (3d)              
Title
Content
Arch
Section
 

Contents


clGetMinMax(3dm)					      clGetMinMax(3dm)


NAME    [Toc]    [Back]

     clGetMinMax - Get minimum and maximum values for a	parameter

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/cl.h>

     int clGetMinMax(CLhandle handle, int paramID, int *minPtr,	int *maxPtr)

ARGUMENTS    [Toc]    [Back]

     handle	    A handle to	a compressor or	decompressor.

     paramID	    The	parameter identifier.

     minPtr	    A pointer to an int	where the minimum value	will be
		    written.

     maxPtr	    A pointer to an int	where the maximum value	will be
		    written.

DESCRIPTION    [Toc]    [Back]

     clGetMinMax gets the minimum and maximum values for a parameter.

RETURN VALUE    [Toc]    [Back]

     clGetMinMax returns SUCCESS, or a negative	error code on failure.


EXAMPLE    [Toc]    [Back]

	  #include <dmedia/cl.h>
	   ...
	  int min, max;

	  clOpenDecompressor(scheme, &handle);
	  clGetMinMax(handle, CL_FORMAT, &min, &max);
	   ...


SEE ALSO    [Toc]    [Back]

      
      
     CLintro(3dm), clQueryParams(3dm), clGetDefault(3dm), clGetName(3dm)


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
glgetminmaxext IRIX get minimum and maximum pixel values
glgetminmax IRIX get minimum and maximum pixel values
ALgetminmax IRIX (obsolete) gets maximum and minimum values for an audio device state variable
minmax IRIX modifies pixel transfers to compute the minimum and maximum pixel values
sched_get_priority_min Tru64 Returns the maximum or minimum priority for the specified scheduling policy (P1003.1b)
sched_get_priority_max Tru64 Returns the maximum or minimum priority for the specified scheduling policy (P1003.1b)
alQueryValues IRIX get the set of possible values for a parameter
dmGSMDecoderGetParams IRIX get GSM decoder parameter values
dmGSMEncoderGetParams IRIX get GSM encoder parameter values
glGetTexParameter Tru64 return texture parameter values
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service