Home | History | Annotate | Download | only in HAL

Lines Matching full:plane_idx

2020  *   @plane_idx: plane index
2030 int32_t plane_idx, int fd, size_t size, mm_camera_map_unmap_ops_tbl_t *ops_tbl)
2033 return ops_tbl->map_ops(buf_idx, plane_idx, fd,
2037 mHandle, buf_type, buf_idx, plane_idx,
2051 * @plane_idx: plane index
2058 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
2062 return ops_tbl->unmap_ops(buf_idx, plane_idx,
2066 mHandle, buf_type, buf_idx, plane_idx);