AL_TSrcMetaData* AL_SrcMetaData_Create(AL_TDimension tDim, AL_TPlane tYPlane, AL_TPlane tUVPlane, TFourCC tFourCC); - 2023.1 English

H.264/H.265 Video Codec Unit v1.2 Solutions LogiCORE IP Product Guide (PG252)

Document ID
PG252
Release Date
2023-05-16
Version
2023.1 English
[in] tDim Dimension of the the picture (width and height in pixels)
[in] tYPlane Array of luma plane parameters (offset and pitch in bytes)
[in] tUVPlane Array of chroma plane parameters (offset and pitch in bytes)
[in] tFourCC FourCC of the framebuffer

Description

Create a source metadata.

Return

On success, returns a pointer to the metadata. In case of an allocation failure, the value returned is NULL.