Use Case 3: Received Video Stream - 3.2 English

HDMI 1.4/2.0 Receiver Subsystem v3.2 Product Guide (PG236)

Document ID
PG236
Release Date
2023-10-18
Version
3.2 English
  1. Video PHY Controller /HDMI GT Subsystem HDMI RX Init interrupt is received.
    • Callback function registered to XVPHY_HDMI_HANDLER_RXINIT Interrupt type is called.
  2. Video PHY Controller /HDMI GT Subsystem HDMI RX Ready interrupt is received.
    • Callback function registered to XVPHY_HDMI_HANDLER_RXREADY interrupt type is called.
  3. RX Audio Interrupt is received.
    • Callback function registered to XV_HDMIRXSS_HANDLER_AUD interrupt type is called.
  4. RX Stream Initialization Interrupt is received.
    • Callback function registered to XV_HDMIRXSS_HANDLER_HDCP_AUTHENTICATEiInterrupt type is called.
  5. When video stream is locked, the RX stream up interrupt is received.
    • Callback function registered to XV_HDMIRXSS_HANDLER_STREAM_UP interrupt type is called.

Now, the video stream has been detected and you can retrieve the stream information using the provided API:

XVidC_VideoStream *XV_HdmiRxSs_GetVideoStream(XV_HdmiRxSs *InstancePtr);