Home
last modified time | relevance | path

Searched defs:imageSize (Results 1 – 11 of 11) sorted by relevance

/packages/modules/NeuralNetworks/common/include/
DOperationsExecutionUtils.h83 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize()
88 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize()
94 inline int32_t computeOutSizeTransposeConv(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSizeTransposeConv()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DStaticWallpaperPreviewBinder.kt89 val imageSize = Point(fullResImageView.width, fullResImageView.height) in <lambda>() constant
DFullWallpaperPreviewBinder.kt262 val imageSize = in <lambda>() constant
/packages/apps/Camera2/src/com/android/camera/ui/
DZoomView.java72 Point imageSize = FilmstripItemUtils.decodeBitmapDimension(isForDimensions); in doInBackground() local
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DCheckableLabeledButton.java86 int imageSize = getResources().getDimensionPixelSize(R.dimen.incall_labeled_button_icon_size); in init() local
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp577 int imageSize = width * height; in Java_com_android_camera_panorama_Mosaic_getFinalMosaic() local
626 int imageSize = 1.5*width * height; in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21() local
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DImagePreviewImageLoaderTest.kt64 private val imageSize = Size(300, 300) constant
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessagePartData.java471 final Rect imageSize = ImageUtils.decodeImageBounds( in decodeAndSaveSizeIfImage() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java490 final int imageSize = resources.getDimensionPixelSize( in bind() local
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskConvertImageToRGBPreview.java138 protected int calculateBestSubsampleFactor(Size imageSize, Size targetSize) { in calculateBestSubsampleFactor()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java470 int imageSize = getDataLength(context, imageUri); in addPicturePart() local