AL_CB_EndFrameDecoding - 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

Description

When the decoder has finished decoding a frame, this callback is invoked. This callback structure contains a function pointer to a function that takes a user parameter and a picture status. The picture status is a pointer to an AL_TDecPicStatus. The default callback is AL_Default_Decoder_EndDecoding.

Table 1. Function Type Descriptions
Type Field Description
void (*func)( void* pUserParam, AL_TBuffer* pStream, AL_TDecPicStatus* pPicStatus) func Called when a frame is decoded
void* userParam User-defined

See

AL_Default_Decoder_EndDecoding