mediaLib Library Functions mlibImageIsNotAligned64(3MLIB)
NAME
mlibImageIsNotAligned64 - image query, 64-byte aligned
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
int mlibImageIsNotAligned64(const mlibimage *img);
DESCRIPTION
The mlibImageIsNotAligned64() function tests for a specific
alignment characteristic of a mediaLib image structure.
PARAMETERS
The function takes the following arguments:
img Pointer to source image.
RETURN VALUES
Returns 0 if data address is 64-byte aligned; otherwise,
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),
mlibImageIsNotHeight2X(3MLIB),
mlibImageIsNotHeight4X(3MLIB),
mlibImageIsNotHeight8X(3MLIB),
mlibImageIsNotOneDvector(3MLIB),
mlibImageIsNotStride8X(3MLIB),
mlibImageIsNotWidth2X(3MLIB),
mlibImageIsNotWidth4X(3MLIB),
mlibImageIsNotWidth8X(3MLIB),
mlibImageIsUserAllocated(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|