Home
last modified time | relevance | path

Searched refs:plane_idx (Results 1 – 14 of 14) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h219 int32_t plane_idx,
239 int32_t plane_idx,
640 int32_t plane_idx,
678 int32_t plane_idx);
Dcam_types.h436 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member
454 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.h94 int32_t plane_idx, int fd, void *buffer, size_t size);
95 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCamera3Stream.cpp1223 int32_t plane_idx, int fd, void *buffer, size_t size) in mapBuf() argument
1228 buf_idx, plane_idx, in mapBuf()
1247 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
1252 buf_idx, plane_idx); in unmapBuf()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h681 int32_t plane_idx,
693 int32_t plane_idx);
730 int32_t plane_idx,
739 int32_t plane_idx);
/device/google/marlin/camera/QCamera2/HAL/
DQCameraStream.h103 int32_t plane_idx, int fd, void *buffer, size_t size,
108 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
DQCameraMem.cpp327 uint32_t plane_idx = (index * buf_info.frame_buf_cnt); in getUserBufDef() local
350 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx); in getUserBufDef()
352 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx; in getUserBufDef()
353 plane_idx++; in getUserBufDef()
358 bufDef.user_buf.num_buffers, index, plane_idx); in getUserBufDef()
DQCameraStream.cpp2510 int32_t plane_idx, int fd, void *buffer, size_t size, in mapBuf() argument
2515 (cam_mapping_buf_type)buf_type, mHandle, buf_idx, plane_idx, in mapBuf()
2566 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, in unmapBuf() argument
2570 return ops_tbl->unmap_ops(buf_idx, plane_idx, in unmapBuf()
2574 mHandle, buf_type, buf_idx, plane_idx); in unmapBuf()
/device/google/marlin/camera/QCamera2/util/
DQCameraBufferMaps.cpp179 mBufMapList.buf_maps[pos].plane_idx = pPlaneIndex; in enqueue()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1367 uint32_t buf_idx, int32_t plane_idx, int fd, in mm_camera_intf_map_stream_buf() argument
1377 camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_map_stream_buf()
1383 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf()
1461 int32_t plane_idx) in mm_camera_intf_unmap_stream_buf() argument
1470 camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
1476 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
Dmm_camera.c1608 int32_t plane_idx, in mm_camera_map_stream_buf() argument
1626 payload.plane_idx = plane_idx; in mm_camera_map_stream_buf()
1709 int32_t plane_idx) in mm_camera_unmap_stream_buf() argument
1724 payload.plane_idx = plane_idx; in mm_camera_unmap_stream_buf()
Dmm_camera_stream.c970 int32_t plane_idx, int fd, size_t size, in mm_stream_map_buf_ops() argument
976 type, frame_idx, plane_idx, fd, size, buffer); in mm_stream_map_buf_ops()
1026 int32_t plane_idx, in mm_stream_unmap_buf_ops() argument
1034 plane_idx); in mm_stream_unmap_buf_ops()
1930 int32_t plane_idx, int32_t fd, in mm_stream_map_buf() argument
1947 packet.payload.buf_map.plane_idx = plane_idx; in mm_stream_map_buf()
2093 int32_t plane_idx) in mm_stream_unmap_buf() argument
2106 packet.payload.buf_unmap.plane_idx = plane_idx; in mm_stream_unmap_buf()
Dmm_camera_channel.c2262 payload->plane_idx, payload->fd, in mm_channel_map_stream_buf()
2330 payload->frame_idx, payload->plane_idx); in mm_channel_unmap_stream_buf()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
Dcam_types.h436 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member
454 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member