You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mohammedzakikochargi
changed the title
Fix data size not getting set correctly on the second update
Fix data size not getting set correctly on the second update in RawImgePlanarMetadata class
Feb 28, 2025
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.
The text was updated successfully, but these errors were encountered: