• Home
  • Raw
  • Download

Lines Matching refs:nativeObj

27         process_0(nativeObj, src_mat.nativeObj, dst.nativeObj, times.nativeObj, response.nativeObj);  in process()
41 process_1(nativeObj, src_mat.nativeObj, dst.nativeObj); in process()
55 float retVal = getContrastWeight_0(nativeObj); in getContrastWeight()
69 setContrastWeight_0(nativeObj, contrast_weiht); in setContrastWeight()
83 float retVal = getSaturationWeight_0(nativeObj); in getSaturationWeight()
97 setSaturationWeight_0(nativeObj, saturation_weight); in setSaturationWeight()
111 float retVal = getExposureWeight_0(nativeObj); in getExposureWeight()
125 setExposureWeight_0(nativeObj, exposure_weight); in setExposureWeight()
133 delete(nativeObj); in finalize()
139 …private static native void process_0(long nativeObj, long src_mat_nativeObj, long dst_nativeObj, l… in process_0() argument
142 … private static native void process_1(long nativeObj, long src_mat_nativeObj, long dst_nativeObj); in process_1() argument
145 private static native float getContrastWeight_0(long nativeObj); in getContrastWeight_0() argument
148 private static native void setContrastWeight_0(long nativeObj, float contrast_weiht); in setContrastWeight_0() argument
151 private static native float getSaturationWeight_0(long nativeObj); in getSaturationWeight_0() argument
154 private static native void setSaturationWeight_0(long nativeObj, float saturation_weight); in setSaturationWeight_0() argument
157 private static native float getExposureWeight_0(long nativeObj); in getExposureWeight_0() argument
160 private static native void setExposureWeight_0(long nativeObj, float exposure_weight); in setExposureWeight_0() argument
163 private static native void delete(long nativeObj); in delete() argument