#include <icl/imageconversionextension.h>
class TScalerCaps |
Public Member Functions | |
---|---|
TScalerCaps() | |
TScalerCaps(TInt, TInt, TBool) | |
IMPORT_C TInt | MaxDownscaleLimit() |
IMPORT_C TInt | MaxUpscaleLimit() |
IMPORT_C TBool | MustPreserveAspectRatio() |
IMPORT_C TBool | PowerOfTwoScalingOnly() |
IMPORT_C TUint | Size() |
IMPORT_C TUint | Version() |
Represents scaling capabilities of the code plugin.
IMPORT_C TInt | MaxDownscaleLimit | ( | ) | const |
Maximum downscaling possible.
IMPORT_C TInt | MaxUpscaleLimit | ( | ) | const |
Maximum upscaling possible.
IMPORT_C TBool | MustPreserveAspectRatio | ( | ) | const |
Returns ETrue if the codec must preserve aspect ratio during scaling.
IMPORT_C TBool | PowerOfTwoScalingOnly | ( | ) | const |
Type of scaling which is supported.