Home
last modified time | relevance | path

Searched refs:buf_type (Results 1 – 25 of 35) sorted by relevance

12

/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h334 uint8_t buf_type; member
343 uint8_t buf_type; member
538 uint8_t buf_type,
542 uint8_t buf_type);
605 uint8_t buf_type,
613 uint8_t buf_type,
648 uint8_t buf_type,
654 uint8_t buf_type,
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h334 uint8_t buf_type; member
343 uint8_t buf_type; member
538 uint8_t buf_type,
542 uint8_t buf_type);
605 uint8_t buf_type,
613 uint8_t buf_type,
648 uint8_t buf_type,
654 uint8_t buf_type,
/device/lge/bullhead/camera/QCamera2/stack/common/
Dmm_camera_interface.h123 cam_stream_buf_type buf_type; member
395 uint8_t buf_type,
410 uint8_t buf_type);
589 uint8_t buf_type,
614 uint8_t buf_type,
/device/huawei/angler/camera/QCamera2/stack/common/
Dmm_camera_interface.h123 cam_stream_buf_type buf_type; member
395 uint8_t buf_type,
410 uint8_t buf_type);
589 uint8_t buf_type,
614 uint8_t buf_type,
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h127 cam_stream_buf_type buf_type; member
430 uint8_t buf_type,
456 uint8_t buf_type);
635 uint8_t buf_type,
673 uint8_t buf_type,
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h605 uint8_t buf_type,
612 uint8_t buf_type);
679 uint8_t buf_type,
691 uint8_t buf_type,
728 uint8_t buf_type,
737 uint8_t buf_type,
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Stream.h89 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
91 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCamera3Stream.cpp577 if (UNLIKELY(frame->bufs[0]->buf_type == in dataProcRoutine()
1009 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
1013 mHandle, buf_type, in mapBuf()
1033 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
1036 mHandle, buf_type, in unmapBuf()
1293 batchBufDef.buf_type = CAM_STREAM_BUF_TYPE_USERPTR; in getBatchBufDef()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Stream.h89 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
91 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCamera3Stream.cpp577 if (UNLIKELY(frame->bufs[0]->buf_type == in dataProcRoutine()
1009 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
1013 mHandle, buf_type, in mapBuf()
1033 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
1036 mHandle, buf_type, in unmapBuf()
1293 batchBufDef.buf_type = CAM_STREAM_BUF_TYPE_USERPTR; in getBatchBufDef()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c1556 uint8_t buf_type, in mm_camera_map_stream_buf() argument
1573 payload.buf_type = buf_type; in mm_camera_map_stream_buf()
1616 uint8_t buf_type, in mm_camera_unmap_stream_buf() argument
1631 payload.buf_type = buf_type; in mm_camera_unmap_stream_buf()
1786 uint8_t buf_type, in mm_camera_map_buf() argument
1794 packet.payload.buf_map.type = buf_type; in mm_camera_map_buf()
1822 uint8_t buf_type) in mm_camera_unmap_buf() argument
1828 packet.payload.buf_unmap.type = buf_type; in mm_camera_unmap_buf()
Dmm_camera_interface.c1116 uint8_t buf_type, in mm_camera_intf_map_buf() argument
1129 rc = mm_camera_map_buf(my_obj, buf_type, fd, size); in mm_camera_intf_map_buf()
1153 uint8_t buf_type) in mm_camera_intf_unmap_buf() argument
1164 rc = mm_camera_unmap_buf(my_obj, buf_type); in mm_camera_intf_unmap_buf()
1289 uint8_t buf_type, in mm_camera_intf_map_stream_buf() argument
1308 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf()
1345 uint8_t buf_type, in mm_camera_intf_unmap_stream_buf() argument
1362 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
Dmm_camera_stream.c964 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_stream_streamon() local
969 rc = ioctl(my_obj->fd, VIDIOC_STREAMON, &buf_type); in mm_stream_streamon()
995 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_stream_streamoff() local
1013 rc = ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type); in mm_stream_streamoff()
1042 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_write_user_buf()
1275 my_obj->queued_buffer_count, buf_info->buf->buf_type, in mm_stream_read_msm_frame()
1281 if(buf_info->buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_read_msm_frame()
1441 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_qbuf()
1593 uint8_t buf_type, in mm_stream_map_buf() argument
1606 packet.payload.buf_map.type = buf_type; in mm_stream_map_buf()
[all …]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c1556 uint8_t buf_type, in mm_camera_map_stream_buf() argument
1573 payload.buf_type = buf_type; in mm_camera_map_stream_buf()
1616 uint8_t buf_type, in mm_camera_unmap_stream_buf() argument
1631 payload.buf_type = buf_type; in mm_camera_unmap_stream_buf()
1786 uint8_t buf_type, in mm_camera_map_buf() argument
1794 packet.payload.buf_map.type = buf_type; in mm_camera_map_buf()
1822 uint8_t buf_type) in mm_camera_unmap_buf() argument
1828 packet.payload.buf_unmap.type = buf_type; in mm_camera_unmap_buf()
Dmm_camera_interface.c1116 uint8_t buf_type, in mm_camera_intf_map_buf() argument
1129 rc = mm_camera_map_buf(my_obj, buf_type, fd, size); in mm_camera_intf_map_buf()
1153 uint8_t buf_type) in mm_camera_intf_unmap_buf() argument
1164 rc = mm_camera_unmap_buf(my_obj, buf_type); in mm_camera_intf_unmap_buf()
1289 uint8_t buf_type, in mm_camera_intf_map_stream_buf() argument
1308 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf()
1345 uint8_t buf_type, in mm_camera_intf_unmap_stream_buf() argument
1362 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
Dmm_camera_stream.c964 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_stream_streamon() local
969 rc = ioctl(my_obj->fd, VIDIOC_STREAMON, &buf_type); in mm_stream_streamon()
995 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_stream_streamoff() local
1013 rc = ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type); in mm_stream_streamoff()
1042 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_write_user_buf()
1275 my_obj->queued_buffer_count, buf_info->buf->buf_type, in mm_stream_read_msm_frame()
1281 if(buf_info->buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_read_msm_frame()
1441 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_qbuf()
1593 uint8_t buf_type, in mm_stream_map_buf() argument
1606 packet.payload.buf_map.type = buf_type; in mm_stream_map_buf()
[all …]
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.h93 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
95 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCamera3Stream.cpp641 if (UNLIKELY(frame->bufs[0]->buf_type == in dataProcRoutine()
1143 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
1148 mHandle, buf_type, in mapBuf()
1168 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
1172 mHandle, buf_type, in unmapBuf()
1430 batchBufDef.buf_type = CAM_STREAM_BUF_TYPE_USERPTR; in getBatchBufDef()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraStream.h94 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
97 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
DQCameraStream.cpp2029 int32_t QCameraStream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
2034 (uint32_t)size, (cam_mapping_buf_type)buf_type, ops_tbl->userdata); in mapBuf()
2037 mHandle, buf_type, buf_idx, plane_idx, in mapBuf()
2058 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, in unmapBuf() argument
2063 (cam_mapping_buf_type)buf_type, ops_tbl->userdata); in unmapBuf()
2066 mHandle, buf_type, buf_idx, plane_idx); in unmapBuf()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraStream.h94 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
97 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
DQCameraStream.cpp2029 int32_t QCameraStream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
2034 (uint32_t)size, (cam_mapping_buf_type)buf_type, ops_tbl->userdata); in mapBuf()
2037 mHandle, buf_type, buf_idx, plane_idx, in mapBuf()
2058 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, in unmapBuf() argument
2063 (cam_mapping_buf_type)buf_type, ops_tbl->userdata); in unmapBuf()
2066 mHandle, buf_type, buf_idx, plane_idx); in unmapBuf()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraStream.h102 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
108 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1161 uint8_t buf_type, int fd, size_t size, void *buffer) in mm_camera_intf_map_buf() argument
1172 rc = mm_camera_map_buf(my_obj, buf_type, fd, size, buffer); in mm_camera_intf_map_buf()
1231 uint8_t buf_type) in mm_camera_intf_unmap_buf() argument
1242 rc = mm_camera_unmap_buf(my_obj, buf_type); in mm_camera_intf_unmap_buf()
1365 uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, in mm_camera_intf_map_stream_buf() argument
1382 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf()
1458 uint8_t buf_type, in mm_camera_intf_unmap_stream_buf() argument
1475 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
Dmm_camera.c1605 uint8_t buf_type, in mm_camera_map_stream_buf() argument
1623 payload.type = buf_type; in mm_camera_map_stream_buf()
1706 uint8_t buf_type, in mm_camera_unmap_stream_buf() argument
1721 payload.type = buf_type; in mm_camera_unmap_stream_buf()
1921 uint8_t buf_type, int fd, size_t size, void *buffer) in mm_camera_map_buf() argument
1928 packet.payload.buf_map.type = buf_type; in mm_camera_map_buf()
2018 uint8_t buf_type) in mm_camera_unmap_buf() argument
2024 packet.payload.buf_unmap.type = buf_type; in mm_camera_unmap_buf()

12