Home
last modified time | relevance | path

Searched refs:ImageRGBA (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/jni/
Dtinyplanet.cc28 class ImageRGBA { class
30 ImageRGBA(unsigned char* image, int width, int height) in ImageRGBA() function in ImageRGBA
59 inline void InterpolatePixel(const ImageRGBA &image, float x, float y, in InterpolatePixel()
96 ImageRGBA input(input_image, input_width, input_height); in StereographicProjection()
97 ImageRGBA output(output_image, output_width, output_height); in StereographicProjection()
/packages/apps/Gallery2/jni/filters/
Dtinyplanet.cc27 class ImageRGBA { class
29 ImageRGBA(unsigned char* image, int width, int height) in ImageRGBA() function in ImageRGBA
58 inline void InterpolatePixel(const ImageRGBA &image, float x, float y, in InterpolatePixel()
95 ImageRGBA input(input_image, input_width, input_height); in StereographicProjection()
96 ImageRGBA output(output_image, output_width, output_height); in StereographicProjection()