Home
last modified time | relevance | path

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

12

/aosp12/hardware/google/graphics/common/libgscaler/
H A Dlibgscaler_obj.h115 enum v4l2_buf_type buf_type; member
170 src_info.buf.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in CGscaler()
171 dst_info.buf.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in CGscaler()
185 src_info.buf.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in CGscaler()
186 dst_info.buf.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in CGscaler()
H A Dlibgscaler_obj.cpp348 if (ioctl(gsc->gsc_fd, VIDIOC_STREAMOFF, &gsc->src_info.buf.buf_type) < 0) { in m_gsc_m2m_stop()
356 if (ioctl(gsc->gsc_fd, VIDIOC_STREAMOFF, &gsc->dst_info.buf.buf_type) < 0) { in m_gsc_m2m_stop()
377 req_buf.type = gsc->src_info.buf.buf_type; in m_gsc_m2m_stop()
386 req_buf.type = gsc->dst_info.buf.buf_type; in m_gsc_m2m_stop()
534 if (ioctl(gsc->gsc_fd, VIDIOC_STREAMON, &gsc->src_info.buf.buf_type) < 0) { in m_gsc_m2m_run_core()
542 if (ioctl(gsc->gsc_fd, VIDIOC_STREAMON, &gsc->dst_info.buf.buf_type) < 0) { in m_gsc_m2m_run_core()
707 info->format.type = info->buf.buf_type; in m_gsc_set_format()
719 info->crop.type = info->buf.buf_type; in m_gsc_set_format()
738 req_buf.type = info->buf.buf_type; in m_gsc_set_format()
801 info->buf.buffer.type = info->buf.buf_type; in m_gsc_set_addr()
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_priv_handle.h97 int format, int buf_type, unsigned int size, uint64_t usage = 0)
107 buffer_type(buf_type),
123 private_handle_t(int fd, unsigned int size, int usage, int buf_type, int format, int w, int h) in private_handle_t()
124 : private_handle_t(fd, -1, PRIV_FLAGS_CLIENT_ALLOCATED, w, h, 0, 0, format, buf_type, size, in private_handle_t()
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_priv_handle.h105 int buf_type,
118 buffer_type(buf_type),
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()
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_priv_handle.h107 int buf_type,
120 buffer_type(buf_type),
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()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_priv_handle.h112 int buf_type,
125 buffer_type(buf_type),
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()
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_priv_handle.h111 int buf_type,
124 buffer_type(buf_type),
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()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_muxer.h69 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,
H A Dmm_camera.h717 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,
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dmm_camera_interface.h142 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,
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Stream.h94 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);
H A DQCamera3Stream.cpp714 if (UNLIKELY(frame->bufs[0]->buf_type == in dataProcRoutine()
1261 int32_t QCamera3Stream::mapBuf(uint8_t buf_type, uint32_t buf_idx, in mapBuf() argument
1266 mHandle, buf_type, in mapBuf()
1286 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
1290 mHandle, buf_type, in unmapBuf()
1559 batchBufDef.buf_type = CAM_STREAM_BUF_TYPE_USERPTR; in getBatchBufDef()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c1790 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()
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
2252 aux_strid, buf_type, buf_idx, in mm_camera_intf_unmap_stream_buf()
[all …]
H A Dmm_camera.c1638 uint8_t buf_type, in mm_camera_map_stream_buf() argument
1656 payload.type = buf_type; in mm_camera_map_stream_buf()
1739 uint8_t buf_type, in mm_camera_unmap_stream_buf() argument
1754 payload.type = buf_type; in mm_camera_unmap_stream_buf()
1950 uint8_t buf_type, int fd, size_t size, void *buffer) in mm_camera_map_buf() argument
1957 packet.payload.buf_map.type = buf_type; in mm_camera_map_buf()
2047 uint8_t buf_type) in mm_camera_unmap_buf() argument
2053 packet.payload.buf_unmap.type = buf_type; in mm_camera_unmap_buf()
H A Dmm_camera_muxer.c421 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()
H A Dmm_camera_stream.c1357 rc = ioctl(my_obj->fd, VIDIOC_STREAMON, &buf_type); in mm_stream_streamon()
1380 ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type); in mm_stream_streamon()
1421 ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type); in mm_stream_start_sensor_streaming()
1520 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_write_user_buf()
1959 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) { in mm_stream_qbuf()
2130 uint8_t buf_type, uint32_t frame_idx, in mm_stream_map_buf() argument
2143 packet.payload.buf_map.type = buf_type; in mm_stream_map_buf()
2163 if ((buf_type == CAM_MAPPING_BUF_TYPE_STREAM_BUF) in mm_stream_map_buf()
2164 || ((buf_type in mm_stream_map_buf()
2292 uint8_t buf_type, in mm_stream_unmap_buf() argument
[all …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A 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,
H A DQCameraStream.cpp2597 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()
/aosp12/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp231 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()
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()
2462 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in execute_omx_flush()
4043 enum v4l2_buf_type buf_type; in use_output_buffer() local
4044 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in use_output_buffer()
5020 enum v4l2_buf_type buf_type; in allocate_output_buffer() local
5021 buf_type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in allocate_output_buffer()
5641 enum v4l2_buf_type buf_type; in empty_this_buffer_proxy() local
[all …]
/aosp12/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h204 u32 buf_type; member
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h173 u32 buf_type; member
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_q6vdec.h204 u32 buf_type; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_q6vdec.h173 u32 buf_type; member
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dhdreg.h316 unsigned short buf_type; member
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp1180 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()

12