Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h164 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize()
169 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize()
175 inline int32_t computeOutSizeTransposeConv(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSizeTransposeConv()
/frameworks/base/opengl/java/android/opengl/
DETC1Util.java78 int imageSize = data.remaining(); in loadTexture() local
DGLES30.java452 int imageSize, in glCompressedTexImage3D()
466 int imageSize, in glCompressedTexImage3D()
482 int imageSize, in glCompressedTexSubImage3D()
498 int imageSize, in glCompressedTexSubImage3D()
DGLES10.java423 int imageSize, in glCompressedTexImage2D()
437 int imageSize, in glCompressedTexSubImage2D()
DGLErrorWrapper.java169 int imageSize, Buffer data) { in glCompressedTexImage2D()
177 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D()
DGLES20.java500 int imageSize, in glCompressedTexImage2D()
514 int imageSize, in glCompressedTexSubImage2D()
DGLLogWrapper.java1340 int imageSize, Buffer data) { in glCompressedTexImage2D()
1358 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp452 const Dimension imageSize(width, height); in processDepthPhotoFrame() local
/frameworks/base/libs/hwui/debug/
DNullGlesDriver.h74 GLsizei imageSize, const void* data) override {} in glCompressedTexImage2D_()
77 GLenum format, GLsizei imageSize, in glCompressedTexSubImage2D_()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp909 jint imageSize = stride * height; in etc1_encodeImage() local
940 jint imageSize = stride * height; in etc1_decodeImage() local
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java727 String imageSize = Integer.toString(width) + "x" + Integer.toString(height); in getDeviceProperty() local
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java152 int imageSize, in glCompressedTexImage2D()
DGL10.java354 int imageSize, in glCompressedTexImage2D()
366 int imageSize, in glCompressedTexSubImage2D()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java374 final ImageUtils.ImageSize imageSize = ImageUtils.sUseImageSize; in initMaxPhotoSize() local
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1861 int64_t imageSize; member
2111 int64_t imageSize = 0; in getExternalSize() local
/frameworks/native/opengl/libagl/
Dtexture.cpp1048 GLsizei imageSize, const GLvoid *data) in glCompressedTexImage2D()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java240 int imageSize, in glCompressedTexImage2D()
254 int imageSize, in glCompressedTexSubImage2D()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp629 …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()
Dandroid_opengl_GLES10.cpp610 …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()
Dandroid_opengl_GLES20.cpp728 …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()
Dcom_google_android_gles_jni_GLImpl.cpp394 …nt level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
437 …l, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()