Home
last modified time | relevance | path

Searched refs:checkWidth (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java200 final boolean checkWidth = reqWidth != ImageRequest.UNSPECIFIED_SIZE; in calculateInSampleSize()
202 (checkWidth && width > reqWidth)) { in calculateInSampleSize()
210 && (!checkWidth || (halfWidth / inSampleSize) > reqWidth)) { in calculateInSampleSize()
/aosp12/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp1462 uint32_t checkWidth = width > 0 ? width : mCore->mDefaultWidth; in allocateBuffers() local
1466 std::swap(checkWidth, checkHeight); in allocateBuffers()
1472 if (checkWidth != allocWidth || checkHeight != allocHeight || in allocateBuffers()