Searched refs:head (Results 1 - 25 of 43) sorted by relevance

12

/device/asus/flo/camera/QCamera2/stack/common/
H A Dcam_queue.h38 cam_node_t head; /* dummy head */ member in struct:__anon76
46 cam_list_init(&queue->head.list);
63 cam_list_add_tail_node(&node->list, &queue->head.list);
74 struct cam_list *head = NULL; local
78 head = &queue->head.list;
79 pos = head->next;
80 if (pos != head) {
98 struct cam_list *head local
[all...]
H A Dcam_list.h53 struct cam_list *head)
55 struct cam_list *prev = head->prev;
57 head->prev = item;
58 item->next = head;
52 cam_list_add_tail_node(struct cam_list *item, struct cam_list *head) argument
/device/lge/hammerhead/camera/QCamera2/stack/common/
H A Dcam_queue.h38 cam_node_t head; /* dummy head */ member in struct:__anon566
46 cam_list_init(&queue->head.list);
63 cam_list_add_tail_node(&node->list, &queue->head.list);
74 struct cam_list *head = NULL; local
78 head = &queue->head.list;
79 pos = head->next;
80 if (pos != head) {
98 struct cam_list *head local
[all...]
H A Dcam_list.h53 struct cam_list *head)
55 struct cam_list *prev = head->prev;
57 head->prev = item;
58 item->next = head;
52 cam_list_add_tail_node(struct cam_list *item, struct cam_list *head) argument
/device/moto/shamu/camera/QCamera2/stack/common/
H A Dcam_queue.h38 cam_node_t head; /* dummy head */ member in struct:__anon1625
46 cam_list_init(&queue->head.list);
63 cam_list_add_tail_node(&node->list, &queue->head.list);
74 struct cam_list *head = NULL; local
78 head = &queue->head.list;
79 pos = head->next;
80 if (pos != head) {
98 struct cam_list *head local
[all...]
H A Dcam_list.h53 struct cam_list *head)
55 struct cam_list *prev = head->prev;
57 head->prev = item;
58 item->next = head;
52 cam_list_add_tail_node(struct cam_list *item, struct cam_list *head) argument
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
67 struct cam_list *head = NULL; local
71 head = &queue->head.list;
72 pos = head->next;
73 if (pos != head) {
111 struct cam_list *head = NULL; local
115 head = &queue->head
140 struct cam_list *head = NULL; local
[all...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
67 struct cam_list *head = NULL; local
71 head = &queue->head.list;
72 pos = head->next;
73 if (pos != head) {
111 struct cam_list *head = NULL; local
115 head = &queue->head
140 struct cam_list *head = NULL; local
[all...]
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
68 struct cam_list *head = NULL; local
72 head = &queue->head.list;
73 pos = head->next;
74 if (pos != head) {
89 struct cam_list *head = NULL; local
93 head = &queue->head
133 struct cam_list *head = NULL; local
[all...]
H A Dmm_jpeg.c1327 struct cam_list *head = NULL; local
1331 head = &queue->head.list;
1332 pos = head->next;
1333 while(pos != head) {
1360 struct cam_list *head = NULL; local
1364 head = &queue->head.list;
1365 pos = head->next;
1366 while(pos != head) {
1392 struct cam_list *head = NULL; local
[all...]
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
65 struct cam_list *head = NULL; local
77 head = &queue->head.list;
78 pos = head->next;
92 struct cam_list *head = NULL; local
96 head = &queue->head.list;
97 pos = head
136 struct cam_list *head = NULL; local
165 struct cam_list *head = NULL; local
[all...]
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c37 cam_list_init(&queue->head.list);
55 cam_list_add_tail_node(&node->list, &queue->head.list);
67 struct cam_list *head = NULL; local
71 head = &queue->head.list;
72 pos = head->next;
73 if (pos != head) {
111 struct cam_list *head = NULL; local
115 head = &queue->head
[all...]
H A Dmm_jpeg.c1209 struct cam_list *head = NULL; local
1213 head = &queue->head.list;
1214 pos = head->next;
1215 while(pos != head) {
1239 struct cam_list *head = NULL; local
1243 head = &queue->head.list;
1244 pos = head->next;
1245 while(pos != head) {
1270 struct cam_list *head = NULL; local
[all...]
/device/lge/mako/camera/QCamera/stack/common/
H A Dcam_list.h53 struct cam_list *head)
55 struct cam_list *prev = head->prev;
57 head->prev = item;
58 item->next = head;
52 cam_list_add_tail_node(struct cam_list *item, struct cam_list *head) argument
/device/moto/shamu/camera/QCamera/stack/common/
H A Dcam_list.h53 struct cam_list *head)
55 struct cam_list *prev = head->prev;
57 head->prev = item;
58 item->next = head;
52 cam_list_add_tail_node(struct cam_list *item, struct cam_list *head) argument
/device/asus/flo/camera/QCamera2/util/
H A DQCameraQueue.cpp142 * head of the queue
180 * @bFromHead : if true, dequeue from the head
189 struct cam_list *head = NULL; local
193 head = &m_head.list;
195 pos = head->next;
197 pos = head->prev;
199 if (pos != head) {
226 struct cam_list *head = NULL; local
230 head = &m_head.list;
231 pos = head
265 struct cam_list *head = NULL; local
[all...]
/device/lge/hammerhead/camera/QCamera2/util/
H A DQCameraQueue.cpp167 * head of the queue
212 * @bFromHead : if true, dequeue from the head
221 struct cam_list *head = NULL; local
226 head = &m_head.list;
228 pos = head->next;
230 pos = head->prev;
232 if (pos != head) {
260 struct cam_list *head = NULL; local
265 head = &m_head.list;
266 pos = head
302 struct cam_list *head = NULL; local
[all...]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_queue.c110 struct cam_list *head = NULL; local
114 head = &queue->m_head.list;
116 pos = head->next;
118 pos = head->prev;
120 if (pos != head) {
138 struct cam_list *head = NULL; local
146 head = &queue->m_head.list;
147 pos = head->next;
149 while(pos != head) {
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_data.c52 cam_list_init(&queue->head.list);
70 cam_list_add_tail_node(&node->list, &queue->head.list);
82 struct cam_list *head = NULL; local
86 head = &queue->head.list;
87 pos = head->next;
88 if (pos != head) {
114 struct cam_list *head = NULL; local
118 head = &queue->head
[all...]
H A Dmm_camera_channel.c1280 struct cam_list *head = NULL; local
1310 head = &queue->que.head.list;
1312 pos = head->next;
1313 while (pos != head) {
1328 if (pos == head) {
1344 //cam_list_add_tail_node(&node->list, &queue->que.head.list);
1345 cam_list_add_tail_node(&new_node->list, &queue->que.head.list);
1442 struct cam_list *head = NULL; local
1446 head
1471 struct cam_list *head = NULL; local
[all...]
/device/moto/shamu/camera/QCamera2/util/
H A DQCameraQueue.cpp167 * head of the queue
212 * @bFromHead : if true, dequeue from the head
221 struct cam_list *head = NULL; local
226 head = &m_head.list;
228 pos = head->next;
230 pos = head->prev;
232 if (pos != head) {
260 struct cam_list *head = NULL; local
265 head = &m_head.list;
266 pos = head
302 struct cam_list *head = NULL; local
347 struct cam_list *head = NULL; local
[all...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_data.c53 cam_list_init(&queue->head.list);
71 cam_list_add_tail_node(&node->list, &queue->head.list);
83 struct cam_list *head = NULL; local
87 head = &queue->head.list;
88 pos = head->next;
89 if (pos != head) {
115 struct cam_list *head = NULL; local
119 head = &queue->head
[all...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_pp.c677 cam_list_init(&queue->head.list);
695 cam_list_add_tail_node(&node->list, &queue->head.list);
707 struct cam_list *head = NULL; local
711 head = &queue->head.list;
712 pos = head->next;
713 if (pos != head) {
732 struct cam_list *head = NULL; local
736 head = &queue->head
761 struct cam_list *head = NULL; local
[all...]
/device/lge/mako/camera/mm-camera-interface/
H A Dmm_camera_stream.c70 tmp = q->head;
73 if(q->head == q->tail) {
74 q->head = NULL;
77 q->head = tmp->next;
88 if(q->head == NULL) {
89 q->head = node;
103 tmp = q->head;
106 if(q->head == q->tail) {
107 q->head = NULL;
110 q->head
[all...]
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h48 mm_jpeg_q_node_t head; /* dummy head */ member in struct:__anon1040

Completed in 358 milliseconds

12