#include <vya.h>
Public Member Functions | |
VYAprocess (Id n) | |
virtual | ~VYAprocess () |
void | VYAcheckPrecision (const char *fullName, VYAbitPrecision inPrec, VYAbitPrecision outPrec, unsigned int minInBits, unsigned int maxInBits, bool inSigned, bool outSigned) |
void | VYAcheckLineLength (const char *fullName, VYApixel **lineBuffer, VYAlineLength len, VYAlineLength *oldLen, VYAlineLength minLen, VYAlineLength maxLen) |
void | VYAcheckImageWidth (const char *fullName, VYApixel **lineBuffer, VYAimageWidth width, VYAimageWidth *oldWidth, VYAimageWidth minWidth, VYAimageWidth maxWidth) |
void | VYAcheckImageHeight (const char *fullName, VYAimageHeight height, VYAimageHeight *oldHeight, VYAimageHeight minHeight, VYAimageHeight maxHeight) |
void | VYAcheckImageSize (const char *fullName, VYApixel **imageBuffer, VYAimageWidth width, VYAimageWidth *oldWidth, VYAimageWidth minWidth, VYAimageWidth maxWidth, VYAimageHeight height, VYAimageHeight *oldHeight, VYAimageHeight minHeight, VYAimageHeight maxHeight) |
|
|
|
|
|
|
|
Definition at line 150 of file vya.cc. References VYApixel. |
|
Definition at line 116 of file vya.cc. References VYApixel. |
|
Definition at line 97 of file vya.cc. References VYApixel. |
|
Definition at line 39 of file vya.cc. References VYAbitPrecision::bits, VYAbitPrecision::signbit, VYA_MAX_BITS_S, VYA_MAX_BITS_U, and VYA_MIN_BITS. |