Mali OpenCL SDK v1.1.0
 All Classes Files Functions Variables Macros Pages
image_scaling.cpp File Reference
#include "common.h"
#include "image.h"
#include <CL/cl.h>
#include <iostream>

Go to the source code of this file.

Functions

int main (void)
 OpenCL image object sample code.
 

Function Documentation

int main ( void  )

OpenCL image object sample code.

Demonstration of how to use OpenCL image objects to resize an image.

Returns
The exit code of the application, non-zero if a problem occurred.

Definition at line 24 of file image_scaling.cpp.