SPRACU0 September 2020 DRA710 , DRA710 , DRA712 , DRA712 , DRA714 , DRA714 , DRA716 , DRA716 , DRA718 , DRA718 , DRA722 , DRA722 , 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
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.
Consider a system that supports these features as shown in Figure 1-1:
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.
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.
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.