#include <stdint.h>
#include <stddef.h>
#include <boolean.h>
#include <clamping.h>
#include <retro_common_api.h>
Go to the source code of this file.
◆ scaler_pix_fmt
Enumerator |
---|
SCALER_FMT_ARGB8888 | |
SCALER_FMT_ABGR8888 | |
SCALER_FMT_0RGB1555 | |
SCALER_FMT_RGB565 | |
SCALER_FMT_BGR24 | |
SCALER_FMT_YUYV | |
SCALER_FMT_RGBA4444 | |
◆ scaler_type
Enumerator |
---|
SCALER_TYPE_UNKNOWN | |
SCALER_TYPE_POINT | |
SCALER_TYPE_BILINEAR | |
SCALER_TYPE_SINC | |
◆ scaler_ctx_gen_filter()
◆ scaler_ctx_gen_reset()
◆ scaler_ctx_scale()
scaler_ctx_scale: : pointer to scaler context object. : pointer to output image. : pointer to input image.
Scales an input image to an output image.