Searched refs:buf_type (Results 1 – 9 of 9) sorted by relevance
/hardware/samsung_slsi/exynos5/librotator/ |
D | exynos_rotator.c | 76 enum v4l2_buf_type buf_type; member 365 if (exynos_v4l2_streamoff(rotator_handle->rotator_fd, rotator_handle->src.buf_type) < 0) in m_exynos_rotator_destroy() 372 if (exynos_v4l2_streamoff(rotator_handle->rotator_fd, rotator_handle->dst.buf_type) < 0) in m_exynos_rotator_destroy() 448 info->format.type = info->buf_type; in m_exynos_rotator_set_format() 450 ALOGE("%s::exynos_v4l2_g_fmt() fail type=%d", __func__, info->buf_type); in m_exynos_rotator_set_format() 462 if (info->buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { in m_exynos_rotator_set_format() 463 info->crop.type = info->buf_type; in m_exynos_rotator_set_format() 500 if (exynos_v4l2_streamoff(fd, info->buf_type) < 0) { in m_exynos_rotator_set_format() 523 if (info->buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { in m_exynos_rotator_set_format() 524 info->crop.type = info->buf_type; in m_exynos_rotator_set_format() [all …]
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegBase.cpp | 182 req.type = pstBufInfo->buf_type; in t_v4l2Reqbufs() 208 v4l2_buf.type = pstBufInfo->buf_type; in t_v4l2Qbuf() 394 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in destroy() 398 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in destroy() 731 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in updateConfig() 748 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in updateConfig() 771 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in execute() 782 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in execute()
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
D | exynos_gscaler.c | 627 info->format.type = info->buf_type; in m_exynos_gsc_set_format() 639 info->crop.type = info->buf_type; in m_exynos_gsc_set_format() 656 req_buf.type = info->buf_type; in m_exynos_gsc_set_format() 682 info->buffer.type = info->buf_type; in m_exynos_gsc_set_addr() 724 gsc_handle->src.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in exynos_gsc_create() 725 gsc_handle->dst.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in exynos_gsc_create() 903 gsc_handle->src.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in exynos_gsc_create_exclusive() 904 gsc_handle->dst.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in exynos_gsc_create_exclusive() 1874 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->src.buf_type) < 0) { in exynos_gsc_m2m_run_core() 1882 if (exynos_v4l2_streamon(gsc_handle->gsc_fd, gsc_handle->dst.buf_type) < 0) { in exynos_gsc_m2m_run_core() [all …]
|
D | exynos_gsc_utils.h | 111 enum v4l2_buf_type buf_type; member
|
/hardware/qcom/camera/mm-camera-interface/ |
D | mm_camera_stream.c | 795 enum v4l2_buf_type buf_type; in mm_camera_stream_fsm_reg() local 811 buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_camera_stream_fsm_reg() 814 rc = ioctl(stream->fd, VIDIOC_STREAMON, &buf_type); in mm_camera_stream_fsm_reg() 851 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_camera_stream_fsm_active() local 854 rc = ioctl(stream->fd, VIDIOC_STREAMOFF, &buf_type); in mm_camera_stream_fsm_active()
|
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosJpegApi.h | 78 enum v4l2_buf_type buf_type; member
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 1181 enum v4l2_buf_type buf_type; in venc_start() local 1205 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_start() 1208 ret=ioctl(m_nDriver_fd, VIDIOC_STREAMON,&buf_type); in venc_start() 1620 enum v4l2_buf_type buf_type; in venc_empty_buf() local 1621 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_empty_buf() 1623 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type); in venc_empty_buf()
|
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 754 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_stream_streamon() local 766 rc = ioctl(my_obj->fd, VIDIOC_STREAMON, &buf_type); in mm_stream_streamon() 780 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_stream_streamoff() local 786 rc = ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type); in mm_stream_streamoff()
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 4819 enum v4l2_buf_type buf_type; in allocate_output_buffer() local 4820 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in allocate_output_buffer() 4821 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type); in allocate_output_buffer() 5427 enum v4l2_buf_type buf_type; in empty_this_buffer_proxy() local 5429 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in empty_this_buffer_proxy() 5431 ret=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type); in empty_this_buffer_proxy()
|