Output format with 32bits floating point rgb

Hi,

I am developing stream client with tegra multimedia api decoder.
We also need 32bits floating point rgb raw data after decode process. For better performance, we need 32bits floating point rgb can be output from decoder immediately instead of extra cpu conversion.
I can’t find 32bits floating point rgb format on capture plane format of video converter in the decoder.
Does HW engine on TX2 support YUV->32bits floating point rgb conversion?

Thank you.

Please refer to

tegra_multimedia_api\samples\backend

It demonstrates converting RGBA to float BGR via CUDA.

Hi DaneLLL,

Thanks for your reply. I will take a look at cuda for conversion.