Home
last modified time | relevance | path

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

/device/samsung/crespo/include/
Dsec_utils.h234 #define GET_32BPP_FRAME_SIZE(w, h) (((w) * (h)) << 2) argument
235 #define GET_24BPP_FRAME_SIZE(w, h) (((w) * (h)) * 3) argument
236 #define GET_16BPP_FRAME_SIZE(w, h) (((w) * (h)) << 1) argument
238 inline unsigned int FRAME_SIZE(int HAL_PIXEL_FORMAT, int w, int h) in FRAME_SIZE()
Dhal_public.h145 int l, t, w, h; member
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DJoystickView.java52 int h = mJoystickBackground.getIntrinsicHeight(); in initJoystickView() local
71 int h = mJoystickBackground.getIntrinsicHeight(); in onDraw() local
DUtilities.java8 int h = d.getIntrinsicHeight(); in centerAround() local
/device/samsung/crespo/libhwcomposer/
DSecHWCUtils.h60 uint32_t h; member
65 uint32_t h; member
/device/samsung/crespo/libcamera/
DSecCameraHWInterface.cpp561 int h; in previewThread() local
615 int h = 0; in previewThread() local