Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/stack/common/
Dcam_list.h43 struct cam_list { struct
44 struct cam_list *next, *prev; argument
47 static inline void cam_list_init(struct cam_list *ptr) in cam_list_init()
53 static inline void cam_list_add_tail_node(struct cam_list *item, in cam_list_add_tail_node()
54 struct cam_list *head) in cam_list_add_tail_node()
56 struct cam_list *prev = head->prev; in cam_list_add_tail_node()
64 static inline void cam_list_insert_before_node(struct cam_list *item, in cam_list_insert_before_node()
65 struct cam_list *node) in cam_list_insert_before_node()
73 static inline void cam_list_del_node(struct cam_list *ptr) in cam_list_del_node()
75 struct cam_list *prev = ptr->prev; in cam_list_del_node()
[all …]
Dcam_queue.h37 struct cam_list list;
78 struct cam_list *head = NULL; in cam_queue_deq()
79 struct cam_list *pos = NULL; in cam_queue_deq()
102 struct cam_list *head = NULL; in cam_queue_flush()
103 struct cam_list *pos = NULL; in cam_queue_flush()
/device/google/marlin/camera/QCamera2/util/
DQCameraQueue.cpp196 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority()
226 struct cam_list *head = NULL; in peek()
227 struct cam_list *pos = NULL; in peek()
261 struct cam_list *head = NULL; in dequeue()
262 struct cam_list *pos = NULL; in dequeue()
301 struct cam_list *head = NULL; in dequeue()
302 struct cam_list *pos = NULL; in dequeue()
345 struct cam_list *head = NULL; in flush()
346 struct cam_list *pos = NULL; in flush()
387 struct cam_list *head = NULL; in flushNodes()
[all …]
DQCameraQueue.h65 struct cam_list list;
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c68 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head()
69 struct cam_list *pos = NULL; in mm_jpeg_queue_enq_head()
95 struct cam_list *head = NULL; in mm_jpeg_queue_deq()
96 struct cam_list *pos = NULL; in mm_jpeg_queue_deq()
140 struct cam_list *head = NULL; in mm_jpeg_queue_flush()
141 struct cam_list *pos = NULL; in mm_jpeg_queue_flush()
169 struct cam_list *head = NULL; in mm_jpeg_queue_peek()
170 struct cam_list *pos = NULL; in mm_jpeg_queue_peek()
Dmm_jpeg.c3165 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_client_id()
3166 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_client_id()
3199 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_session_id()
3200 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_session_id()
3233 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_job_id()
3234 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_job_id()
3279 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_unlk()
3280 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_unlk()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c111 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue()
112 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue()
139 struct cam_list *head = NULL; in mm_qcamera_queue_flush()
140 struct cam_list *pos = NULL; in mm_qcamera_queue_flush()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2419 struct cam_list *head = NULL; in mm_channel_validate_super_buf()
2420 struct cam_list *pos = NULL; in mm_channel_validate_super_buf()
2729 struct cam_list *head = NULL; in mm_channel_superbuf_comp_and_enqueue()
2730 struct cam_list *pos = NULL; in mm_channel_superbuf_comp_and_enqueue()
2733 struct cam_list *last_buf, *insert_before_buf, *last_buf_ptr; in mm_channel_superbuf_comp_and_enqueue()
3030 struct cam_list *head = NULL; in mm_channel_superbuf_dequeue_internal()
3031 struct cam_list *pos = NULL; in mm_channel_superbuf_dequeue_internal()
3083 struct cam_list *head = NULL; in mm_channel_superbuf_dequeue_frame_internal()
3084 struct cam_list *pos = NULL; in mm_channel_superbuf_dequeue_frame_internal()
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h257 struct cam_list list;
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h190 struct cam_list list;