Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h148 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize()
153 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize()
159 inline int32_t computeOutSizeTransposeConv(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSizeTransposeConv()
/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/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