/hardware/qcom/camera/QCamera2/stack/common/ |
D | mm_camera_interface.h | 127 cam_stream_buf_type buf_type; member 437 uint8_t buf_type, 462 uint8_t buf_type); 641 uint8_t buf_type, 678 uint8_t buf_type,
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 598 uint8_t buf_type, 604 uint8_t buf_type); 671 uint8_t buf_type, 682 uint8_t buf_type, 717 uint8_t buf_type, 725 uint8_t buf_type,
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Stream.h | 92 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx, 94 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
|
D | QCamera3Stream.cpp | 596 if (UNLIKELY(frame->bufs[0]->buf_type == in dataProcRoutine() 1054 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument 1058 mHandle, buf_type, in mapBuf() 1078 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument 1081 mHandle, buf_type, in unmapBuf() 1337 batchBufDef.buf_type = CAM_STREAM_BUF_TYPE_USERPTR; in getBatchBufDef()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 1100 uint8_t buf_type, in mm_camera_intf_map_buf() argument 1113 rc = mm_camera_map_buf(my_obj, buf_type, fd, size); in mm_camera_intf_map_buf() 1156 uint8_t buf_type) in mm_camera_intf_unmap_buf() argument 1167 rc = mm_camera_unmap_buf(my_obj, buf_type); in mm_camera_intf_unmap_buf() 1292 uint8_t buf_type, in mm_camera_intf_map_stream_buf() argument 1311 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf() 1387 uint8_t buf_type, in mm_camera_intf_unmap_stream_buf() argument 1404 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
|
D | mm_camera.c | 1531 uint8_t buf_type, in mm_camera_map_stream_buf() argument 1548 payload.type = buf_type; in mm_camera_map_stream_buf() 1630 uint8_t buf_type, in mm_camera_unmap_stream_buf() argument 1645 payload.type = buf_type; in mm_camera_unmap_stream_buf() 1845 uint8_t buf_type, in mm_camera_map_buf() argument 1853 packet.payload.buf_map.type = buf_type; in mm_camera_map_buf() 1927 uint8_t buf_type) in mm_camera_unmap_buf() argument 1933 packet.payload.buf_unmap.type = buf_type; in mm_camera_unmap_buf()
|
D | mm_camera_stream.c | 1145 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_stream_streamon() local 1180 rc = ioctl(my_obj->fd, VIDIOC_STREAMON, &buf_type); in mm_stream_streamon() 1206 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in mm_stream_streamoff() local 1224 rc = ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type); in mm_stream_streamoff() 1253 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_write_user_buf() 1486 my_obj->queued_buffer_count, buf_info->buf->buf_type, in mm_stream_read_msm_frame() 1492 if(buf_info->buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_read_msm_frame() 1657 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_qbuf() 1724 my_obj->queued_buffer_count, buf->buf_type); in mm_stream_qbuf() 1830 uint8_t buf_type, in mm_stream_map_buf() argument [all …]
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraStream.h | 102 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,
|
D | QCameraStream.cpp | 2443 int32_t QCameraStream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument 2448 (cam_mapping_buf_type)buf_type, mHandle, buf_idx, plane_idx, in mapBuf() 2499 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, in unmapBuf() argument 2504 (cam_mapping_buf_type)buf_type, ops_tbl->userdata); in unmapBuf() 2507 mHandle, buf_type, buf_idx, plane_idx); in unmapBuf()
|
D | QCameraMem.cpp | 274 bufDef.buf_type = CAM_STREAM_BUF_TYPE_MPLANE; in getBufDef() 330 bufDef.buf_type = CAM_STREAM_BUF_TYPE_USERPTR; in getUserBufDef()
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_q6vdec.h | 204 u32 buf_type; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_q6vdec.h | 173 u32 buf_type; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_q6vdec.h | 173 u32 buf_type; member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_q6vdec.h | 204 u32 buf_type; member
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 231 enum v4l2_buf_type buf_type; in async_message_thread() local 232 memcpy(&buf_type, dqevent.u.data, sizeof(buf_type)); in async_message_thread() 233 if(V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE == buf_type) in async_message_thread() 243 else if(V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE == buf_type) in async_message_thread() 255 DEBUG_PRINT_HIGH(" Wrong buf_type recieved %d\n", buf_type); in async_message_thread() 2393 enum v4l2_buf_type buf_type; in execute_omx_flush() local 2446 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in execute_omx_flush() 2448 if(ioctl(drv_ctx.video_vpu_fd, VPU_FLUSH_BUFS, &buf_type)) in execute_omx_flush() 2462 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in execute_omx_flush() 2464 if(ioctl(drv_ctx.video_vpu_fd, VPU_FLUSH_BUFS, &buf_type)) in execute_omx_flush() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 1180 enum v4l2_buf_type buf_type; in venc_start() local 1204 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_start() 1207 ret=ioctl(m_nDriver_fd, VIDIOC_STREAMON,&buf_type); in venc_start() 1619 enum v4l2_buf_type buf_type; in venc_empty_buf() local 1620 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_empty_buf() 1622 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type); in venc_empty_buf()
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msmb_isp.h | 332 enum msm_isp_buf_type buf_type; member
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msmb_isp.h | 366 enum msm_isp_buf_type buf_type; member
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msmb_isp.h | 448 enum msm_isp_buf_type buf_type; member
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msmb_isp.h | 479 enum msm_isp_buf_type buf_type; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msmb_isp.h | 542 enum msm_isp_buf_type buf_type; member
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msmb_isp.h | 526 enum msm_isp_buf_type buf_type; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 4612 enum v4l2_buf_type buf_type; in use_output_buffer() local 4614 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in use_output_buffer() 4615 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) { in use_output_buffer() 4849 enum v4l2_buf_type buf_type; in use_output_buffer() local 4850 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in use_output_buffer() 4851 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) { in use_output_buffer() 5781 enum v4l2_buf_type buf_type; in allocate_output_buffer() local 5782 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in allocate_output_buffer() 5783 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type); in allocate_output_buffer() 6420 enum v4l2_buf_type buf_type; in empty_this_buffer_proxy() local [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2767 enum v4l2_buf_type buf_type; in venc_start() local 2805 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in venc_start() 2807 ret=ioctl(m_nDriver_fd, VIDIOC_STREAMON,&buf_type); in venc_start() 3385 enum v4l2_buf_type buf_type; in venc_empty_buf() local 3386 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_empty_buf() 3388 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type); in venc_empty_buf() 3510 enum v4l2_buf_type buf_type; in venc_empty_batch() local 3511 buf_type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in venc_empty_batch() 3513 ret = ioctl(m_nDriver_fd, VIDIOC_STREAMON, &buf_type); in venc_empty_batch()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 4709 enum v4l2_buf_type buf_type; in use_output_buffer() local 4711 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in use_output_buffer() 4712 if (rr = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) { in use_output_buffer() 4918 enum v4l2_buf_type buf_type; in use_output_buffer() local 4919 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in use_output_buffer() 4920 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type)) { in use_output_buffer() 5781 enum v4l2_buf_type buf_type; in allocate_output_buffer() local 5782 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in allocate_output_buffer() 5783 rc=ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMON,&buf_type); in allocate_output_buffer() 6336 enum v4l2_buf_type buf_type; in empty_this_buffer_proxy() local [all …]
|