Searched refs:output_size (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/jni/
H A Dtinyplanet.cc133 JNIEXPORT void JNICALL Java_com_android_camera_tinyplanet_TinyPlanetNative_process(JNIEnv* env, jobject obj, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale, jfloat angle) argument
142 StereographicProjection(scale, angle, rgb_in, width, height, rgb_out, output_size, output_size);
/packages/apps/Gallery2/jni/filters/
H A Dtinyplanet.cc132 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale,jfloat angle) argument
141 StereographicProjection(scale,angle, rgb_in, width, height, rgb_out, output_size, output_size);

Completed in 17 milliseconds