PDK API Guide for J721E
Dss_DispPipePrgmCbParams Struct Reference

Detailed Description

Structure containing video pipe program callback parameters. This structure is used as an argument to IOCTL_DSS_DISP_REGISTER_PIPE_PRGM_CB.

Data Fields

Dss_DispPipePrgmCbFxn pipePrgmCbFxn
 
void * appData
 

Field Documentation

◆ pipePrgmCbFxn

Dss_DispPipePrgmCbFxn Dss_DispPipePrgmCbParams::pipePrgmCbFxn

Application callback function to be called just after programming the hardware. A value of NULL will un-register the callback.

◆ appData

void* Dss_DispPipePrgmCbParams::appData

Private data of application