Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 86) sorted by relevance

1234

/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities.cpp23 float** db_SetupImageReferences_f(float *im,int w,int h) in db_SetupImageReferences_f()
36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h) in db_SetupImageReferences_u()
50 float** db_AllocImage_f(int w,int h,int over_allocation) in db_AllocImage_f()
60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) in db_AllocImage_u()
70 void db_FreeImage_f(float **img,int h) in db_FreeImage_f()
76 void db_FreeImage_u(unsigned char **img,int h) in db_FreeImage_u()
89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_alloca… in db_CopyImage_u()
102 …e void db_WarpImageLutFast_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLutFast_u()
123 …id db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLutBilinear_u()
143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u()
/development/ndk/platforms/android-9/arch-x86/include/asm/
Ddma-mapping_32.h27 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
29 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
30 #define dma_is_consistent(d, h) (1) argument
/development/perftests/panorama/feature_stab/src/dbregtest/
DPgmImage.cpp29 PgmImage::PgmImage(int w, int h, int format) : in PgmImage()
35 PgmImage::PgmImage(unsigned char *data, int w, int h) : in PgmImage()
41 PgmImage::PgmImage(std::vector<unsigned char> &data, int w, int h) : in PgmImage()
/development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/
DDemoActivity.java119 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged()
129 private static native void nativeResize(int w, int h); in nativeResize()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DXfermodes.java37 static Bitmap makeDst(int w, int h) { in makeDst()
48 static Bitmap makeSrc(int w, int h) { in makeSrc()
DCameraPreview.java267 private Size getOptimalPreviewSize(List<Size> sizes, int w, int h) { in getOptimalPreviewSize()
300 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()
DVertices.java59 float h = bm.getHeight(); in SampleView() local
DCompass.java105 int h = canvas.getHeight(); in onDraw() local
DBitmapDecode.java92 int h = mBitmap2.getHeight(); in SampleView() local
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DFractionalLinearLayout.java48 protected void onSizeChanged (int w, int h, int oldw, int oldh) { in onSizeChanged()
/development/samples/Snake/src/com/example/android/snake/
DBackgroundView.java77 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged()
/development/ndk/platforms/android-21/include/linux/
Dromfs_fs.h30 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument
31 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DTouchHighlightImageButton.java103 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged()
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingLayout.java62 protected void onSizeChanged (int w, int h, int oldw, int oldh) { in onSizeChanged()
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/
DCameraPreview.java77 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()
/development/perftests/panorama/feature_mos/src/mosaic_renderer/
DWarpRenderer.cpp43 void WarpRenderer::SetViewportMatrix(int w, int h, int W, int H) in SetViewportMatrix()
DSurfaceTextureRenderer.cpp49 void SurfaceTextureRenderer::SetViewportMatrix(int w, int h, int W, int H) in SetViewportMatrix()
/development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/camera/
DCameraPreview.java77 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgles3jni.cpp137 void Renderer::resize(int w, int h) { in resize()
152 void Renderer::calcSceneParams(unsigned int w, unsigned int h, in calcSceneParams()
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
DCameraHelper.java50 List<Camera.Size> previewSizes, int w, int h) { in getOptimalVideoSize()
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
DCameraHelper.java50 List<Camera.Size> previewSizes, int w, int h) { in getOptimalVideoSize()
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DCameraHelper.java50 List<Camera.Size> previewSizes, int w, int h) { in getOptimalVideoSize()
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dapp-android.c56 Java_com_example_SanAngeles_DemoRenderer_nativeResize( JNIEnv* env, jobject thiz, jint w, jint h ) in Java_com_example_SanAngeles_DemoRenderer_nativeResize()
/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.h432 inline void db_GenerateHomographyLut(float ** lut_x,float ** lut_y,int w,int h,const double H[9]) in db_GenerateHomographyLut()
480 …void db_WarpImageLutFast_rgb(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLutFast_rgb()
526 … db_WarpImageLutBilinear_rgb(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLutBilinear_rgb()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DCameraFragment.java286 private Size getOptimalPreviewSize(List<Size> sizes, int w, int h) { in getOptimalPreviewSize()
321 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()

1234