/aosp12/packages/modules/NeuralNetworks/common/include/ |
H A D | OperationsUtils.h | 148 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()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | ZoomView.java | 72 Point imageSize = FilmstripItemUtils.decodeBitmapDimension(isForDimensions); in doInBackground() local
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | ETC1Util.java | 78 int imageSize = data.remaining(); in loadTexture() local
|
H A D | GLES30.java | 452 int imageSize, in glCompressedTexImage3D() 466 int imageSize, in glCompressedTexImage3D() 482 int imageSize, in glCompressedTexSubImage3D() 498 int imageSize, in glCompressedTexSubImage3D()
|
H A D | GLES10.java | 423 int imageSize, in glCompressedTexImage2D() 437 int imageSize, in glCompressedTexSubImage2D()
|
H A D | GLErrorWrapper.java | 169 int imageSize, Buffer data) { in glCompressedTexImage2D() 177 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D()
|
H A D | GLES20.java | 500 int imageSize, in glCompressedTexImage2D() 514 int imageSize, in glCompressedTexSubImage2D()
|
H A D | GLLogWrapper.java | 1340 int imageSize, Buffer data) { in glCompressedTexImage2D() 1358 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
H A D | CheckableLabeledButton.java | 86 int imageSize = getResources().getDimensionPixelSize(R.dimen.incall_labeled_button_icon_size); in init() local
|
/aosp12/packages/apps/LegacyCamera/jni/ |
H A D | feature_mos_jni.cpp | 577 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
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | MessagePartData.java | 471 final Rect imageSize = ImageUtils.decodeImageBounds( in decodeAndSaveSizeIfImage() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | DepthPhotoProcessor.cpp | 452 const Dimension imageSize(width, height); in processDepthPhotoFrame() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
H A D | ConversationListItemView.java | 490 final int imageSize = resources.getDimensionPixelSize( in bind() local
|
/aosp12/frameworks/base/core/jni/android/opengl/ |
H A D | util.cpp | 892 jint imageSize = stride * height; in etc1_encodeImage() local 923 jint imageSize = stride * height; in etc1_decodeImage() local
|
/aosp12/frameworks/base/media/java/android/mtp/ |
H A D | MtpDatabase.java | 711 String imageSize = Integer.toString(width) + "x" + Integer.toString(height); in getDeviceProperty() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
H A D | TaskConvertImageToRGBPreview.java | 138 protected int calculateBestSubsampleFactor(Size imageSize, Size targetSize) { in calculateBestSubsampleFactor()
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
H A D | PhotoViewController.java | 374 final ImageUtils.ImageSize imageSize = ImageUtils.sUseImageSize; in initMaxPhotoSize() local
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11ExtensionPack.java | 152 int imageSize, in glCompressedTexImage2D()
|
H A D | GL10.java | 354 int imageSize, in glCompressedTexImage2D() 366 int imageSize, in glCompressedTexSubImage2D()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 1895 int64_t imageSize; member 2145 int64_t imageSize = 0; in getExternalSize() local
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 240 int imageSize, in glCompressedTexImage2D() 254 int imageSize, in glCompressedTexSubImage2D()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES30.cpp | 629 …nt internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject data_… in android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2() 673 …nt internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jint offset) { in android_glCompressedTexImage3D__IIIIIIIII() 690 …set, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jobject data_… in android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() 736 …set, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jint offset) { in android_glCompressedTexSubImage3D__IIIIIIIIIII()
|
H A D | android_opengl_GLES10.cpp | 610 …nt level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 653 …l, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
|
H A D | android_opengl_GLES20.cpp | 728 …nt level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 771 …l, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/ |
H A D | MmsUtils.java | 470 int imageSize = getDataLength(context, imageUri); in addPicturePart() local
|