Searched refs:max_size (Results 1 – 3 of 3) sorted by relevance
629 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) { in getDownsampledBitmap() argument630 if (image == null || image.getWidth() == 0 || image.getHeight() == 0 || max_size < 16) { in getDownsampledBitmap()635 while (size > max_size) { in getDownsampledBitmap()645 if (CropMath.getBitmapSize(ret) > max_size) { in getDownsampledBitmap()
57 …extern void nativeNfcTag_doCheckNdefResult (tNFA_STATUS status, uint32_t max_size, uint32_t curren…432 eventData->ndef_detect.protocol, eventData->ndef_detect.max_size, in nfaConnectionCallback()436 eventData->ndef_detect.max_size, eventData->ndef_detect.cur_size, in nfaConnectionCallback()
366 (uint32_t *)&(conn_evt_data.ndef_detect.max_size), in Mfc_CheckNdef_Completion_Routine()368 NdefInfo.NdefLength = conn_evt_data.ndef_detect.max_size; in Mfc_CheckNdef_Completion_Routine()386 conn_evt_data.ndef_detect.max_size = 0; in Mfc_CheckNdef_Completion_Routine()