Searched defs:position (Results 1 - 11 of 11) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h88 gps_tag_count(0), exif_tag_count(0), position(0),
103 unsigned int position; member in class:android::ExifElementsTable
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c997 // Find position of highest bit, counting from left, and scale number
1024 * @return highes bit position.
1027 int position; local
1028 position = 0;
1032 position += 16;
1036 position += 8;
1040 position += 4;
1044 position += 2;
1051 position -= 1;
1054 return position;
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_intf.h60 cam_position_t position; /* sensor position: front, back */ member in struct:__anon421
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2531 int facingBack = gCamCapability[cameraId]->position == CAM_POSITION_BACK;
3063 int position = paramType; local
3070 if (position == current){
3072 } else if (position < current){
3073 SET_NEXT_PARAM_ID(position, p_table, current);
3074 SET_FIRST_PARAM_ID(p_table, position);
3076 /* Search for the position in the linked list where we need to slot in*/
3077 while (position > GET_NEXT_PARAM_ID(current, p_table))
3081 if (position != GET_NEXT_PARAM_ID(current, p_table)) {
3083 SET_NEXT_PARAM_ID(current, p_table, position);
[all...]
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_cam_sensor.h332 enum camb_position_t position; member in struct:msm_sensor_init_params
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_cam_sensor.h299 /* sensor position: front, back */
300 enum camb_position_t position; member in struct:msm_sensor_init_params
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h363 unsigned char position; member in struct:__anon1312
371 unsigned char position; member in struct:__anon1313
378 unsigned char position; member in struct:__anon1314
385 unsigned char position; member in struct:__anon1315
392 unsigned char position; member in struct:__anon1316
401 unsigned char position; member in struct:__anon1317
408 unsigned char position; member in struct:__anon1318
415 unsigned char position; member in struct:__anon1319
471 unsigned short position; member in struct:__anon1323
472 /* Absolute position o
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A Dfimc-is-metadata.h92 float position[2]; member in struct:camera2_lens_sm
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimc-is-metadata.h105 float position[2]; member in struct:camera2_lens_sm
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp5975 int position = paramType; local
5982 if (position == current){
5984 } else if (position < current){
5985 SET_NEXT_PARAM_ID(position, p_table, current);
5986 SET_FIRST_PARAM_ID(p_table, position);
5988 /* Search for the position in the linked list where we need to slot in*/
5989 while (position > GET_NEXT_PARAM_ID(current, p_table))
5993 if (position != GET_NEXT_PARAM_ID(current, p_table)) {
5995 SET_NEXT_PARAM_ID(current, p_table, position);
5996 SET_NEXT_PARAM_ID(position, p_tabl
6028 int position = paramType; local
[all...]
/hardware/qcom/camera/
H A DQCamera_Intf.h174 cam_position_t position; member in struct:__anon651

Completed in 7010 milliseconds