1

我想将byte[]NV12 格式转换为 ARGB。在 LibYUV 中,我发现:

 LIBYUV_API
int NV12ToARGB(const uint8* src_y, int src_stride_y,
               const uint8* src_uv, int src_stride_uv,
               uint8* dst_argb, int dst_stride_argb,
               int width, int height);

如何从 NV12 数据中获取这些参数?任何人都可以帮助我吗?谢谢!

4

0 回答 0