• Menu
  • Product
  • Email
  • PDF
  • Order now
  • Sharing IVA-HD Between VISION SDK and PSDKLA On Jacinto6 SoC

    • SPRACU0 September   2020 DRA710 , DRA710 , DRA712 , DRA712 , DRA714 , DRA714 , DRA716 , DRA716 , DRA718 , DRA718 , DRA724 , DRA724 , DRA725 , DRA725 , DRA726 , DRA726 , DRA745 , DRA745 , DRA746 , DRA746 , DRA74P , DRA74P , DRA750 , DRA750 , DRA756 , DRA756 , DRA75P , DRA75P , DRA76P , DRA76P , DRA77P , DRA77P , DRA780 , DRA780 , DRA781 , DRA781 , DRA782 , DRA782 , DRA783 , DRA783 , DRA785 , DRA785 , DRA786 , DRA786 , DRA787 , DRA787 , DRA788 , DRA788 , DRA790 , DRA790 , DRA791 , DRA791 , DRA793 , DRA793 , DRA797 , DRA797 , TDA2EG-17 , TDA2EG-17 , TDA2HF , TDA2HF , TDA2HG , TDA2HG , TDA2HV , TDA2HV , TDA2LF , TDA2LF , TDA2P-ABZ , TDA2P-ABZ , TDA2P-ACD , TDA2P-ACD , TDA2SA , TDA2SA , TDA2SG , TDA2SG , TDA2SX , TDA2SX

       

  • CONTENTS
  • SEARCH
  • Sharing IVA-HD Between VISION SDK and PSDKLA On Jacinto6 SoC
  1.   Trademarks
  2. 1IVA-HD Share Problem in Current Use Cases
  3. 2IVA-HD Sharing Design
  4. 3IVA-HD Sharing Implementation
    1. 3.1 Boot Flow
    2. 3.2 IVA-HD DPLL Configure in uboot
    3. 3.3 Configure IPU to Support IPUMM and Decode Link at the Same Time
    4. 3.4 IVA-HD Configure
      1. 3.4.1 Codec Engine and IPUMM Setup
      2. 3.4.2 Framework Components
      3. 3.4.3 Codec
      4. 3.4.4 IVA-HD Boot Parameter
    5. 3.5 RPMSG Startup
  5. 4Early Decoding Demo
  6. 5References
  7. IMPORTANT NOTICE
search No matches found.
  • Full reading width
    • Full reading width
    • Comfortable reading width
    • Expanded reading width
  • Card for each section
  • Card with all content

 

APPLICATION NOTE

Sharing IVA-HD Between VISION SDK and PSDKLA On Jacinto6 SoC

Trademarks

All other trademarks are the property of their respective owners.

1 IVA-HD Share Problem in Current Use Cases

More customers are considering a system that supports infotainment features plus RVC or Animation in one single Jacinto/TDA. Recently, the Ethernet based RVC has been introduced to the system which require decoding the H264 stream by real time. Meanwhile some customers require playing the video logo with startup animation.

Since only one Jacinto/TDA has one instance of IVA-HD hardware, there are two different software framework and codec drivers to controller the IVA-HD. This will encounter resource conflicts.

GUID-20200825-CA0I-LR3P-TWBN-8BLBM7K9D1LR-low.gif Figure 1-1 Sharing IVA-HD Problem Between VISION SDK and PSDKLA

Consider a system that supports these features as shown in Figure 1-1:

  • Use case A: Animation or RVC

    For fast boot consideration requirement, most customers choose VISION SDK framework for developing RVC or Animation. VISION SDK designs with the Link and Chains concept are used to implement any use case.

    When the video data (typically, h264) reads as a video file from the boot partition by the NullSource Link or extracted as raw stream from the Ethernet frames, the NullSource Link or Autosar Link sends the streams to the decode Link for decoding. As shown in Figure 1-2, the decode link calls the driver based on the VISION SDK codec, which is located in the M4 core to configure the IVA-HD hardware module to implement the decoding, then sends the decoding frames to next link.

    GUID-20200825-CA0I-B0M6-L0BV-L7JTN59LNF6N-low.gif Figure 1-2 VISION SDK Codec
  • Use case B: Multimedia player

    By default, TI PSDKLA uses open source gstreamer framework for any multimedia player use case. TI provides gstreamer plugins: ducatiH264 and ducaitiMJPEG. These plugins can work in gstreamer pipelines to process the multimedia file. As shown in Figure 1-3, the gstreamer calls the ducatiH264 plugin to configure IPUMM(codec) on the M4 core to communicate with IVAHD to decode the H.264 frames. The decoding plugin calls the TI IPUMM driver, which is located on the M4 core, to control the IVA-HD hardware module to implement the decoding/encoding. Then, it sends frames to the next plugin.

    GUID-20200825-CA0I-W52S-N0KW-9R2XRQMDPKLF-low.gif Figure 1-3 PSDKLA Codec

    If the A and B use cases occurs simultaneously, one case will fail because one single IVA-HD hardware instance cannot be controlled by decode link and IPUMM on M4 at the same time. Actually, any use case that needs both the decode link on M4 and IPUMM support for decoding on A15 will fail.

2 IVA-HD Sharing Design

GUID-20200825-CA0I-2FZS-BBZD-5QFMCGSTHXHP-low.gif Figure 2-1 New IVA-HD Sharing Concept

Sharing the IVA-HD hardware requires that the driver can only be called in M4. Both of PSDKLA and VSION SDK have their own Framework-components and codec. They are not compatible. The better way is to use one framework and codec, and make this framework and codec compatible with another.

The IPUMM and VISION SDK decode links run on the same core. As shown in Figure 2-1, since the frame-components support multi-instance, the IVA-HD can be controlled by the two entities, both gstreamer decode plugin and decode link can call the frame-components.

  • This document uses PSDKLA framework components instead of VISION-SDK framework components
  • The decode link uses the IPUMM codec to replace the VISION SDK codec

 

Texas Instruments

© Copyright 1995-2025 Texas Instruments Incorporated. All rights reserved.
Submit documentation feedback | IMPORTANT NOTICE | Trademarks | Privacy policy | Cookie policy | Terms of use | Terms of sale