On Wed Jul 3 07:22:45 2024 +0000, Ziqing Hui wrote:
But the uncompressed size doesn't match and is smaller (in this case
with NV12) than the value native uses. OK, you are right. I found it's smaller.
This doesn't look right and we could return a hardcoded value just as
well for now. If just use a hardcoded value here, which value should it be? Maybe the value correspond to a 1920x1080 frame? Or just use 0x8000?
Yeah for instance the value native returns for a 1920x1080 frame would hopefully be enough, or if the application you are working on uses something larger, that value instead. Maybe worth adding a FIXME in any case.