- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We are using media sdk for decoding the video stream into NV12. We found that sometimes Y and UV planes are contiguous and sometimes not.
Is there an option to set the output layout whether to prevent gap between Y plane and UV plane?
Or was it just a coincidence to have a contiguous layout?
Thanks,
Mingyu
- Tags:
- Development Tools
- Graphics
- Intel® Media SDK
- Intel® Media Server Studio
- Media Processing
- Optimization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
gap between Y plane and UV plane?
you mean to say that UV plane is not starting just after ending the Y plane, i.e. UV != Y + width * height ?
If so, then please note that Y plane size will be pitch * height and not width * height. This pitch and width value will be same if width is multiple of 16, else pitch value will be aligned by 16 of width value, which is slightly greater than width.
Please let me know in case i understood your issue incorrectly.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
gap between Y plane and UV plane?
you mean to say that UV plane is not starting just after ending the Y plane, i.e. UV != Y + width * height ?
If so, then please note that Y plane size will be pitch * height and not width * height. This pitch and width value will be same if width is multiple of 16, else pitch value will be aligned by 16 of width value, which is slightly greater than width.
Please let me know in case i understood your issue incorrectly.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page