HomeSort by relevance Sort by last modified time
    Searched refs:cam_list (Results 1 - 23 of 23) sorted by null

  /device/lge/mako/camera/QCamera/stack/common/
cam_list.h 42 struct cam_list { struct
43 struct cam_list *next, *prev;
46 static inline void cam_list_init(struct cam_list *ptr)
52 static inline void cam_list_add_tail_node(struct cam_list *item,
53 struct cam_list *head)
55 struct cam_list *prev = head->prev;
63 static inline void cam_list_del_node(struct cam_list *ptr)
65 struct cam_list *prev = ptr->prev;
66 struct cam_list *next = ptr->next;
  /device/asus/flo/camera/QCamera2/stack/common/
cam_list.h 42 struct cam_list { struct
43 struct cam_list *next, *prev;
46 static inline void cam_list_init(struct cam_list *ptr)
52 static inline void cam_list_add_tail_node(struct cam_list *item,
53 struct cam_list *head)
55 struct cam_list *prev = head->prev;
63 static inline void cam_list_insert_before_node(struct cam_list *item,
64 struct cam_list *node)
72 static inline void cam_list_del_node(struct cam_list *ptr)
74 struct cam_list *prev = ptr->prev
    [all...]
cam_queue.h 30 #include "cam_list.h"
33 struct cam_list list;
74 struct cam_list *head = NULL;
75 struct cam_list *pos = NULL;
98 struct cam_list *head = NULL;
99 struct cam_list *pos = NULL;
  /hardware/qcom/camera/QCamera2/stack/common/
cam_list.h 42 struct cam_list { struct
43 struct cam_list *next, *prev;
46 static inline void cam_list_init(struct cam_list *ptr)
52 static inline void cam_list_add_tail_node(struct cam_list *item,
53 struct cam_list *head)
55 struct cam_list *prev = head->prev;
63 static inline void cam_list_insert_before_node(struct cam_list *item,
64 struct cam_list *node)
72 static inline void cam_list_del_node(struct cam_list *ptr)
74 struct cam_list *prev = ptr->prev
    [all...]
cam_queue.h 30 #include "cam_list.h"
33 struct cam_list list;
74 struct cam_list *head = NULL;
75 struct cam_list *pos = NULL;
98 struct cam_list *head = NULL;
99 struct cam_list *pos = NULL;
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 67 struct cam_list *head = NULL;
68 struct cam_list *pos = NULL;
111 struct cam_list *head = NULL;
112 struct cam_list *pos = NULL;
140 struct cam_list *head = NULL;
141 struct cam_list *pos = NULL;
mm_jpeg.c     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 67 struct cam_list *head = NULL;
68 struct cam_list *pos = NULL;
111 struct cam_list *head = NULL;
112 struct cam_list *pos = NULL;
140 struct cam_list *head = NULL;
141 struct cam_list *pos = NULL;
mm_jpeg.c     [all...]
  /device/asus/flo/camera/QCamera2/util/
QCameraQueue.h 34 #include "cam_list.h"
54 struct cam_list list;
QCameraQueue.cpp 162 struct cam_list *p_next = m_head.list.next;
189 struct cam_list *head = NULL;
190 struct cam_list *pos = NULL;
226 struct cam_list *head = NULL;
227 struct cam_list *pos = NULL;
265 struct cam_list *head = NULL;
266 struct cam_list *pos = NULL;
  /hardware/qcom/camera/QCamera2/util/
QCameraQueue.h 34 #include "cam_list.h"
54 struct cam_list list;
QCameraQueue.cpp 162 struct cam_list *p_next = m_head.list.next;
189 struct cam_list *head = NULL;
190 struct cam_list *pos = NULL;
226 struct cam_list *head = NULL;
227 struct cam_list *pos = NULL;
265 struct cam_list *head = NULL;
266 struct cam_list *pos = NULL;
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 67 struct cam_list *head = NULL;
68 struct cam_list *pos = NULL;
111 struct cam_list *head = NULL;
112 struct cam_list *pos = NULL;
mm_jpeg.c     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_data.c 82 struct cam_list *head = NULL;
83 struct cam_list *pos = NULL;
114 struct cam_list *head = NULL;
115 struct cam_list *pos = NULL;
mm_camera_channel.c     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 34 #include "cam_list.h"
43 struct cam_list list;
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 35 #include "cam_list.h"
48 struct cam_list list;
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 35 #include "cam_list.h"
48 struct cam_list list;
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 35 #include "cam_list.h"
61 struct cam_list list;

Completed in 634 milliseconds