/device/huawei/angler/camera/QCamera2/stack/common/ |
D | cam_list.h | 44 struct cam_list { struct 45 struct cam_list *next, *prev; argument 48 static inline void cam_list_init(struct cam_list *ptr) in cam_list_init() 54 static inline void cam_list_add_tail_node(struct cam_list *item, in cam_list_add_tail_node() 55 struct cam_list *head) in cam_list_add_tail_node() 57 struct cam_list *prev = head->prev; in cam_list_add_tail_node() 65 static inline void cam_list_insert_before_node(struct cam_list *item, in cam_list_insert_before_node() 66 struct cam_list *node) in cam_list_insert_before_node() 74 static inline void cam_list_del_node(struct cam_list *ptr) in cam_list_del_node() 76 struct cam_list *prev = ptr->prev; in cam_list_del_node() [all …]
|
D | cam_queue.h | 33 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/bullhead/camera/QCamera2/stack/common/ |
D | cam_list.h | 44 struct cam_list { struct 45 struct cam_list *next, *prev; argument 48 static inline void cam_list_init(struct cam_list *ptr) in cam_list_init() 54 static inline void cam_list_add_tail_node(struct cam_list *item, in cam_list_add_tail_node() 55 struct cam_list *head) in cam_list_add_tail_node() 57 struct cam_list *prev = head->prev; in cam_list_add_tail_node() 65 static inline void cam_list_insert_before_node(struct cam_list *item, in cam_list_insert_before_node() 66 struct cam_list *node) in cam_list_insert_before_node() 74 static inline void cam_list_del_node(struct cam_list *ptr) in cam_list_del_node() 76 struct cam_list *prev = ptr->prev; in cam_list_del_node() [all …]
|
D | cam_queue.h | 33 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/moto/shamu/camera/QCamera2/stack/common/ |
D | cam_list.h | 42 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 …]
|
D | cam_queue.h | 35 struct cam_list list; 76 struct cam_list *head = NULL; in cam_queue_deq() 77 struct cam_list *pos = NULL; in cam_queue_deq() 100 struct cam_list *head = NULL; in cam_queue_flush() 101 struct cam_list *pos = NULL; in cam_queue_flush()
|
/device/moto/shamu/camera/QCamera/stack/common/ |
D | cam_list.h | 42 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/huawei/angler/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 189 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority() 219 struct cam_list *head = NULL; in peek() 220 struct cam_list *pos = NULL; in peek() 254 struct cam_list *head = NULL; in dequeue() 255 struct cam_list *pos = NULL; in dequeue() 293 struct cam_list *head = NULL; in flush() 294 struct cam_list *pos = NULL; in flush() 335 struct cam_list *head = NULL; in flushNodes() 336 struct cam_list *pos = NULL; in flushNodes() 380 struct cam_list *head = NULL; in flushNodes() [all …]
|
D | QCameraQueue.h | 61 struct cam_list list;
|
/device/lge/bullhead/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 189 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority() 219 struct cam_list *head = NULL; in peek() 220 struct cam_list *pos = NULL; in peek() 254 struct cam_list *head = NULL; in dequeue() 255 struct cam_list *pos = NULL; in dequeue() 293 struct cam_list *head = NULL; in flush() 294 struct cam_list *pos = NULL; in flush() 335 struct cam_list *head = NULL; in flushNodes() 336 struct cam_list *pos = NULL; in flushNodes() 380 struct cam_list *head = NULL; in flushNodes() [all …]
|
D | QCameraQueue.h | 61 struct cam_list list;
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 65 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() 66 struct cam_list *pos = NULL; in mm_jpeg_queue_enq_head() 92 struct cam_list *head = NULL; in mm_jpeg_queue_deq() 93 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() 136 struct cam_list *head = NULL; in mm_jpeg_queue_flush() 137 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() 165 struct cam_list *head = NULL; in mm_jpeg_queue_peek() 166 struct cam_list *pos = NULL; in mm_jpeg_queue_peek()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 65 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() 66 struct cam_list *pos = NULL; in mm_jpeg_queue_enq_head() 92 struct cam_list *head = NULL; in mm_jpeg_queue_deq() 93 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() 137 struct cam_list *head = NULL; in mm_jpeg_queue_flush() 138 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() 166 struct cam_list *head = NULL; in mm_jpeg_queue_peek() 167 struct cam_list *pos = NULL; in mm_jpeg_queue_peek()
|
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 65 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() 66 struct cam_list *pos = NULL; in mm_jpeg_queue_enq_head() 92 struct cam_list *head = NULL; in mm_jpeg_queue_deq() 93 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() 137 struct cam_list *head = NULL; in mm_jpeg_queue_flush() 138 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() 166 struct cam_list *head = NULL; in mm_jpeg_queue_peek() 167 struct cam_list *pos = NULL; in mm_jpeg_queue_peek()
|
/device/moto/shamu/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 191 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority() 223 struct cam_list *head = NULL; in dequeue() 224 struct cam_list *pos = NULL; in dequeue() 262 struct cam_list *head = NULL; in flush() 263 struct cam_list *pos = NULL; in flush() 304 struct cam_list *head = NULL; in flushNodes() 305 struct cam_list *pos = NULL; in flushNodes() 349 struct cam_list *head = NULL; in flushNodes() 350 struct cam_list *pos = NULL; in flushNodes()
|
D | QCameraQueue.h | 59 struct cam_list list;
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 68 struct cam_list *head = NULL; in mm_jpeg_queue_peek() 69 struct cam_list *pos = NULL; in mm_jpeg_queue_peek() 89 struct cam_list *head = NULL; in mm_jpeg_queue_deq() 90 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() 133 struct cam_list *head = NULL; in mm_jpeg_queue_flush() 134 struct cam_list *pos = NULL; in mm_jpeg_queue_flush()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_queue.c | 110 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() 111 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue() 138 struct cam_list *head = NULL; in mm_qcamera_queue_flush() 139 struct cam_list *pos = NULL; in mm_qcamera_queue_flush()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_queue.c | 110 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() 111 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue() 138 struct cam_list *head = NULL; in mm_qcamera_queue_flush() 139 struct cam_list *pos = NULL; in mm_qcamera_queue_flush()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_queue.c | 110 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() 111 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue() 138 struct cam_list *head = NULL; in mm_qcamera_queue_flush() 139 struct cam_list *pos = NULL; in mm_qcamera_queue_flush()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_data.c | 83 struct cam_list *head = NULL; in mm_camera_queue_deq() 84 struct cam_list *pos = NULL; in mm_camera_queue_deq() 115 struct cam_list *head = NULL; in mm_camera_queue_flush() 116 struct cam_list *pos = NULL; in mm_camera_queue_flush()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/ |
D | Android.mk | 24 LOCAL_COPY_HEADERS += ../common/cam_list.h
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 43 struct cam_list list;
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_pp.c | 707 struct cam_list *head = NULL; in mm_qcamera_queue_deq() 708 struct cam_list *pos = NULL; in mm_qcamera_queue_deq() 732 struct cam_list *head = NULL; in mm_qcamera_queue_peek() 733 struct cam_list *pos = NULL; in mm_qcamera_queue_peek() 761 struct cam_list *head = NULL; in mm_qcamera_queue_flush() 762 struct cam_list *pos = NULL; in mm_qcamera_queue_flush()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 98 struct cam_list list;
|