Home
last modified time | relevance | path

Searched refs:max_size (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java629 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) { in getDownsampledBitmap() argument
630 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()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp57 …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()
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.c366 (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()