Home
last modified time | relevance | path

Searched refs:cam_node_t (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
Dcam_queue.h39 } cam_node_t; typedef
42 cam_node_t head; /* dummy head */
57 cam_node_t *node = in cam_queue_enq()
58 (cam_node_t *)malloc(sizeof(cam_node_t)); in cam_queue_enq()
63 memset(node, 0, sizeof(cam_node_t)); in cam_queue_enq()
76 cam_node_t *node = NULL; in cam_queue_deq()
85 node = member_of(pos, cam_node_t, list); in cam_queue_deq()
101 cam_node_t *node = NULL; in cam_queue_flush()
110 node = member_of(pos, cam_node_t, list); in cam_queue_flush()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2632 cam_node_t* node = NULL; in mm_channel_superbuf_comp_and_enqueue()
2683 node = member_of(pos, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
2773 node = member_of(last_buf, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
2809 node = member_of(last_buf_ptr, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
2828 node = member_of(last_buf, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
2844 cam_node_t* new_node = NULL; in mm_channel_superbuf_comp_and_enqueue()
2847 new_node = (cam_node_t*)malloc(sizeof(cam_node_t)); in mm_channel_superbuf_comp_and_enqueue()
2850 memset(new_node, 0, sizeof(cam_node_t)); in mm_channel_superbuf_comp_and_enqueue()
2915 cam_node_t* node = NULL; in mm_channel_superbuf_dequeue_internal()
2924 node = member_of(pos, cam_node_t, list); in mm_channel_superbuf_dequeue_internal()
[all …]