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

12

/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h48 mm_jpeg_q_node_t head; /* dummy head */ member in struct:__anon1530
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1554 struct cam_list *head = NULL; local
1590 head = &queue->que.head.list;
1592 pos = head->next;
1598 while (pos != head) {
1706 cam_list_add_tail_node(&new_node->list, &queue->que.head.list);
1751 struct cam_list *head = NULL; local
1755 head = &queue->que.head.list;
1756 pos = head
[all...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1557 struct cam_list *head = NULL; local
1593 head = &queue->que.head.list;
1595 pos = head->next;
1601 while (pos != head) {
1709 cam_list_add_tail_node(&new_node->list, &queue->que.head.list);
1754 struct cam_list *head = NULL; local
1758 head = &queue->que.head.list;
1759 pos = head
[all...]
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c2266 struct cam_list *head = NULL; local
2270 head = &queue->head.list;
2271 pos = head->next;
2272 while(pos != head) {
2300 struct cam_list *head = NULL; local
2304 head = &queue->head.list;
2305 pos = head->next;
2306 while(pos != head) {
2334 struct cam_list *head = NULL; local
2367 struct cam_list *head = NULL; local
[all...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c2444 struct cam_list *head = NULL; local
2448 head = &queue->head.list;
2449 pos = head->next;
2450 while(pos != head) {
2478 struct cam_list *head = NULL; local
2482 head = &queue->head.list;
2483 pos = head->next;
2484 while(pos != head) {
2512 struct cam_list *head = NULL; local
2545 struct cam_list *head = NULL; local
[all...]
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c2682 struct cam_list *head = NULL; local
2686 head = &queue->head.list;
2687 pos = head->next;
2688 while(pos != head) {
2716 struct cam_list *head = NULL; local
2720 head = &queue->head.list;
2721 pos = head->next;
2722 while(pos != head) {
2750 struct cam_list *head = NULL; local
2795 struct cam_list *head = NULL; local
[all...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1374 struct cam_list *head = NULL; local
1405 head = &queue->que.head.list;
1407 pos = head->next;
1408 while (pos != head) {
1423 if (pos == head) {
1440 //cam_list_add_tail_node(&node->list, &queue->que.head.list);
1441 cam_list_add_tail_node(&new_node->list, &queue->que.head.list);
1544 struct cam_list *head = NULL; local
1548 head
1573 struct cam_list *head = NULL; local
[all...]
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h53 mm_jpeg_q_node_t head; /* dummy head */ member in struct:__anon252
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h54 mm_jpeg_q_node_t head; /* dummy head */ member in struct:__anon759
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h103 mm_qcamera_q_node_t head; /* dummy head */ member in struct:__anon1491
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1972 struct cam_list *head = NULL; local
2023 head = &queue->que.head.list;
2025 pos = head->next;
2031 while (pos != head) {
2151 cam_list_add_tail_node(&new_node->list, &queue->que.head.list);
2195 struct cam_list *head = NULL; local
2199 head = &queue->que.head.list;
2200 pos = head
[all...]
/device/common/
H A Dgenerate-packages.sh44 TO_EXTRACT=`sed -n -e '/'" $COMPANY"'/,/;;/ p' $EXTRACT_LIST_FILENAME | tail -n+3 | head -n-2 | sed -e 's/\\\//g'`
/device/lge/mako/camera/mm-camera-interface/
H A Dmm_camera_notify.c135 peer_frame = peerq->head;
171 /* this is the head */
177 peer_frame = peerq->head;
181 /* this is not the head. */
243 mm_camera_frame_t *peer_frame = myq->head;;
251 /* this is the head */
261 /* this is not the head. */
288 mm_camera_frame_t *peer_frame = peerq->head;
297 /* this is the head */
307 /* this is not the head
[all...]
H A Dmm_camera.h108 mm_camera_frame_t *head; member in struct:__anon1211
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h250 mm_jpeg_q_node_t head; /* dummy head */ member in struct:__anon1917
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera.h66 mm_camera_q_node_t head; /* dummy head */ member in struct:__anon935
/device/moto/shamu/camera/QCamera/HAL/core/src/
H A DQCameraHWI.cpp3461 /* priority queue, will insert into the head of the queue */
3491 struct cam_list *head = NULL; local
3495 head = &mhead.list;
3496 pos = head->next;
3497 if (pos != head) {
3515 struct cam_list *head = NULL; local
3519 head = &mhead.list;
3520 pos = head->next;
3522 while(pos != head) {
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera.h65 mm_camera_q_node_t head; /* dummy head */ member in struct:__anon1415

Completed in 497 milliseconds

12