Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 169) sorted by relevance

1234567

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
DMap.h48 node* tmp; variable
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map()
79 tmp = head; in find()
80 while(tmp) in find()
82 if(tmp->data == d1) in find()
84 return tmp->data2; in find()
86 tmp = tmp->next; in find()
94 tmp = head; in find_ele()
95 while(tmp) in find_ele()
97 if(tmp->data == d1) in find_ele()
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
DMap.h48 node* tmp; variable
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map()
79 tmp = head; in find()
80 while(tmp) in find()
82 if(tmp->data == d1) in find()
84 return tmp->data2; in find()
86 tmp = tmp->next; in find()
94 tmp = head; in find_ele()
95 while(tmp) in find_ele()
97 if(tmp->data == d1) in find_ele()
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
DMap.h48 node* tmp; variable
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map()
79 tmp = head; in find()
80 while(tmp) in find()
82 if(tmp->data == d1) in find()
84 return tmp->data2; in find()
86 tmp = tmp->next; in find()
94 tmp = head; in find_ele()
95 while(tmp) in find_ele()
97 if(tmp->data == d1) in find_ele()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
DMap.h46 node* tmp; variable
50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map()
79 tmp = head; in find()
81 while (tmp) { in find()
82 if (tmp->data == d1) { in find()
83 return tmp->data2; in find()
86 tmp = tmp->next; in find()
95 tmp = head; in find_ele()
97 while (tmp) { in find_ele()
98 if (tmp->data == d1) { in find_ele()
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
DMap.h48 node* tmp; variable
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map()
79 tmp = head; in find()
80 while(tmp) in find()
82 if(tmp->data == d1) in find()
84 return tmp->data2; in find()
86 tmp = tmp->next; in find()
94 tmp = head; in find_ele()
95 while(tmp) in find_ele()
97 if(tmp->data == d1) in find_ele()
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
DMap.h48 node* tmp; variable
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map()
79 tmp = head; in find()
80 while(tmp) in find()
82 if(tmp->data == d1) in find()
84 return tmp->data2; in find()
86 tmp = tmp->next; in find()
94 tmp = head; in find_ele()
95 while(tmp) in find_ele()
97 if(tmp->data == d1) in find_ele()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
DMap.h47 node* tmp; variable
51 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map()
80 tmp = head; in find()
82 while (tmp) { in find()
83 if (tmp->data == d1) { in find()
84 return tmp->data2; in find()
87 tmp = tmp->next; in find()
96 tmp = head; in find_ele()
98 while (tmp) { in find_ele()
99 if (tmp->data == d1) { in find_ele()
[all …]
/hardware/qcom/gps/utils/
Dlinked_list.c140 list_element* tmp = p_list->p_head; in linked_list_add() local
143 p_list->p_head->next = tmp; in linked_list_add()
145 if( tmp != NULL ) in linked_list_add()
147 tmp->prev = p_list->p_head; in linked_list_add()
183 list_element* tmp = p_list->p_tail; in linked_list_remove() local
186 p_list->p_tail = tmp->prev; in linked_list_remove()
198 *data_obj = tmp->data_ptr; in linked_list_remove()
201 free(tmp); in linked_list_remove()
243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local
254 p_list->p_head = tmp; in linked_list_flush()
[all …]
/hardware/qcom/gps/msm8909/utils/
Dlinked_list.c140 list_element* tmp = p_list->p_head; in linked_list_add() local
143 p_list->p_head->next = tmp; in linked_list_add()
145 if( tmp != NULL ) in linked_list_add()
147 tmp->prev = p_list->p_head; in linked_list_add()
183 list_element* tmp = p_list->p_tail; in linked_list_remove() local
186 p_list->p_tail = tmp->prev; in linked_list_remove()
198 *data_obj = tmp->data_ptr; in linked_list_remove()
201 free(tmp); in linked_list_remove()
243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local
254 p_list->p_head = tmp; in linked_list_flush()
[all …]
/hardware/qcom/gps/msm8084/utils/
Dlinked_list.c140 list_element* tmp = p_list->p_head; in linked_list_add() local
143 p_list->p_head->next = tmp; in linked_list_add()
145 if( tmp != NULL ) in linked_list_add()
147 tmp->prev = p_list->p_head; in linked_list_add()
183 list_element* tmp = p_list->p_tail; in linked_list_remove() local
186 p_list->p_tail = tmp->prev; in linked_list_remove()
198 *data_obj = tmp->data_ptr; in linked_list_remove()
201 free(tmp); in linked_list_remove()
243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local
254 p_list->p_head = tmp; in linked_list_flush()
[all …]
/hardware/qcom/gps/msm8996/utils/
Dlinked_list.c140 list_element* tmp = p_list->p_head; in linked_list_add() local
143 p_list->p_head->next = tmp; in linked_list_add()
145 if( tmp != NULL ) in linked_list_add()
147 tmp->prev = p_list->p_head; in linked_list_add()
183 list_element* tmp = p_list->p_tail; in linked_list_remove() local
186 p_list->p_tail = tmp->prev; in linked_list_remove()
198 *data_obj = tmp->data_ptr; in linked_list_remove()
201 free(tmp); in linked_list_remove()
243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local
254 p_list->p_head = tmp; in linked_list_flush()
[all …]
/hardware/qcom/gps/msm8994/utils/
Dlinked_list.c140 list_element* tmp = p_list->p_head; in linked_list_add() local
143 p_list->p_head->next = tmp; in linked_list_add()
145 if( tmp != NULL ) in linked_list_add()
147 tmp->prev = p_list->p_head; in linked_list_add()
183 list_element* tmp = p_list->p_tail; in linked_list_remove() local
186 p_list->p_tail = tmp->prev; in linked_list_remove()
198 *data_obj = tmp->data_ptr; in linked_list_remove()
201 free(tmp); in linked_list_remove()
243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local
254 p_list->p_head = tmp; in linked_list_flush()
[all …]
/hardware/qcom/gps/msm8960/utils/
Dlinked_list.c140 list_element* tmp = p_list->p_head; in linked_list_add() local
143 p_list->p_head->next = tmp; in linked_list_add()
145 if( tmp != NULL ) in linked_list_add()
147 tmp->prev = p_list->p_head; in linked_list_add()
183 list_element* tmp = p_list->p_tail; in linked_list_remove() local
186 p_list->p_tail = tmp->prev; in linked_list_remove()
198 *data_obj = tmp->data_ptr; in linked_list_remove()
201 free(tmp); in linked_list_remove()
243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local
254 p_list->p_head = tmp; in linked_list_flush()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4minput.c279 unsigned char *tmp; in y4m_convert_42xpaldv_42xjpeg() local
292 tmp = _aux + 2 * c_sz; in y4m_convert_42xpaldv_42xjpeg()
297 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h); in y4m_convert_42xpaldv_42xjpeg()
305 _dst[y * c_w] = (unsigned char)OC_CLAMPI(0, (tmp[0] in y4m_convert_42xpaldv_42xjpeg()
306 … - 9 * tmp[OC_MAXI(y - 2, 0) * c_w] + 35 * tmp[OC_MAXI(y - 1, 0) * c_w] in y4m_convert_42xpaldv_42xjpeg()
307 … + 114 * tmp[y * c_w] - 17 * tmp[OC_MINI(y + 1, c_h - 1) * c_w] in y4m_convert_42xpaldv_42xjpeg()
308 … + 4 * tmp[OC_MINI(y + 2, c_h - 1) * c_w] + 64) >> 7, 255); in y4m_convert_42xpaldv_42xjpeg()
311 _dst[y * c_w] = (unsigned char)OC_CLAMPI(0, (tmp[(y - 3) * c_w] in y4m_convert_42xpaldv_42xjpeg()
312 … - 9 * tmp[(y - 2) * c_w] + 35 * tmp[(y - 1) * c_w] + 114 * tmp[y * c_w] in y4m_convert_42xpaldv_42xjpeg()
313 … - 17 * tmp[(y + 1) * c_w] + 4 * tmp[(y + 2) * c_w] + 64) >> 7, 255); in y4m_convert_42xpaldv_42xjpeg()
[all …]
/hardware/libhardware/modules/usbcamera/
DMetadata.cpp48 camera_metadata_t* tmp; in init() local
53 tmp = clone_camera_metadata(metadata); in init()
54 if (tmp == NULL) in init()
57 replace(tmp); in init()
124 camera_metadata_t* tmp; in add() local
131 tmp = allocate_camera_metadata(entry_capacity * 2, data_capacity * 2); in add()
132 if (tmp == NULL) { in add()
138 res = append_camera_metadata(tmp, mData); in add()
141 __func__, mData, tmp); in add()
145 res = add_camera_metadata_entry(tmp, tag, tag_data, count); in add()
[all …]
/hardware/libhardware/modules/camera/
DMetadata.cpp53 camera_metadata_t* tmp; in init() local
58 tmp = clone_camera_metadata(metadata); in init()
59 if (tmp == NULL) in init()
62 replace(tmp); in init()
135 camera_metadata_t* tmp; in add() local
151 tmp = allocate_camera_metadata(entry_capacity * 2, data_capacity * 2); in add()
152 if (tmp == NULL) { in add()
159 res = append_camera_metadata(tmp, mData); in add()
162 __func__, mData, tmp); in add()
167 res = add_camera_metadata_entry(tmp, tag, tag_data, count); in add()
[all …]
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_Device.c64 AKFLOAT tmp; in AKFS_Rotate() local
71 tmp = vec->u.x; in AKFS_Rotate()
73 vec->u.y = -tmp; in AKFS_Rotate()
80 tmp = vec->u.x; in AKFS_Rotate()
82 vec->u.y = tmp; in AKFS_Rotate()
90 tmp = vec->u.x; in AKFS_Rotate()
92 vec->u.y = tmp; in AKFS_Rotate()
100 tmp = vec->u.x; in AKFS_Rotate()
102 vec->u.y = -tmp; in AKFS_Rotate()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dversion.sh59 echo "${changelog_version}${git_version_id}" > $$.tmp
61 cat<<EOF>$$.tmp
72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file}
74 cat $$.tmp
76 rm $$.tmp
/hardware/qcom/display/msm8996/libmemtrack/
Dkgsl.c50 char tmp[128]; in kgsl_memtrack_get_memory() local
62 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid); in kgsl_memtrack_get_memory()
63 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
75 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid); in kgsl_memtrack_get_memory()
76 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
/hardware/qcom/display/msm8994/libmemtrack/
Dkgsl.c51 char tmp[128]; in kgsl_memtrack_get_memory() local
64 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid); in kgsl_memtrack_get_memory()
65 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
77 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid); in kgsl_memtrack_get_memory()
78 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
/hardware/qcom/display/msm8226/libmemtrack/
Dkgsl.c51 char tmp[128]; in kgsl_memtrack_get_memory() local
64 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid); in kgsl_memtrack_get_memory()
65 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
77 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid); in kgsl_memtrack_get_memory()
78 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
/hardware/qcom/display/msm8909/libmemtrack/
Dkgsl.c50 char tmp[128]; in kgsl_memtrack_get_memory() local
62 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid); in kgsl_memtrack_get_memory()
63 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
75 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid); in kgsl_memtrack_get_memory()
76 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
/hardware/qcom/display/msm8084/libmemtrack/
Dkgsl.c51 char tmp[128]; in kgsl_memtrack_get_memory() local
64 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid); in kgsl_memtrack_get_memory()
65 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
77 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid); in kgsl_memtrack_get_memory()
78 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXFD.cpp301 double tmp; in encodeFaceCoordinates() local
398 tmp = ( double ) nLeft / ( double ) previewWidth; in encodeFaceCoordinates()
399 tmp *= hRange; in encodeFaceCoordinates()
400 tmp -= hRange/2; in encodeFaceCoordinates()
401 faces[i].rect[trans_left] = tmp; in encodeFaceCoordinates()
403 tmp = ( double ) nTop / ( double )previewHeight; in encodeFaceCoordinates()
404 tmp *= vRange; in encodeFaceCoordinates()
405 tmp -= vRange/2; in encodeFaceCoordinates()
406 faces[i].rect[trans_top] = tmp; in encodeFaceCoordinates()
408 tmp = ( double ) faceData->tFacePosition[j].nWidth / ( double ) previewWidth; in encodeFaceCoordinates()
[all …]
/hardware/qcom/display/msm8960/libmemtrack/
Dkgsl.c50 char tmp[128]; in kgsl_memtrack_get_memory() local
62 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid); in kgsl_memtrack_get_memory()
63 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()
75 sprintf(tmp, "/d/kgsl/proc/%d/mem", pid); in kgsl_memtrack_get_memory()
76 fp = fopen(tmp, "r"); in kgsl_memtrack_get_memory()

1234567