Home
last modified time | relevance | path

Searched defs:left (Results 1 – 22 of 22) sorted by relevance

/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DUtilities.java9 int left = x - w / 2; in centerAround() local
/device/asus/fugu/dumpstate/
Ddumpstate.cpp56 int left = 0; in fugu_dump_base64() local
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp192 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_t& top, in boundToSize()
DQCamera3Channel.cpp1810 int32_t left = opticalBlackRegions[0]; in calculateBlacklevelForRaw10() local
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp192 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_t& top, in boundToSize()
DQCamera3Channel.cpp1810 int32_t left = opticalBlackRegions[0]; in calculateBlacklevelForRaw10() local
/device/google/dragon/audio/hal/dsp/
Ddrc_kernel.c572 float32x4_t x, x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local
631 float32x4_t x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local
711 __m128 x, x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local
784 __m128 x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_display.c408 int left = x; in draw_rect() local
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles.cpp96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf()
186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof()
436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx()
616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox()
886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES()
976 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… in glOrthoxOES()
1161 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… in glFrustumfOES()
1166 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… in glOrthofOES()
Degl.cpp660 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGL… in eglSetSwapRectangleANDROID()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_entry.cpp357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf()
465 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof()
761 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx()
979 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox()
1417 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES()
1531 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… in glOrthoxOES()
1757 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… in glFrustumfOES()
1763 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… in glOrthofOES()
Dgl_enc.cpp236 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glFrustumf_enc()
793 void glOrthof_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zN… in glOrthof_enc()
2067 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glFrustumx_enc()
3128 void glOrthox_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zN… in glOrthox_enc()
5120 void glFrustumxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix… in glFrustumxOES_enc()
5714 void glOrthoxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed… in glOrthoxOES_enc()
6710 void glFrustumfOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo… in glFrustumfOES_enc()
6740 void glOrthofOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat… in glOrthofOES_enc()
/device/linaro/hikey/audio/
Daudio_hw.c236 static int out_set_volume(struct audio_stream_out *stream, float left, in out_set_volume()
/device/asus/fugu/libaudio/
Daudio_hal_thunks.cpp60 float left, in out_set_volume()
/device/generic/goldfish/audio/
Daudio_hw.c177 static int out_set_volume(struct audio_stream_out *stream, float left, in out_set_volume()
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_interface.h80 int32_t left; member
/device/google/contexthub/firmware/src/
Dseos.c281 struct TaskList *left = left_idx == NO_NODE ? listHead : &mTaskPool.data[left_idx].list; in osTaskListRemoveTask() local
/device/google/dragon/audio/hal/
Daudio_hw.c2022 static int out_set_volume(struct audio_stream_out *stream, float left, in out_set_volume()
/device/htc/flounder/audio/hal/
Daudio_hw.c2897 static int out_set_volume(struct audio_stream_out *stream, float left, in out_set_volume()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_types.h658 int32_t left; member
1517 int32_t left; member
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h783 int32_t left; member
1951 int32_t left; member
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h783 int32_t left; member
1951 int32_t left; member