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

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c2733 struct cam_list *last_buf, *insert_before_buf, *last_buf_ptr; local
2777 last_buf_ptr = NULL;
2910 last_buf_ptr = last_buf;
2914 && (last_buf_ptr != NULL && last_buf_ptr != pos)) {
2915 node = member_of(last_buf_ptr, cam_node_t, list);
2930 last_buf_ptr = last_buf_ptr->next;
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c3017 struct cam_list *last_buf, *insert_before_buf, *last_buf_ptr; local
3061 last_buf_ptr = NULL;
3194 last_buf_ptr = last_buf;
3198 && (last_buf_ptr != NULL && last_buf_ptr != pos)) {
3199 node = member_of(last_buf_ptr, cam_node_t, list);
3214 last_buf_ptr = last_buf_ptr->next;

Completed in 15 milliseconds