Searched refs:position (Results 1 - 18 of 18) sorted by relevance

/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/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp316 if (position >= MAX_EXIF_TAGS_SUPPORTED) {
328 table[position].GpsTag = TRUE;
329 table[position].Tag = GpsTagNameToValue(tag);
332 table[position].GpsTag = FALSE;
333 table[position].Tag = TagNameToValue(tag);
341 table[position].DataLength = 0;
342 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1));
344 if (table[position].Value) {
345 memcpy(table[position].Value, value, value_length + 1);
346 table[position]
[all...]
/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/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmPresetList.java133 /* Get the selected item out of the Adapter by its position. */
134 final Integer index = menuInfo.position;
/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...]
H A DQCamera2HWI.cpp1210 switch(gCamCapability[cameraId]->position) {
1220 ALOGE("%s:Unknown position type for camera id:%d", __func__, cameraId);
1806 // The focus position is locked after autoFocus call.
1823 // the focus mode to auto, and run a full autofocus cycle. The focus position
/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/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/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/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c97 if (cam_cap->position == CAM_POSITION_BACK) {
/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/
H A DQCamera_Intf.h174 cam_position_t position; member in struct:__anon651
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp312 /* Calculates the destination position based on the action safe rectangle */
346 // calculate the position ratio
352 //Calculate the position...
899 Dim position(pos.left, pos.top, posW, posH);
900 ov->setPosition(position, dest);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp248 /* Calculates the destination position based on the action safe rectangle */
288 // calculate the position ratio
294 //Calculate the position...
841 Dim position(pos.left, pos.top, posW, posH);
842 ov->setPosition(position, dest);
907 // Convert position to hwc_rect_t
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp273 /* Calculates the destination position based on the action safe rectangle */
307 // calculate the position ratio
313 //Calculate the position...
859 Dim position(pos.left, pos.top, posW, posH);
860 ov->setPosition(position, dest);

Completed in 5751 milliseconds