Home
last modified time | relevance | path

Searched refs:buf_info (Results 1 – 25 of 51) sorted by relevance

123

/hardware/qcom/msm8996/original-kernel-headers/linux/
Dqcedev.h97 struct buf_info { struct
111 struct buf_info src[QCEDEV_MAX_BUFFERS];
112 struct buf_info dst[QCEDEV_MAX_BUFFERS];
128 struct buf_info src[QCEDEV_MAX_BUFFERS];
130 struct buf_info dst[QCEDEV_MAX_BUFFERS];
211 struct buf_info data[QCEDEV_MAX_BUFFERS];
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dqcedev.h97 struct buf_info { struct
111 struct buf_info src[QCEDEV_MAX_BUFFERS];
112 struct buf_info dst[QCEDEV_MAX_BUFFERS];
128 struct buf_info src[QCEDEV_MAX_BUFFERS];
130 struct buf_info dst[QCEDEV_MAX_BUFFERS];
211 struct buf_info data[QCEDEV_MAX_BUFFERS];
/hardware/qcom/msm8x09/kernel-headers/linux/
Dqcedev.h77 struct buf_info { struct
87 struct buf_info src[QCEDEV_MAX_BUFFERS]; argument
89 struct buf_info dst[QCEDEV_MAX_BUFFERS];
94 struct buf_info src[QCEDEV_MAX_BUFFERS];
96 struct buf_info dst[QCEDEV_MAX_BUFFERS];
122 struct buf_info data[QCEDEV_MAX_BUFFERS];
/hardware/qcom/msm8996/kernel-headers/linux/
Dqcedev.h77 struct buf_info { struct
87 struct buf_info src[QCEDEV_MAX_BUFFERS]; argument
89 struct buf_info dst[QCEDEV_MAX_BUFFERS];
94 struct buf_info src[QCEDEV_MAX_BUFFERS];
96 struct buf_info dst[QCEDEV_MAX_BUFFERS];
122 struct buf_info data[QCEDEV_MAX_BUFFERS];
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2761 mm_channel_queue_t *queue, mm_camera_buf_info_t *buf_info) in mm_channel_validate_super_buf() argument
2781 (buf_info->frame_idx == super_buf->frame_idx)) { in mm_channel_validate_super_buf()
2812 mm_camera_buf_info_t *buf_info) in mm_channel_handle_metadata() argument
2818 buf_info->stream_id); in mm_channel_handle_metadata()
2834 buf_info->stream_id); in mm_channel_handle_metadata()
2840 buf_info->stream_id); in mm_channel_handle_metadata()
2850 metadata = (const metadata_buffer_t *)buf_info->buf->buffer; in mm_channel_handle_metadata()
2902 if (divert_info.frame_id >= buf_info->frame_idx) { in mm_channel_handle_metadata()
2912 queue->expected_frame_id = buf_info->frame_idx + 1; in mm_channel_handle_metadata()
2923 buf_info->frame_idx, queue->expected_frame_id, in mm_channel_handle_metadata()
[all …]
Dmm_camera_stream.c75 mm_camera_buf_info_t* buf_info,
78 mm_camera_buf_info_t* buf_info);
168 mm_camera_buf_info_t *buf_info) in mm_stream_notify_channel() argument
173 if ((NULL == ch_obj) || (NULL == buf_info)) { in mm_stream_notify_channel()
184 node->u.buf = *buf_info; in mm_stream_notify_channel()
211 mm_camera_buf_info_t *buf_info, in mm_stream_handle_rcvd_buf() argument
220 rc = mm_stream_notify_channel(my_obj->ch_obj, buf_info); in mm_stream_handle_rcvd_buf()
229 my_obj->buf_status[buf_info->buf->buf_idx].buf_refcnt++; in mm_stream_handle_rcvd_buf()
231 rc = mm_stream_notify_channel(my_obj->linked_obj, buf_info); in mm_stream_handle_rcvd_buf()
247 node->u.buf = *buf_info; in mm_stream_handle_rcvd_buf()
[all …]
/hardware/qcom/sm8150/display/sdm/include/core/
Dbuffer_allocator.h150 virtual DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
153 (void) buf_info; in GetBufferLayout()
/hardware/qcom/sm7250/display/sdm/include/core/
Dbuffer_allocator.h150 virtual DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
153 (void) buf_info; in GetBufferLayout()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp362 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
370 SetBufferInfo(buf_info.format, &format, &flags); in GetBufferLayout()
373 hnd.width = INT32(buf_info.aligned_width); in GetBufferLayout()
374 hnd.height = INT32(buf_info.aligned_height); in GetBufferLayout()
Dhwc_buffer_allocator.h59 DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info,
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp338 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
346 SetBufferInfo(buf_info.format, &format, &flags); in GetBufferLayout()
349 hnd.width = INT32(buf_info.aligned_width); in GetBufferLayout()
350 hnd.height = INT32(buf_info.aligned_height); in GetBufferLayout()
Dhwc_buffer_allocator.h60 DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info,
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp305 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
312 SetBufferInfo(buf_info.format, &format, &flags); in GetBufferLayout()
315 hnd.width = buf_info.aligned_width; in GetBufferLayout()
316 hnd.height = buf_info.aligned_height; in GetBufferLayout()
Dhwc_buffer_allocator.h54 DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info,
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp305 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
312 SetBufferInfo(buf_info.format, &format, &flags); in GetBufferLayout()
315 hnd.width = buf_info.aligned_width; in GetBufferLayout()
316 hnd.height = buf_info.aligned_height; in GetBufferLayout()
Dhwc_buffer_allocator.h54 DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info,
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp374 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
382 SetBufferInfo(buf_info.format, &format, &flags); in GetBufferLayout()
385 hnd.width = INT32(buf_info.aligned_width); in GetBufferLayout()
386 hnd.height = INT32(buf_info.aligned_height); in GetBufferLayout()
Dhwc_buffer_allocator.h60 DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info, uint32_t stride[4],
/hardware/qcom/display/msm8909/sdm/include/core/
Dbuffer_allocator.h148 virtual DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dbuffer_allocator.h148 virtual DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
/hardware/qcom/sdm845/display/sdm/include/core/
Dbuffer_allocator.h149 virtual DisplayError GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.cpp240 AllocatedBufferInfo buf_info {}; in RegisterCurrent() local
242 buf_info.fd = layout.fd = fd; in RegisterCurrent()
243 buf_info.aligned_width = layout.width = input_buffer->width; in RegisterCurrent()
244 buf_info.aligned_height = layout.height = input_buffer->height; in RegisterCurrent()
245 buf_info.format = input_buffer->format; in RegisterCurrent()
246 GetDRMFormat(buf_info.format, &layout.drm_format, &layout.drm_format_modifier); in RegisterCurrent()
247 buffer_allocator_->GetBufferLayout(buf_info, layout.stride, layout.offset, in RegisterCurrent()
253 layout.width, layout.height, GetFormatString(buf_info.format), layout.stride[0], in RegisterCurrent()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.cpp240 AllocatedBufferInfo buf_info {}; in RegisterCurrent() local
242 buf_info.fd = layout.fd = fd; in RegisterCurrent()
243 buf_info.aligned_width = layout.width = input_buffer->width; in RegisterCurrent()
244 buf_info.aligned_height = layout.height = input_buffer->height; in RegisterCurrent()
245 buf_info.format = input_buffer->format; in RegisterCurrent()
246 GetDRMFormat(buf_info.format, &layout.drm_format, &layout.drm_format_modifier); in RegisterCurrent()
247 buffer_allocator_->GetBufferLayout(buf_info, layout.stride, layout.offset, in RegisterCurrent()
253 layout.width, layout.height, GetFormatString(buf_info.format), layout.stride[0], in RegisterCurrent()
/hardware/qcom/sm7250/display/composer/
Dhwc_buffer_allocator.cpp471 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
479 SetBufferInfo(buf_info.format, &format, &flags); in GetBufferLayout()
482 hnd.width = INT32(buf_info.aligned_width); in GetBufferLayout()
483 hnd.height = INT32(buf_info.aligned_height); in GetBufferLayout()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp469 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() argument
477 SetBufferInfo(buf_info.format, &format, &flags); in GetBufferLayout()
480 hnd.width = INT32(buf_info.aligned_width); in GetBufferLayout()
481 hnd.height = INT32(buf_info.aligned_height); in GetBufferLayout()

123