Home
last modified time | relevance | path

Searched defs:__unused (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Gallery2/jni/
Djni_egl_fence.cpp58 JNIEnv* env __unused, jobject thiz __unused) { in Java_com_android_gallery3d_photoeditor_FilterStack_nativeEglSetFenceAndWait()
/packages/apps/Gallery2/jni/filters/
Dgeometry.c23 int dstWidth __unused, int dstHeight __unused) { in flipVertical()
38 char * destination, int dstWidth __unused, int dstHeight __unused) { in flipHorizontal()
78 int dstWidth __unused, int dstHeight __unused) { in rotate90()
164 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterStraighten, jobject src, jint srcWidth __unused, in JNIFUNCF()
165 jint srcHeight __unused, jobject dst, jint dstWidth, jint dstHeight, in JNIFUNCF()
166 jfloat straightenAngle __unused) { in JNIFUNCF()
Dfx.c32 void JNIFUNCF(ImageFilterFx, nativeApplyFilter, jobject bitmap, jint width __unused, in JNIFUNCF()
33 jint height __unused, jobject lutbitmap, jint lutwidth, jint lutheight, in JNIFUNCF()
DredEyeMath.c36 int ih __unused, short *rect) { in findPossible()
56 void findReds(unsigned char *src, unsigned char *mask, int iw, int ih __unused, in findReds()
73 void dialateMaskIfRed(unsigned char *src, int iw, int ih __unused, in dialateMaskIfRed()
/packages/apps/Camera2/jni/
Djpegutilnative.cpp70 JNIEnv* env, jclass clazz __unused, in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative()
119 JNIEnv* env, jclass clazz __unused, jint width, jint height, jobject planeBuf, in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
Djpegutil.cpp233 dest.term_destination = [](j_compress_ptr cinfo __unused) { in Compress()
342 auto flush = [](size_t numBytes __unused) { in Compress()
Dtinyplanet.cc134 jobject obj __unused, jobject bitmap_in, jint width, jint height, jobject bitmap_out, in Java_com_android_camera_tinyplanet_TinyPlanetNative_process()
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_hook.cpp152 void Mgr_term_source_fcn(j_decompress_ptr cinfo __unused) { in Mgr_term_source_fcn()
Djpegstream.cpp326 jint JNI_OnLoad(JavaVM* vm, void* reserved __unused) { in JNI_OnLoad()