/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | Utilities.java | 9 int left = x - w / 2; in centerAround() local 11 int right = left + w; in centerAround() 13 d.setBounds(left, top, right, bottom); in centerAround()
|
D | Slider.java | 64 position = Math.max(0, (x - r.left) / r.width()); 111 mBackground.setBounds(r.left + 10, lineY - bgH, r.right - 10, lineY in onDraw() 115 int indicatorX = (int) ((r.width() - kMargin) * mPosition) + r.left in onDraw()
|
/device/lge/mako/camera/inc/ |
D | omx_jpeg_ext.h | 96 int left; member 111 int32_t left; member
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 49 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 50 (left, right, bottom, top, zNear, zFar)) 53 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 54 (left, right, bottom, top, zNear, zFar))
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() argument 98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar); in glFrustumf() 186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() argument 188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar); in glOrthof() 436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() argument 438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar); in glFrustumx() 616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() argument 618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar); in glOrthox() 886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES() argument 888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar); in glFrustumxOES() [all …]
|
D | egl.cpp | 660 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGL… in eglSetSwapRectangleANDROID() argument 662 return getDispatch()->eglSetSwapRectangleANDROID(dpy, draw, left, top, width, height); in eglSetSwapRectangleANDROID()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 17 …void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… 35 …void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa… 84 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 120 …void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa… 193 …void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe… 212 …void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … 249 …void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa… 250 …void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat … 357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() argument 360 ctx->glFrustumf(ctx, left, right, bottom, top, zNear, zFar); in glFrustumf() [all …]
|
D | gl_enc.h | 32 …void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat… 50 …void glOrthof_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z… 99 …void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed… 135 …void glOrthox_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed z… 208 …void glFrustumxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… 227 …void glOrthoxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe… 264 …void glFrustumfOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl… 265 …void glOrthofOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloa…
|
D | gl_enc.cpp | 152 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glFrustumf_enc() argument 164 memcpy(ptr, &left, 4); ptr += 4; in glFrustumf_enc() 475 void glOrthof_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zN… in glOrthof_enc() argument 487 memcpy(ptr, &left, 4); ptr += 4; in glOrthof_enc() 1279 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glFrustumx_enc() argument 1291 memcpy(ptr, &left, 4); ptr += 4; in glFrustumx_enc() 1866 void glOrthox_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zN… in glOrthox_enc() argument 1878 memcpy(ptr, &left, 4); ptr += 4; in glOrthox_enc() 3121 void glFrustumxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix… in glFrustumxOES_enc() argument 3133 memcpy(ptr, &left, 4); ptr += 4; in glFrustumxOES_enc() [all …]
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_display.c | 410 int left = x; in draw_rect() local 415 for (i = left; i < right; i++) { in draw_rect() 420 buf[i*buf_w+left] = 0xff; in draw_rect() 484 e->src_rect.x = crop->c.left; in v4l2_render()
|
/device/sample/skins/WVGAMedDpi/ |
D | layout | 27 soft-left { 52 dpad-left {
|
/device/google/accessory/demokit/hardware/fab/shield/ |
D | README.txt | 34 on left and right edges. There is 1 6-pin header and 5 8-pin headers. These
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/ |
D | mm_jpeg_test.c | 239 p_job_params->main_dim.crop.left = 0; in encode_init() 249 p_job_params->thumb_dim.crop.left = 0; in encode_init()
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 1381 scalerCropRegion[0] = hScalerCropRegion->left; in translateCbMetadataToResultMetadata() 1479 region[0] = rect.left; in convertToRegions() 1481 region[2] = rect.left + rect.width; in convertToRegions() 1510 roi->rect.left = x_min; in convertFromRegions() 1531 int32_t roi_x_max = roi->rect.width + roi->rect.left; in resetIfNeededROI() 1534 int32_t crop_y_max = scalerCropRegion->height + scalerCropRegion->left; in resetIfNeededROI() 1535 if ((roi_x_max < scalerCropRegion->left) || in resetIfNeededROI() 1537 (roi->rect.left > crop_x_max) || in resetIfNeededROI() 1541 if (roi->rect.left < scalerCropRegion->left) { in resetIfNeededROI() 1542 roi->rect.left = scalerCropRegion->left; in resetIfNeededROI() [all …]
|
/device/asus/flo/camera/QCamera2/stack/common/ |
D | cam_types.h | 541 int32_t left; member 1082 int32_t left; member
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
D | mm_camera_interface.h | 67 int32_t left; member
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 4291 areas[0].rect.left == 0 && in setFocusAreas() 4306 __func__, i, (areas[i].rect.top), (areas[i].rect.left), in setFocusAreas() 4310 … af_roi_value.roi[i].left = (int32_t)((areas[i].rect.left + 1000.0f) * (previewWidth / 2000.0f)); in setFocusAreas() 4370 areas[0].rect.left == 0 && in setMeteringAreas() 4388 __func__, i, (areas[i].rect.top), (areas[i].rect.left), in setMeteringAreas() 4393 … (uint32_t)(((areas[i].rect.left + areas[i].rect.width / 2) + 1000.0f) * previewWidth / 2000.0f) ; in setMeteringAreas() 5860 pAreas[index].rect.left = values[0]; in parseCameraAreaString() 5889 areas[0].rect.left == 0 && in validateCameraAreas() 5899 if(areas[i].rect.left < -1000) { in validateCameraAreas() 5914 if(areas[i].rect.left + areas[i].rect.width > 1000) { in validateCameraAreas()
|
D | QCameraStream.cpp | 355 mCropInfo.left, in processZoomDone()
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 830 if ((p_thumb_dim->crop.width + p_thumb_dim->crop.left > p_thumb_dim->src_dim.width) || in mm_jpeg_session_config_thumbnail() 836 p_thumb_dim->crop.left, in mm_jpeg_session_config_thumbnail() 858 thumbnail_info.crop_info.nLeft = p_thumb_dim->crop.left; in mm_jpeg_session_config_thumbnail() 938 if ((dim->crop.width + dim->crop.left > dim->src_dim.width) || in mm_jpeg_session_config_main_crop() 942 dim->crop.width + dim->crop.left, in mm_jpeg_session_config_main_crop() 961 rect_type_in.nLeft = dim->crop.left; in mm_jpeg_session_config_main_crop()
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 1898 v4l2_crop.snapshot.main_crop.left, in handleZoomEventForSnapshot() 1903 v4l2_crop.snapshot.thumbnail_crop.left, in handleZoomEventForSnapshot() 1934 v4l2_crop.crop.left, in handleZoomEventForPreview() 1940 v4l2_crop.crop.left, in handleZoomEventForPreview() 1942 v4l2_crop.crop.left + v4l2_crop.crop.width, in handleZoomEventForPreview()
|
/device/lge/mako/camera/ |
D | QualcommCameraHardware.cpp | 666 int left = 0; 668 while (left <= right) { 669 int index = (left + right) >> 1; 675 left = index + 1; 1081 int left, right, top, bottom, weight; in checkAreaParameters() local 1096 left = areaValues[0]; in checkAreaParameters() 1103 if (!(left >= -1000)) in checkAreaParameters() 1119 if(!(left < right)) in checkAreaParameters() 2998 zoomCropInfo.left = (crop->out1_w - crop->in1_w + 1) / 2 - 1; in runPreviewThread() 3004 if(zoomCropInfo.left < 0) zoomCropInfo.left = 0; in runPreviewThread() [all …]
|
D | QCameraHWI.cpp | 2065 v4l2_crop.snapshot.main_crop.left, in handleZoomEventForSnapshot() 2070 v4l2_crop.snapshot.thumbnail_crop.left, in handleZoomEventForSnapshot() 2101 v4l2_crop.crop.left, in handleZoomEventForPreview() 2107 v4l2_crop.crop.left, in handleZoomEventForPreview() 2109 v4l2_crop.crop.left + v4l2_crop.crop.width, in handleZoomEventForPreview()
|
/device/lge/mako/camera/mm-camera-interface/ |
D | mm_omx_jpeg_encoder.c | 612 thumbnail.left = encode_params->thumb_crop_offset->x; in omxJpegEncode() 616 thumbnail.left = 0; in omxJpegEncode()
|
D | mm_camera_interface2.h | 78 int32_t left; member
|
D | mm_camera_stream.c | 237 val->left = crop.c.left; in mm_camera_stream_util_proc_get_crop()
|