Searched refs:buf_maps (Results 1 – 7 of 7) sorted by relevance
176 mBufMapList.buf_maps[pos].type = pType; in enqueue()177 mBufMapList.buf_maps[pos].stream_id = pStreamId; in enqueue()178 mBufMapList.buf_maps[pos].frame_idx = pFrameIndex; in enqueue()179 mBufMapList.buf_maps[pos].plane_idx = pPlaneIndex; in enqueue()180 mBufMapList.buf_maps[pos].cookie = pCookie; in enqueue()181 mBufMapList.buf_maps[pos].fd = pFd; in enqueue()182 mBufMapList.buf_maps[pos].size = pSize; in enqueue()183 mBufMapList.buf_maps[pos].buffer = buffer; in enqueue()
2475 cam_mapping_buf_type type = buf_map_list->buf_maps[0].type; in mm_camera_bundled_map_stream_buf_ops()2479 buf_idx = buf_map_list->buf_maps[0].frame_idx; in mm_camera_bundled_map_stream_buf_ops()2483 buf_map_list->buf_maps[0].plane_idx, in mm_camera_bundled_map_stream_buf_ops()2484 buf_map_list->buf_maps[0].fd, in mm_camera_bundled_map_stream_buf_ops()2485 buf_map_list->buf_maps[0].size, in mm_camera_bundled_map_stream_buf_ops()2486 buf_map_list->buf_maps[0].buffer); in mm_camera_bundled_map_stream_buf_ops()2492 buf_idx = buf_map_list->buf_maps[i].frame_idx; in mm_camera_bundled_map_stream_buf_ops()2497 buf_map_list->buf_maps[i].plane_idx, in mm_camera_bundled_map_stream_buf_ops()2498 buf_map_list->buf_maps[i].fd, in mm_camera_bundled_map_stream_buf_ops()2499 buf_map_list->buf_maps[i].size, in mm_camera_bundled_map_stream_buf_ops()[all …]
2157 uint32_t strid = get_main_camera_handle(buf_map_list->buf_maps[i].stream_id); in mm_camera_intf_map_stream_bufs()2158 uint32_t aux_strid = get_aux_camera_handle(buf_map_list->buf_maps[i].stream_id); in mm_camera_intf_map_stream_bufs()2160 m_buf_list.buf_maps[aux_buf_list.length] = buf_map_list->buf_maps[i]; in mm_camera_intf_map_stream_bufs()2161 m_buf_list.buf_maps[aux_buf_list.length].stream_id = strid; in mm_camera_intf_map_stream_bufs()2165 aux_buf_list.buf_maps[aux_buf_list.length] = buf_map_list->buf_maps[i]; in mm_camera_intf_map_stream_bufs()2166 aux_buf_list.buf_maps[aux_buf_list.length].stream_id = aux_strid; in mm_camera_intf_map_stream_bufs()
2005 sendfds[i] = packet.payload.buf_map_list.buf_maps[i].fd; in mm_camera_map_bufs()2006 packet.payload.buf_map_list.buf_maps[i].buffer = in mm_camera_map_bufs()2007 buf_map_list->buf_maps[i].buffer; in mm_camera_map_bufs()2010 packet.payload.buf_map_list.buf_maps[i].fd = -1; in mm_camera_map_bufs()
2224 packet.payload.buf_map_list.buf_maps[i].stream_id = my_obj->server_stream_id; in mm_stream_map_bufs()2225 sendfds[i] = packet.payload.buf_map_list.buf_maps[i].fd; in mm_stream_map_bufs()2229 packet.payload.buf_map_list.buf_maps[i].fd = -1; in mm_stream_map_bufs()2243 if ((numbufs > 0) && ((buf_map_list->buf_maps[0].type in mm_stream_map_bufs()2245 || ((buf_map_list->buf_maps[0].type == in mm_stream_map_bufs()
1168 uint8_t type = payload->buf_maps[0].type; in mm_channel_fsm_fn_active()2639 payload->buf_maps[0].stream_id); in mm_channel_map_stream_bufs()
521 cam_buf_map_type buf_maps[CAM_MAX_NUM_BUFS_PER_STREAM]; member