Home
last modified time | relevance | path

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

123456789

/packages/apps/LegacyCamera/jni/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()
/packages/modules/NetworkStack/tests/unit/src/android/net/util/
DPacketReaderTest.java77 public UdpLoopbackReader(Handler h) { in UdpLoopbackReader()
160 final Handler h = mHandlerThread.getThreadHandler(); in testBasicWorking() local
194 public NullPacketReader(Handler h, int recvbufsize) { in NullPacketReader()
204 final Handler h = mHandlerThread.getThreadHandler(); in testMinimalRecvBufSize() local
/packages/modules/NetworkStack/src/android/net/util/
DPacketReader.java38 protected PacketReader(Handler h) { in PacketReader()
42 protected PacketReader(Handler h, int recvBufSize) { in PacketReader()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DBitmapUtil.java47 public static Bitmap decodeByteArray(byte[] src, int w, int h) { in decodeByteArray()
74 public static Bitmap decodeByteArrayWithCenterCrop(byte[] src, int w, int h) { in decodeByteArrayWithCenterCrop()
96 public static Bitmap centerCrop(final Bitmap src, final int w, final int h) { in centerCrop()
131 public static Bitmap crop(final Bitmap src, final int w, final int h, in crop()
/packages/services/Telephony/tests/src/com/android/
DTelephonyTestBase.java58 protected final void waitForHandlerAction(Handler h, long timeoutMillis) { in waitForHandlerAction()
70 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { in waitForHandlerActionDelayed()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomTestCase.java52 protected static void waitForHandlerAction(Handler h, long timeoutMillis) { in waitForHandlerAction()
64 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { in waitForHandlerActionDelayed()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
DColorExtractionAlgorithm.java115 float[] h = fit(palette.h, hsl[0], fitIndex, in extractInto() local
162 private int getColorInt(int fitIndex, float[] h, float[] s, float[] l) { in getColorInt()
213 private static int bestFit(@NonNull TonalPalette palette, float h, float s, float l) { in bestFit()
232 private static TonalPalette findTonalPalette(float h, float s) { in findTonalPalette()
285 final float[] h; field in ColorExtractionAlgorithm.TonalPalette
291 TonalPalette(float[] h, float[] s, float[] l) { in TonalPalette()
757 boolean containsColor(float h, float s, float l) { in containsColor()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterShadows.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); in nativeApplyFilter()
52 int h = bitmap.getHeight(); in apply() local
DImageFilterExposure.java43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); in nativeApplyFilter()
51 int h = bitmap.getHeight(); in apply() local
DImageFilterVibrance.java43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); in nativeApplyFilter()
51 int h = bitmap.getHeight(); in apply() local
DImageFilterEdge.java39 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float p); in nativeApplyFilter()
47 int h = bitmap.getHeight(); in apply() local
DImageFilterContrast.java45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength); in nativeApplyFilter()
53 int h = bitmap.getHeight(); in apply() local
DImageFilterNegative.java26 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); in nativeApplyFilter()
36 int h = bitmap.getHeight(); in apply() local
DImageFilterSaturated.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float saturation); in nativeApplyFilter()
52 int h = bitmap.getHeight(); in apply() local
DImageFilterHue.java47 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float []matrix); in nativeApplyFilter()
55 int h = bitmap.getHeight(); in apply() local
DImageFilterWBalance.java50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int locX, int locY); in nativeApplyFilter()
55 int h = bitmap.getHeight(); in apply() local
DImageFilterBwFilter.java45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int r, int g, int b); in nativeApplyFilter()
53 int h = bitmap.getHeight(); in apply() local
DImageFilterHighlights.java48 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float[] luminanceMap); in nativeApplyFilter()
69 int h = bitmap.getHeight(); in apply() local
DImageFilterRedEye.java50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, short[] matrix); in nativeApplyFilter()
61 int h = bitmap.getHeight(); in apply() local
DImageFilterVignette.java61 Bitmap bitmap, int w, int h, int cx, int cy, float radx, float rady, in nativeApplyFilter()
64 private float calcRadius(float cx, float cy, int w, int h) { in calcRadius()
89 int h = getInPixelsAllocation().getType().getY(); in runFilter() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageVignette.java80 public void setRadius(float w, float h) { in setRadius()
142 int h = MasterImage.getImage().getOriginalBounds().height(); in onTouchEvent() local
200 float h = MasterImage.getImage().getOriginalBounds().height(); in computeEllipses() local
217 public void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged()
229 float h = MasterImage.getImage().getOriginalBounds().height(); in onDraw() local
/packages/apps/LegacyCamera/jni/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()
/packages/services/Car/evs/app/
DTexWrapper.h36 unsigned h; variable
/packages/apps/Gallery/src/com/android/camera/
DGalleryPickerItem.java71 final int h = getHeight(); in onDraw() local
89 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java68 private static int computeInitialSampleSize(int w, int h, in computeInitialSampleSize()
86 public static int computeSampleSizeLarger(int w, int h, in computeSampleSizeLarger()
150 int h = bitmap.getHeight(); in resizeAndCropCenter() local
181 int h = source.getHeight(); in rotateBitmap() local

123456789