Searched refs:buf_type (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraStream.h83 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
85 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
H A DQCameraStream.cpp872 * @buf_type : mapping type of buffer
882 int32_t QCameraStream::mapBuf(uint8_t buf_type, argument
889 mHandle, buf_type,
901 * @buf_type : mapping type of buffer
909 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) argument
912 mHandle, buf_type,
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.h82 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
84 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
H A DQCamera3Stream.cpp795 * @buf_type : mapping type of buffer
805 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, argument
812 mHandle, buf_type,
824 * @buf_type : mapping type of buffer
832 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) argument
835 mHandle, buf_type,
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h278 uint8_t buf_type; member in struct:__anon596
287 uint8_t buf_type; member in struct:__anon597
435 uint8_t buf_type,
439 uint8_t buf_type);
493 uint8_t buf_type,
501 uint8_t buf_type,
537 uint8_t buf_type,
543 uint8_t buf_type,
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c76 enum v4l2_buf_type buf_type; member in struct:rotator_info
365 if (exynos_v4l2_streamoff(rotator_handle->rotator_fd, rotator_handle->src.buf_type) < 0)
372 if (exynos_v4l2_streamoff(rotator_handle->rotator_fd, rotator_handle->dst.buf_type) < 0)
448 info->format.type = info->buf_type;
450 ALOGE("%s::exynos_v4l2_g_fmt() fail type=%d", __func__, info->buf_type);
462 if (info->buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
463 info->crop.type = info->buf_type;
500 if (exynos_v4l2_streamoff(fd, info->buf_type) < 0) {
523 if (info->buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
524 info->crop.type = info->buf_type;
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h292 * @buf_type : type of mapping buffers, can be value of
302 uint8_t buf_type,
309 * @buf_type : type of mapping buffers, can be value of
317 uint8_t buf_type);
465 * @buf_type : type of mapping buffers, can be value of
481 uint8_t buf_type,
492 * @buf_type : type of mapping buffers, can be value of
506 uint8_t buf_type,
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp182 req.type = pstBufInfo->buf_type;
208 v4l2_buf.type = pstBufInfo->buf_type;
394 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
398 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
731 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
748 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
771 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
782 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gsc_utils.h111 enum v4l2_buf_type buf_type; member in struct:gsc_info
H A Dexynos_gscaler.c627 info->format.type = info->buf_type;
639 info->crop.type = info->buf_type;
656 req_buf.type = info->buf_type;
682 info->buffer.type = info->buf_type;
724 gsc_handle->src.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
725 gsc_handle->dst.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
903 gsc_handle->src.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
904 gsc_handle->dst.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1874 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->src.buf_type) < 0) {
1882 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->dst.buf_type) <
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera.c1298 * @buf_type : type of buffer to be mapped. could be following values:
1303 * buf_type is CAM_MAPPING_BUF_TYPE_STREAM_BUF or
1318 uint8_t buf_type,
1335 payload.buf_type = buf_type;
1360 * @buf_type : type of buffer to be mapped. could be following values:
1365 * buf_type is CAM_MAPPING_BUF_TYPE_STREAM_BUF or
1378 uint8_t buf_type,
1393 payload.buf_type = buf_type;
1315 mm_camera_map_stream_buf(mm_camera_obj_t *my_obj, uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, uint32_t size) argument
1375 mm_camera_unmap_stream_buf(mm_camera_obj_t *my_obj, uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) argument
1538 mm_camera_map_buf(mm_camera_obj_t *my_obj, uint8_t buf_type, int fd, uint32_t size) argument
1574 mm_camera_unmap_buf(mm_camera_obj_t *my_obj, uint8_t buf_type) argument
[all...]
H A Dmm_camera_interface.c969 * @buf_type : type of buffer to be mapped. could be following values:
981 uint8_t buf_type,
994 rc = mm_camera_map_buf(my_obj, buf_type, fd, size);
1008 * @buf_type : type of buffer to be unmapped. could be following values:
1018 uint8_t buf_type)
1029 rc = mm_camera_unmap_buf(my_obj, buf_type);
1134 * @buf_type : type of buffer to be mapped. could be following values:
1139 * buf_type is CAM_MAPPING_BUF_TYPE_STREAM_BUF or
1154 uint8_t buf_type,
1173 buf_type, buf_id
980 mm_camera_intf_map_buf(uint32_t camera_handle, uint8_t buf_type, int fd, uint32_t size) argument
1017 mm_camera_intf_unmap_buf(uint32_t camera_handle, uint8_t buf_type) argument
1151 mm_camera_intf_map_stream_buf(uint32_t camera_handle, uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, uint32_t size) argument
1207 mm_camera_intf_unmap_stream_buf(uint32_t camera_handle, uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) argument
[all...]
H A Dmm_camera_stream.c878 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
883 rc = ioctl(my_obj->fd, VIDIOC_STREAMON, &buf_type);
909 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
917 rc = ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type);
1231 * @buf_type : type of buffer to be mapped. could be following values:
1236 * buf_type is CAM_MAPPING_BUF_TYPE_STREAM_BUF or
1249 uint8_t buf_type,
1263 packet.payload.buf_map.type = buf_type;
1282 * @buf_type : type of buffer to be unmapped. could be following values:
1287 * buf_type i
1248 mm_stream_map_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx, int fd, uint32_t size) argument
1297 mm_stream_unmap_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx) argument
[all...]
H A Dmm_camera_channel.c558 payload->buf_type == CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF) {
570 payload->buf_type == CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF) {
1357 payload->buf_type,
1387 rc = mm_stream_unmap_buf(s_obj, payload->buf_type,
/hardware/samsung_slsi/exynos5/include/
H A DExynosJpegApi.h78 enum v4l2_buf_type buf_type; member in struct:ExynosJpegBase::BUF_INFO
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h204 u32 buf_type; member in struct:vdec_buf_info
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h173 u32 buf_type; member in struct:vdec_buf_info
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_isp.h310 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_isp.h270 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp1182 enum v4l2_buf_type buf_type; local
1206 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1209 ret=ioctl(m_nDriver_fd, VIDIOC_STREAMON,&buf_type);
1621 enum v4l2_buf_type buf_type; local
1622 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1624 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1550 enum v4l2_buf_type buf_type; local
1582 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1584 ret=ioctl(m_nDriver_fd, VIDIOC_STREAMON,&buf_type);
1935 enum v4l2_buf_type buf_type; local
1936 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1938 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp3838 enum v4l2_buf_type buf_type; local
3839 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
3840 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4648 enum v4l2_buf_type buf_type; local
4649 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4650 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
5188 enum v4l2_buf_type buf_type; local
5191 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
5193 ret=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
H A Domx_vdec_msm8974.cpp3912 enum v4l2_buf_type buf_type; local
3914 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
3915 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4107 enum v4l2_buf_type buf_type; local
4108 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4109 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) {
4925 enum v4l2_buf_type buf_type; local
4926 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4927 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
5515 enum v4l2_buf_type buf_type; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp4809 enum v4l2_buf_type buf_type; local
4810 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
4811 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);
5410 enum v4l2_buf_type buf_type; local
5412 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
5414 ret=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type);

Completed in 783 milliseconds