Describe the bug
The issue occurred because nextPtrOffset was being initialized in the rawImagePlanarMetadata class when setting the data size for the first time. As a result, the condition checking if the value was the same as the declared value prevented the data size from being updated correctly on the second attempt.
To Reproduce
- Set the data size for the first time.
- Attempt to update the data size again.
- Observe that the value does not change as expected.
Expected behavior
Ensured that nextPtrOffset is handled correctly so that the data size can be updated multiple times
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Version [e.g. chrome, safari]
- Cuda Version [e.g. 22]
- Architecture [e.g. x86_64, arm64]
Additional context
Add any other context about the problem here.
Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.
Describe the bug
The issue occurred because nextPtrOffset was being initialized in the rawImagePlanarMetadata class when setting the data size for the first time. As a result, the condition checking if the value was the same as the declared value prevented the data size from being updated correctly on the second attempt.
To Reproduce
Expected behavior
Ensured that nextPtrOffset is handled correctly so that the data size can be updated multiple times
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.