Searched defs:__unused (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Gallery2/jni/ |
D | jni_egl_fence.cpp | 58 JNIEnv* env __unused, jobject thiz __unused) { in Java_com_android_gallery3d_photoeditor_FilterStack_nativeEglSetFenceAndWait()
|
/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 23 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()
|
D | fx.c | 32 void JNIFUNCF(ImageFilterFx, nativeApplyFilter, jobject bitmap, jint width __unused, in JNIFUNCF() 33 jint height __unused, jobject lutbitmap, jint lutwidth, jint lutheight, in JNIFUNCF()
|
D | redEyeMath.c | 36 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/ |
D | jpegutilnative.cpp | 70 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()
|
D | jpegutil.cpp | 233 dest.term_destination = [](j_compress_ptr cinfo __unused) { in Compress() 342 auto flush = [](size_t numBytes __unused) { in Compress()
|
D | tinyplanet.cc | 134 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/ |
D | jpeg_hook.cpp | 152 void Mgr_term_source_fcn(j_decompress_ptr cinfo __unused) { in Mgr_term_source_fcn()
|
D | jpegstream.cpp | 326 jint JNI_OnLoad(JavaVM* vm, void* reserved __unused) { in JNI_OnLoad()
|