Searched defs:buf_map_list (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera.c1572 * @buf_map_list : list of buffers to be mapped
1580 const cam_buf_map_type_list *buf_map_list)
1591 memcpy(&payload, buf_map_list, sizeof(payload));
1871 * @buf_map_list : list of buffers to be mapped
1878 const cam_buf_map_type_list* buf_map_list)
1885 memcpy(&packet.payload.buf_map_list, buf_map_list,
1886 sizeof(packet.payload.buf_map_list));
1889 uint32_t numbufs = packet.payload.buf_map_list.length;
1892 sendfds[i] = packet.payload.buf_map_list
1578 mm_camera_map_stream_bufs(mm_camera_obj_t *my_obj, uint32_t ch_id, const cam_buf_map_type_list *buf_map_list) argument
1877 mm_camera_map_bufs(mm_camera_obj_t *my_obj, const cam_buf_map_type_list* buf_map_list) argument
[all...]
H A Dmm_camera_interface.c1121 const cam_buf_map_type_list *buf_map_list)
1132 rc = mm_camera_map_bufs(my_obj, buf_map_list);
1329 * @buf_map_list : list of buffers to be mapped
1337 const cam_buf_map_type_list *buf_map_list)
1351 rc = mm_camera_map_stream_bufs(my_obj, ch_id, buf_map_list);
1120 mm_camera_intf_map_bufs(uint32_t camera_handle, const cam_buf_map_type_list *buf_map_list) argument
1335 mm_camera_intf_map_stream_bufs(uint32_t camera_handle, uint32_t ch_id, const cam_buf_map_type_list *buf_map_list) argument
H A Dmm_camera_stream.c980 * @buf_map_list : list of buffer mapping information
988 const cam_buf_map_type_list *buf_map_list,
993 buf_map_list);
1885 * @buf_map_list : list of buffer objects to map
1893 const cam_buf_map_type_list *buf_map_list)
1904 memcpy(&packet.payload.buf_map_list, buf_map_list,
1905 sizeof(packet.payload.buf_map_list));
1908 uint32_t numbufs = packet.payload.buf_map_list.length;
1916 packet.payload.buf_map_list
987 mm_stream_bundled_map_buf_ops( const cam_buf_map_type_list *buf_map_list, void *userdata) argument
1892 mm_stream_map_bufs(mm_stream_t * my_obj, const cam_buf_map_type_list *buf_map_list) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h463 cam_buf_map_type_list buf_map_list; member in union:__anon2288::__anon2289

Completed in 77 milliseconds