Searched refs:mEstimatedNativeAllocBytes (Results 1 – 1 of 1) sorted by relevance
157 mEstimatedNativeAllocBytes = ImageUtils.getEstimatedNativeAllocBytes(width, height, format, in ImageReader()159 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageReader()479 if (mEstimatedNativeAllocBytes > 0) { in close()480 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()481 mEstimatedNativeAllocBytes = 0; in close()622 private int mEstimatedNativeAllocBytes; field in ImageReader