Home | History | Annotate | Download | only in HAL

Lines Matching full:plane_idx

2434  *   @plane_idx: plane index
2444 int32_t plane_idx, int fd, size_t size, mm_camera_map_unmap_ops_tbl_t *ops_tbl)
2448 (cam_mapping_buf_type)buf_type, mHandle, buf_idx, plane_idx,
2492 * @plane_idx: plane index
2499 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
2503 return ops_tbl->unmap_ops(buf_idx, plane_idx,
2507 mHandle, buf_type, buf_idx, plane_idx);