mediaLib Library Functions mlibImageIsUserAllocated(3MLIB)
NAME
mlibImageIsUserAllocated - image query, user-allocated
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
int mlibImageIsUserAllocated(const mlibimage *src);
DESCRIPTION
The mlibImageIsUserAllocated() function tests for a
specific allocation characteristic of a mediaLib image
structure.
PARAMETERS
The function takes the following arguments:
src Pointer to source image.
RETURN VALUES
Returns 0 if data space has been allocated by mediaLib; oth-
erwise, returns nonzero.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibImageIsNotAligned2(3MLIB),
mlibImageIsNotAligned4(3MLIB),
mlibImageIsNotAligned8(3MLIB),
mlibImageIsNotAligned64(3MLIB),
mlibImageIsNotHeight2X(3MLIB),
mlibImageIsNotHeight4X(3MLIB),
mlibImageIsNotHeight8X(3MLIB),
mlibImageIsNotOneDvector(3MLIB),
mlibImageIsNotStride8X(3MLIB),
mlibImageIsNotWidth2X(3MLIB),
mlibImageIsNotWidth4X(3MLIB),
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions mlibImageIsUserAllocated(3MLIB)
mlibImageIsNotWidth8X(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
|