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.h35 } cam_node_t; typedef
38 cam_node_t head; /* dummy head */
53 cam_node_t *node = in cam_queue_enq()
54 (cam_node_t *)malloc(sizeof(cam_node_t)); in cam_queue_enq()
59 memset(node, 0, sizeof(cam_node_t)); in cam_queue_enq()
72 cam_node_t *node = NULL; in cam_queue_deq()
81 node = member_of(pos, cam_node_t, list); in cam_queue_deq()
97 cam_node_t *node = NULL; in cam_queue_flush()
106 node = member_of(pos, cam_node_t, list); in cam_queue_flush()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c1555 cam_node_t* node = NULL; in mm_channel_superbuf_comp_and_enqueue()
1601 node = member_of(pos, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
1648 node = member_of(last_buf, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
1676 node = member_of(last_buf, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
1684 node = member_of(last_buf, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
1692 cam_node_t* new_node = NULL; in mm_channel_superbuf_comp_and_enqueue()
1695 new_node = (cam_node_t*)malloc(sizeof(cam_node_t)); in mm_channel_superbuf_comp_and_enqueue()
1698 memset(new_node, 0, sizeof(cam_node_t)); in mm_channel_superbuf_comp_and_enqueue()
1752 cam_node_t* node = NULL; in mm_channel_superbuf_dequeue_internal()
1761 node = member_of(pos, cam_node_t, list); in mm_channel_superbuf_dequeue_internal()