/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_priv_handle.h | 107 int buf_type, 120 buffer_type(buf_type), in fd() 137 private_handle_t(int fd, unsigned int size, int usage, int buf_type, int format, int w, int h) in private_handle_t() 138 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size, in private_handle_t()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_priv_handle.h | 105 int buf_type, 118 buffer_type(buf_type), in fd() 135 private_handle_t(int fd, unsigned int size, int usage, int buf_type, int format, int w, int h) in private_handle_t() 136 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size, in private_handle_t()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_priv_handle.h | 111 int buf_type, 124 buffer_type(buf_type), in fd() 141 private_handle_t(int fd, unsigned int size, int usage, int buf_type, int format, int w, int h) in private_handle_t() 142 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size, in private_handle_t()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_priv_handle.h | 112 int buf_type, 125 buffer_type(buf_type), in fd() 142 private_handle_t(int fd, unsigned int size, int usage, int buf_type, int format, int w, int h) in private_handle_t() 143 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size, in private_handle_t()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera_muxer.h | 69 int32_t mm_camera_muxer_map_buf(uint32_t camera_handle, uint8_t buf_type, 75 uint8_t buf_type, mm_camera_obj_t *cam_obj); 111 uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, 118 uint8_t buf_type, uint32_t buf_idx,
|
D | mm_camera.h | 717 uint8_t buf_type, 724 uint8_t buf_type); 792 uint8_t buf_type, 804 uint8_t buf_type, 845 uint8_t buf_type, 854 uint8_t buf_type,
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | mm_camera_interface.h | 142 cam_stream_buf_type buf_type; member 473 uint8_t buf_type, 499 uint8_t buf_type); 678 uint8_t buf_type, 716 uint8_t buf_type,
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Stream.h | 94 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx, 96 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
|
D | QCamera3Stream.cpp | 703 if (UNLIKELY(frame->bufs[0]->buf_type == in dataProcRoutine() 1250 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument 1255 mHandle, buf_type, in mapBuf() 1275 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument 1279 mHandle, buf_type, in unmapBuf() 1548 batchBufDef.buf_type = CAM_STREAM_BUF_TYPE_USERPTR; in getBatchBufDef()
|
/hardware/qcom/camera/msm8998/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 | 2597 int32_t QCameraStream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument 2603 (cam_mapping_buf_type)buf_type, mHandle, buf_idx, plane_idx, in mapBuf() 2654 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, in unmapBuf() argument 2659 (cam_mapping_buf_type)buf_type, ops_tbl->userdata); in unmapBuf() 2662 mHandle, buf_type, buf_idx, plane_idx); in unmapBuf()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 1790 uint8_t buf_type, int fd, size_t size, void *buffer) in mm_camera_intf_map_buf() argument 1804 rc = mm_camera_map_buf(my_obj, buf_type, fd, size, buffer); in mm_camera_intf_map_buf() 1814 rc = mm_camera_muxer_map_buf(aux_handle, buf_type, in mm_camera_intf_map_buf() 1888 uint8_t buf_type) in mm_camera_intf_unmap_buf() argument 1902 rc = mm_camera_unmap_buf(my_obj, buf_type); in mm_camera_intf_unmap_buf() 1914 rc = mm_camera_muxer_unmap_buf(aux_handle, buf_type, my_obj); in mm_camera_intf_unmap_buf() 2079 uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, in mm_camera_intf_map_stream_buf() argument 2101 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf() 2117 aux_strid, buf_type, buf_idx, plane_idx, fd, size, in mm_camera_intf_map_stream_buf() 2230 uint8_t buf_type, in mm_camera_intf_unmap_stream_buf() argument [all …]
|
D | mm_camera_muxer.c | 421 int32_t mm_camera_muxer_map_buf(uint32_t camera_handle, uint8_t buf_type, in mm_camera_muxer_map_buf() argument 431 rc = mm_camera_map_buf(my_obj, buf_type, fd, size, buffer); in mm_camera_muxer_map_buf() 491 uint8_t buf_type, mm_camera_obj_t *cam_obj) in mm_camera_muxer_unmap_buf() argument 500 rc = mm_camera_unmap_buf(my_obj, buf_type); in mm_camera_muxer_unmap_buf() 1021 uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, in mm_camera_muxer_map_stream_buf() argument 1037 buf_type, buf_idx, plane_idx, in mm_camera_muxer_map_stream_buf() 1106 uint8_t buf_type, uint32_t buf_idx, in mm_camera_muxer_unmap_stream_buf() argument 1120 buf_type, buf_idx, plane_idx); in mm_camera_muxer_unmap_stream_buf()
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_q6vdec.h | 173 u32 buf_type; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_q6vdec.h | 204 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/msm8998/kernel-headers/media/ |
D | msmb_isp.h | 589 enum msm_isp_buf_type buf_type; member 597 enum msm_isp_buf_type buf_type; member
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
D | msmb_isp.h | 561 enum msm_isp_buf_type buf_type; member 569 enum msm_isp_buf_type buf_type; member
|
/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
|