Home
last modified time | relevance | path

Searched refs:cam_list (Results 1 – 15 of 15) sorted by relevance

/device/asus/flo/camera/QCamera2/stack/common/
Dcam_list.h42 struct cam_list { struct
43 struct cam_list *next, *prev; argument
46 static inline void cam_list_init(struct cam_list *ptr) in cam_list_init()
52 static inline void cam_list_add_tail_node(struct cam_list *item, in cam_list_add_tail_node()
53 struct cam_list *head) in cam_list_add_tail_node()
55 struct cam_list *prev = head->prev; in cam_list_add_tail_node()
63 static inline void cam_list_insert_before_node(struct cam_list *item, in cam_list_insert_before_node()
64 struct cam_list *node) in cam_list_insert_before_node()
72 static inline void cam_list_del_node(struct cam_list *ptr) in cam_list_del_node()
74 struct cam_list *prev = ptr->prev; in cam_list_del_node()
[all …]
Dcam_queue.h33 struct cam_list list;
74 struct cam_list *head = NULL; in cam_queue_deq()
75 struct cam_list *pos = NULL; in cam_queue_deq()
98 struct cam_list *head = NULL; in cam_queue_flush()
99 struct cam_list *pos = NULL; in cam_queue_flush()
/device/lge/mako/camera/QCamera/stack/common/
Dcam_list.h42 struct cam_list { struct
43 struct cam_list *next, *prev; argument
46 static inline void cam_list_init(struct cam_list *ptr) in cam_list_init()
52 static inline void cam_list_add_tail_node(struct cam_list *item, in cam_list_add_tail_node()
53 struct cam_list *head) in cam_list_add_tail_node()
55 struct cam_list *prev = head->prev; in cam_list_add_tail_node()
63 static inline void cam_list_del_node(struct cam_list *ptr) in cam_list_del_node()
65 struct cam_list *prev = ptr->prev; in cam_list_del_node()
66 struct cam_list *next = ptr->next; in cam_list_del_node()
/device/asus/flo/camera/QCamera2/util/
DQCameraQueue.cpp162 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority()
189 struct cam_list *head = NULL; in dequeue()
190 struct cam_list *pos = NULL; in dequeue()
226 struct cam_list *head = NULL; in flush()
227 struct cam_list *pos = NULL; in flush()
265 struct cam_list *head = NULL; in flushNodes()
266 struct cam_list *pos = NULL; in flushNodes()
DQCameraQueue.h54 struct cam_list list;
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c67 struct cam_list *head = NULL; in mm_jpeg_queue_deq()
68 struct cam_list *pos = NULL; in mm_jpeg_queue_deq()
111 struct cam_list *head = NULL; in mm_jpeg_queue_flush()
112 struct cam_list *pos = NULL; in mm_jpeg_queue_flush()
140 struct cam_list *head = NULL; in mm_jpeg_queue_peek()
141 struct cam_list *pos = NULL; in mm_jpeg_queue_peek()
Dmm_jpeg.c2266 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_client_id()
2267 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_client_id()
2300 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_session_id()
2301 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_session_id()
2334 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_job_id()
2335 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_job_id()
2367 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_unlk()
2368 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_unlk()
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c67 struct cam_list *head = NULL; in mm_jpeg_queue_deq()
68 struct cam_list *pos = NULL; in mm_jpeg_queue_deq()
111 struct cam_list *head = NULL; in mm_jpeg_queue_flush()
112 struct cam_list *pos = NULL; in mm_jpeg_queue_flush()
Dmm_jpeg.c1209 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_client_id()
1210 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_client_id()
1239 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_job_id()
1240 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_job_id()
1270 struct cam_list *head = NULL; in mm_jpeg_queue_update_flag()
1271 struct cam_list *pos = NULL; in mm_jpeg_queue_update_flag()
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_data.c82 struct cam_list *head = NULL; in mm_camera_queue_deq()
83 struct cam_list *pos = NULL; in mm_camera_queue_deq()
114 struct cam_list *head = NULL; in mm_camera_queue_flush()
115 struct cam_list *pos = NULL; in mm_camera_queue_flush()
Dmm_camera_channel.c1280 struct cam_list *head = NULL; in mm_channel_superbuf_comp_and_enqueue()
1281 struct cam_list *pos = NULL; in mm_channel_superbuf_comp_and_enqueue()
1442 struct cam_list *head = NULL; in mm_channel_superbuf_dequeue_internal()
1443 struct cam_list *pos = NULL; in mm_channel_superbuf_dequeue_internal()
1471 struct cam_list *head = NULL; in mm_channel_superbuf_dequeue()
1472 struct cam_list *pos = NULL; in mm_channel_superbuf_dequeue()
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h43 struct cam_list list;
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h48 struct cam_list list;
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c1554 struct cam_list *head = NULL; in mm_channel_superbuf_comp_and_enqueue()
1555 struct cam_list *pos = NULL; in mm_channel_superbuf_comp_and_enqueue()
1558 struct cam_list *last_buf, *insert_before_buf; in mm_channel_superbuf_comp_and_enqueue()
1751 struct cam_list *head = NULL; in mm_channel_superbuf_dequeue_internal()
1752 struct cam_list *pos = NULL; in mm_channel_superbuf_dequeue_internal()
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera.h61 struct cam_list list;