Searched refs:pos (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c68 struct cam_list *pos = NULL; local
72 pos = head->next;
73 if (pos != head) {
74 node = member_of(pos, mm_jpeg_q_node_t, list);
112 struct cam_list *pos = NULL; local
116 pos = head->next;
118 while(pos != head) {
119 node = member_of(pos, mm_jpeg_q_node_t, list);
129 pos = pos
141 struct cam_list *pos = NULL; local
[all...]
H A Dmm_jpeg.c2344 struct cam_list *pos = NULL; local
2348 pos = head->next;
2349 while(pos != head) {
2350 node = member_of(pos, mm_jpeg_q_node_t, list);
2362 pos = pos->next;
2378 struct cam_list *pos = NULL; local
2382 pos = head->next;
2383 while(pos != head) {
2384 node = member_of(pos, mm_jpeg_q_node_
2412 struct cam_list *pos = NULL; local
2445 struct cam_list *pos = NULL; local
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_queue.h75 struct cam_list *pos = NULL; local
79 pos = head->next;
80 if (pos != head) {
81 node = member_of(pos, cam_node_t, list);
99 struct cam_list *pos = NULL; local
103 pos = head->next;
105 while(pos != head) {
106 node = member_of(pos, cam_node_t, list);
107 pos = pos
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dhevc_utils.cpp139 uint32 pos = 0; local
147 coef2 = buffer[pos++];
148 coef3 = buffer[pos++];
151 if (pos >= buffer_length) {
158 coef3 = buffer[pos++];
167 nal_len |= buffer[pos++]<<(size_of_nal_length_field<<3);
181 if (pos + 2 > (nal_len + sizeofNalLengthField)) {
186 nalu_type = (buffer[pos] & 0x7E)>>1 ; //=== nal_unit_type
188 DEBUG_PRINT_LOW("\n@#@# Pos = %x NalType = %x buflen = %d", pos-1, nalu_type, buffer_length);
208 bFirstSliceInPic = ((buffer[pos
[all...]
H A Dh264_utils.cpp75 : begin (_begin), end(_end), pos (- 1), bit (0),
90 //return static_cast<uint32> (*pos);
91 return static_cast<uint32> (begin[pos]);
97 ++pos;
98 //if (pos >= stop)
99 if (begin + pos == end) {
107 //cursor |= static_cast<uint32> (*pos);
108 cursor |= static_cast<uint32> (begin[pos]);
247 uint32 pos = 0; local
256 coef2 = buffer[pos
[all...]
/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.cpp190 struct cam_list *pos = NULL; local
195 pos = head->next;
197 pos = head->prev;
199 if (pos != head) {
200 node = member_of(pos, camera_q_node, list);
227 struct cam_list *pos = NULL; local
231 pos = head->next;
233 while(pos != head) {
234 node = member_of(pos, camera_q_node, list);
235 pos
266 struct cam_list *pos = NULL; local
[all...]
/hardware/ti/wlan/mac80211/ti-utils/
H A Dini.c33 char *pos, *end, *sstart; local
37 pos = s;
40 while (*pos == ' ' || *pos == '\t' || *pos == '\r') {
41 pos++;
45 if (*pos == '#' || *pos == '\n' || *pos == '\0') {
53 sstart = strchr(pos, '"');
95 char *pos = line; local
1049 char buf[1024], *pos; local
1084 char buf[1024], *pos; local
[all...]
H A Dcalibrator.c235 int fd, pos; local
243 pos = read(fd, buf, sizeof(buf) - 1);
244 if (pos < 0) {
248 buf[pos] = '\0';
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c328 char *pos, *end, *custom, *buf; local
330 pos = data;
333 while (pos + IW_EV_LCP_LEN <= end) {
336 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
343 custom = pos + IW_EV_POINT_LEN;
353 os_memcpy(dpos, pos + IW_EV_LCP_LEN,
356 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));
452 pos += iwe->len;
970 struct wext_scan_data *res, char *pos,
974 char *custom = pos
969 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1103 u8 *pos, *end, *ssid_ie = NULL, *rate_ie = NULL; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dh264_utils.cpp79 : begin (_begin), end(_end), pos (- 1), bit (0),
94 //return static_cast<uint32> (*pos);
95 return static_cast<uint32> (begin[pos]);
101 ++pos;
102 //if (pos >= stop)
103 if (begin + pos == end)
112 //cursor |= static_cast<uint32> (*pos);
113 cursor |= static_cast<uint32> (begin[pos]);
257 uint32 pos = 0; local
266 coef2 = buffer[pos
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1557 struct cam_list *pos = NULL; local
1594 pos = head->next;
1600 while (pos != head) {
1601 node = member_of(pos, cam_node_t, list);
1606 pos = pos->next;
1617 last_buf = pos;
1622 insert_before_buf = pos;
1625 pos = pos
1754 struct cam_list *pos = NULL; local
[all...]
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxRdsConfig.java367 int pos = 1;
371 pos = 0;
375 pos = 1;
379 pos = 2;
383 spnChannelSpacing.setSelection(pos);
H A DFmRxApp.java548 Integer pos = new Integer(index.intValue() + 1);
551 item.put(ITEM_KEY, pos.toString());
575 Integer pos = new Integer(index.intValue() + 1);
578 item.put(ITEM_KEY, pos.toString());
591 Integer pos = new Integer(index.intValue() + 1);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp887 const hwc_rect_t& pos, const MetaData_t *metadata,
897 int posW = pos.right - pos.left;
898 int posH = pos.bottom - pos.top;
899 Dim position(pos.left, pos.top, posW, posH);
885 configMdp(Overlay *ov, const PipeArgs& parg, const eTransform& orient, const hwc_rect_t& crop, const hwc_rect_t& pos, const MetaData_t *metadata, const eDest& dest) argument
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp829 const hwc_rect_t& pos, const MetaData_t *metadata,
839 int posW = pos.right - pos.left;
840 int posH = pos.bottom - pos.top;
841 Dim position(pos.left, pos.top, posW, posH);
827 configMdp(Overlay *ov, const PipeArgs& parg, const eTransform& orient, const hwc_rect_t& crop, const hwc_rect_t& pos, const MetaData_t *metadata, const eDest& dest) argument
H A Dhwc_utils.h224 const hwc_rect_t& pos, const MetaData_t *metadata,
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp847 const hwc_rect_t& pos, const MetaData_t *metadata,
857 int posW = pos.right - pos.left;
858 int posH = pos.bottom - pos.top;
859 Dim position(pos.left, pos.top, posW, posH);
845 configMdp(Overlay *ov, const PipeArgs& parg, const eTransform& orient, const hwc_rect_t& crop, const hwc_rect_t& pos, const MetaData_t *metadata, const eDest& dest) argument
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp64 void movePointerTo(mp4StreamType *psBits, int32 pos) argument
67 if (pos < 0)
69 pos = 0;
72 byte_pos = pos >> 3;
81 FlushBits(psBits, ((pos & 0x7) + ((byte_pos & 0x3) << 3)));
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp3084 char *pos = NULL; local
3103 pos = strstr(supportedResolutions, tmpBuffer);
3104 if ( NULL == pos )
3123 char *pos = NULL; local
3141 pos = strstr(supportedParams, param);
3142 if ( NULL == pos )
3161 char *pos = NULL; local
3182 pos = strstr(supportedParams, tmpBuffer);
3183 if ( NULL == pos )
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h177 int32 pos; member in class:RbspParser
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h182 int32 pos; member in class:RbspParser
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapabilities.cpp1027 char *pos = strstr(params->get(CameraProperties::SUPPORTED_FOCUS_MODES), DEFAULT_FOCUS_MODE_PREFERRED); local
1028 if ( NULL != pos )
/hardware/ril/libril/
H A Dril.cpp1394 int pos = p.dataPosition(); local
1399 p2.appendFrom(&p, 0, pos);
1404 p2.setDataPosition(pos);
1407 p.setDataPosition(pos);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp4119 int ExynosCameraHWInterface::m_calibratePosition(int w, int new_w, int pos) argument
4121 return (float)(pos * new_w) / (float)w;

Completed in 917 milliseconds