libvpl icon indicating copy to clipboard operation
libvpl copied to clipboard

About support for format 444P

Open mengker33 opened this issue 2 years ago • 1 comments

We would like to use vpl-backend jpegdec to output 444p format, but there is no 444p fourcc (i.e. MFX_FOURCC_YUV444) defined in vpl dispatcher (mfxstructures.h). I only see it defined in vpl-gpu-runtime mfxstructures-int.h. Can you add support for 444P?

mengker33 avatar Nov 14 '23 09:11 mengker33

Thank you for the input. These enums are also defined separately for the test tools in sample_utils.h but I agree that these should be defined in a single place in the dispatcher headers, if they are supported by the runtime. We will coordinate with GPU runtime owners on promoting the relevant fourCC's into mfxstructures.h.

jonrecker avatar Jan 17 '24 20:01 jonrecker

This requires coordination with the VPL GPU Runtime repo, to ensure there aren't multiple conflicting definitions. An issue can be filed with the VPL GPU RT repo here: https://github.com/intel/vpl-gpu-rt/issues.

akwrobel avatar May 29 '24 17:05 akwrobel

Close the ticket for the moment as it needs modification on both vpl dispatch and runtime.

mengker33 avatar Jun 04 '24 01:06 mengker33