Searched refs:jExif (Results 1 – 1 of 1) sorted by relevance
336 int width, int height, int jpegQuality, ScopedByteArrayRO* jExif, in encode() argument392 exif.data = const_cast<void*>(reinterpret_cast<const void*>(jExif->get())); in encode()393 exif.length = jExif->size(); in encode()446 jbyteArray jstorage, jbyteArray jExif, in YuvImage_compressToJpegR() argument450 ScopedByteArrayRO exif(env, jExif); in YuvImage_compressToJpegR()