Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Dtinyplanet.cc142 unsigned char * rgb_out = (unsigned char * )destination; in Java_com_android_camera_tinyplanet_TinyPlanetNative_process() local
144 StereographicProjection(scale, angle, rgb_in, width, height, rgb_out, output_size, output_size); in Java_com_android_camera_tinyplanet_TinyPlanetNative_process()
/packages/apps/Gallery2/jni/filters/
Dtinyplanet.cc139 unsigned char * rgb_out = (unsigned char * )destination; in JNIFUNCF() local
141 StereographicProjection(scale,angle, rgb_in, width, height, rgb_out, output_size, output_size); in JNIFUNCF()