man pages section 3: Multimedia Library Functions

Exit Print View

Updated: July 2014
 
 

mlib_ImageIsNotAligned8 (3MLIB)

Name

mlib_ImageIsNotAligned8 - image query, eight-byte aligned

Synopsis

cc [ flag... ] file... –lmlib [ library... ]
#include <mlib.h>

int mlib_ImageIsNotAligned8(const mlib_image *img);

Description

The mlib_ImageIsNotAligned8() function tests for a specific alignment 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 eight-byte aligned; otherwise, returns nonzero.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
MT-Safe

See also

mlib_ImageIsNotAligned2(3MLIB), mlib_ImageIsNotAligned4(3MLIB), mlib_ImageIsNotAligned64(3MLIB), mlib_ImageIsNotHeight2X(3MLIB), mlib_ImageIsNotHeight4X(3MLIB), mlib_ImageIsNotHeight8X(3MLIB), mlib_ImageIsNotOneDvector(3MLIB), mlib_ImageIsNotStride8X(3MLIB), mlib_ImageIsNotWidth2X(3MLIB), mlib_ImageIsNotWidth4X(3MLIB), mlib_ImageIsNotWidth8X(3MLIB), mlib_ImageIsUserAllocated(3MLIB), attributes(5)