Home
last modified time | relevance | path

Searched refs:req_buf (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/core/trusty/storage/proxy/
H A Dipc.c67 ssize_t ipc_get_msg(struct storage_msg *msg, void *req_buf, size_t req_buf_len) in ipc_get_msg() argument
70 struct iovec iovs[2] = {{msg, sizeof(*msg)}, {req_buf, req_buf_len}}; in ipc_get_msg()
H A Dipc.h23 ssize_t ipc_get_msg(struct storage_msg *msg, void *req_buf, size_t req_buf_len);
/aosp12/hardware/google/graphics/common/libgscaler/
H A Dlibgscaler_obj.cpp322 struct v4l2_requestbuffers req_buf; in m_gsc_m2m_stop() local
376 req_buf.count = 0; in m_gsc_m2m_stop()
377 req_buf.type = gsc->src_info.buf.buf_type; in m_gsc_m2m_stop()
378 req_buf.memory = gsc->src_info.buf.mem_type; in m_gsc_m2m_stop()
385 req_buf.count = 0; in m_gsc_m2m_stop()
386 req_buf.type = gsc->dst_info.buf.buf_type; in m_gsc_m2m_stop()
387 req_buf.memory = gsc->dst_info.buf.mem_type;; in m_gsc_m2m_stop()
675 struct v4l2_requestbuffers req_buf; in m_gsc_set_format() local
737 req_buf.count = 1; in m_gsc_set_format()
738 req_buf.type = info->buf.buf_type; in m_gsc_set_format()
[all …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_muxer.c1782 int32_t mm_camera_muxer_channel_req_data_cb(mm_camera_req_buf_t *req_buf, in mm_camera_muxer_channel_req_data_cb() argument
1796 if (req_buf != NULL) { in mm_camera_muxer_channel_req_data_cb()
1797 frame_sync->req_buf.num_buf_requested += in mm_camera_muxer_channel_req_data_cb()
1798 req_buf->num_buf_requested; in mm_camera_muxer_channel_req_data_cb()
1799 frame_sync->req_buf.type = req_buf->type; in mm_camera_muxer_channel_req_data_cb()
1802 while ((frame_sync->req_buf.num_buf_requested > 0) in mm_camera_muxer_channel_req_data_cb()
1806 &frame_sync->superbuf_queue, frame_sync->req_buf.type); in mm_camera_muxer_channel_req_data_cb()
1811 if (frame_sync->req_buf.type == MM_CAMERA_REQ_FRAME_SYNC_BUF) { in mm_camera_muxer_channel_req_data_cb()
1835 if ((m_obj->frame_sync.req_buf.num_buf_requested > 0) in mm_camera_muxer_channel_req_data_cb()
1837 m_obj->frame_sync.req_buf.num_buf_requested--; in mm_camera_muxer_channel_req_data_cb()
H A Dmm_camera_channel.c223 mm_camera_muxer_channel_req_data_cb(&cmd_cb->u.req_buf, my_obj); in mm_channel_dispatch_super_buf()
292 cb_node->u.req_buf.type = type; in mm_channel_send_frame_sync_req_buf()
293 cb_node->u.req_buf.num_buf_requested = 1; in mm_channel_send_frame_sync_req_buf()
294 cb_node->u.req_buf.cam_num = m_obj->cam_obj->my_num; in mm_channel_send_frame_sync_req_buf()
351 ch_obj->pending_cnt = cmd_cb->u.req_buf.num_buf_requested; in mm_channel_process_stream_buf()
352 ch_obj->pending_retro_cnt = cmd_cb->u.req_buf.num_retro_buf_requested; in mm_channel_process_stream_buf()
353 ch_obj->req_type = cmd_cb->u.req_buf.type; in mm_channel_process_stream_buf()
355 if (cmd_cb->u.req_buf.frame_idx) { in mm_channel_process_stream_buf()
357 cmd_cb->u.req_buf.frame_idx; in mm_channel_process_stream_buf()
358 LOGH("FrameID Request from Q = %d", cmd_cb->u.req_buf.frame_idx); in mm_channel_process_stream_buf()
[all …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h133 mm_camera_req_buf_t req_buf; /* num of buf requested */ member
277 mm_camera_req_buf_t req_buf; member
H A Dmm_camera_muxer.h178 int32_t mm_camera_muxer_channel_req_data_cb(mm_camera_req_buf_t *req_buf,