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

/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_queue.h35 } cam_node_t; typedef in typeref:struct:__anon434
38 cam_node_t head; /* dummy head */
53 cam_node_t *node =
54 (cam_node_t *)malloc(sizeof(cam_node_t));
59 memset(node, 0, sizeof(cam_node_t));
72 cam_node_t *node = NULL;
81 node = member_of(pos, cam_node_t, list);
97 cam_node_t *node = NULL;
106 node = member_of(pos, cam_node_t, lis
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1555 cam_node_t* node = NULL;
1601 node = member_of(pos, cam_node_t, list);
1648 node = member_of(last_buf, cam_node_t, list);
1676 node = member_of(last_buf, cam_node_t, list);
1684 node = member_of(last_buf, cam_node_t, list);
1692 cam_node_t* new_node = NULL;
1695 new_node = (cam_node_t*)malloc(sizeof(cam_node_t));
1698 memset(new_node, 0, sizeof(cam_node_t));
1752 cam_node_t* nod
[all...]

Completed in 99 milliseconds