HDC-3x Series SDK (Windows) IEI Technology Corp. MODEL: HDC-3x Series SDK (Windows) A SDK software development kit for the HDC-3x Series User Manual Page 1 Rev. 2.
HDC-3x Series SDK (Windows) Revision Date Version Changes 27 November, 2012 2.00 Updated for new software version v2.00 4 May, 2011 1.02 Added information for the HDC-302E 13 April, 2011 1.01 Added information for HDC-301 and HDC-301E and renamed the manual to HDC-3x Series 13 January, 2011 Page 2 1.
HDC-3x Series SDK (Windows) Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior notice in order to improve reliability, design and function and does not represent a commitment on the part of the manufacturer. In no event will the manufacturer be liable for direct, indirect, special, incidental, or consequential damages arising out of the use or inability to use the product or documentation, even if advised of the possibility of such damages.
HDC-3x Series SDK (Windows) Table of Contents 1 DRIVER AND SDK INSTALLATION ........................................................................ 6 1.1 OVERVIEW.................................................................................................................. 7 1.2 DRIVER INSTALLATION ............................................................................................... 8 1.2.1 Driver Installation in 64-bit Windows 7 OS..................................................... 12 1.2.
HDC-3x Series SDK (Windows) A.1 ERROR CODE OVERVIEW ......................................................................................... 54 A.2 ERROR_MODULE[7:0]........................................................................................ 54 A.3 ERROR_STATUS[23:0] ........................................................................................ 55 A.3.1 IDLE ................................................................................................................ 55 A.3.2 ENC ..
HDC-3x Series SDK (Windows) Chapter 1 1 Driver and SDK Installation Page 6
HDC-3x Series SDK (Windows) 1.1 Overview A CD is shipped with the video capture card. The CD contains a driver for the video capture controllers on the card. When the video capture card is installed on the system, the driver must be installed. Failure to install the driver means that that video capture card cannot be detected by the system.
HDC-3x Series SDK (Windows) 1.2 Driver Installation To install the HDC-3x Series SDK (Windows) driver, please follow the steps below: If the HDC-3x Series SDK (Windows) driver is already installed, please refer to Section 1.2.1 to uninstall the driver first. NOTE: If the User Access Control dialog box appears during installation, click Yes to continue. Step 1: Make sure to log in the system as the administrator. Step 2: Insert the driver CD. Step 3: Locate the “Driverinstaller.bat” file in the driver CD.
HDC-3x Series SDK (Windows) Figure 1-2: Windows Warning Window Step 6: The Device Driver Installation Wizard appears. Click Next to start. Figure 1-3: Device Driver Installation Wizard Step 7: The driver starts to install and the screen in Figure 1-4 appears.
HDC-3x Series SDK (Windows) Figure 1-4: Driver Installing Step 8: When the driver installation is complete, the screen in Figure 1-5 appears. Click the Finish button to finish driver installation. Figure 1-5: Driver Installation Complete Step 9: Check the device manager in the Windows control panel to ensure the driver (MB86H55-REB PCI, HDC controller and WinDriver) has been properly installed. The installed driver is slightly different on different models. See Figure 1-6 for the details.
HDC-3x Series SDK (Windows) HDC-301 and HDC-301E HDC-302E Page 11
HDC-3x Series SDK (Windows) HDC-304E Figure 1-6: Device Manager 1.2.1 Driver Installation in 64-bit Windows 7 OS NOTE: The HDC-301/301E series does not support Windows 7 64-bit operating system. Please install the HDC-301/301E series in a system with other OS, such as Windows 7 32-bit. To install the driver in a 64-bit Windows 7 operating system, please do the followings: Step 1: Make sure to log in the system as the administrator. Step 2: Insert the driver CD.
HDC-3x Series SDK (Windows) Step 3: Launch the Command Prompt application in Windows 7 as an administrator (right click the Command Prompt and select “Run as administrator”). Step 4: In the Command Prompt window, specify the 64-bit driver directory. Then, type DriverInstaller to install the driver to the system. Figure 1-7: Command Prompt – Driver Installation Step 5: Follow Step 5 ~ Step 8 in Section 1.2 to complete installing the driver to a 64-bit Windows 7 operating system.
HDC-3x Series SDK (Windows) Figure 1-8: Device Manager – 64-bit OS 1.2.2 Uninstall Driver To uninstall the driver, please follow the steps below. Step 1: Make sure to login the system as the administrator. Step 2: Locate the “Driveruninstaller.bat” file in the driver CD. Double click it to uninstall the driver. The console window pop-up and all drivers will be uninstalled.
HDC-3x Series SDK (Windows) 1.3 Software Installation The HDC-3x series comes with a video capture application – HDCapture SDK. This section describes how to install the application in Windows environment. 1.3.
HDC-3x Series SDK (Windows) 1.3.2 HDCapture SDK Installation To install the HDCapture SDK, please follow the steps below. Step 1: Insert the driver CD. Step 2: Locate the HDCaptureSDK_x86_Vxxxx.msi file in the driver CD (HDCaptureSDK_x86_VxxxxR.msi R: released version; HDCaptureSDK_x86_VxxxxD.msi D: debug version). Double click the setup file to start the installation. The user can also download the latest setup file from IEI website. Step 3: The HDCapture Setup Wizard welcome window appears.
HDC-3x Series SDK (Windows) Figure 1-10: Select Installation Folder Step 5: The following screen appears. Click Next to confirm the installation. Figure 1-11: Confirm Installation Step 6: The system starts installing the HDCapture. Step 7: If an error happens during the installation (as shown in Figure 1-12), click Continue to continue the installation.
HDC-3x Series SDK (Windows) Figure 1-12: Installation Error Messages NOTE: Since "DumpFile.dll" and "PushFileSource2.dll " are DirectShow filters, the user must register them before use. If the error described in Step 7 occurs, please use one of the following methods to register after the HDCapture SDK installation: 1. Start Menu -> Programs -> HDCapture SDK V1.01 -> InstallFilter. or 2. Go to the installation folder and click InstallFilter.bat.
HDC-3x Series SDK (Windows) Step 8: When the HDCapture SDK is successfully installed, the following window appears. Click Close to exit. Step 0: Figure 1-13: Installation Complete 1.3.3 Uninstall HDCapture SDK To uninstall the HDCapture SDK, follow the steps below. Step 1: Select Control Panel Æ Programs Æ Programs and Features. Step 2: Select HDCapture SDK and click the Uninstall button to uninstall the HDCapture SDK (Figure 1-14).
HDC-3x Series SDK (Windows) Figure 1-14: Uninstall HDCapture SDK Step 3: A confirmation window appears. Click Yes to uninstall the HDCapture SDK.
HDC-3x Series SDK (Windows) Chapter 2 2 HDCapture SDK Application Page 21
HDC-3x Series SDK (Windows) 2.1 HDCapture SDK Overview The HDCapture SDK is a video capture tool that allows user to capture video through the HDMI input ports in Windows environment. The HDCapture SDK also includes decoding function that decodes the video signal for video output to the HDMI-enabled display device. 2.2 Video Capture To use the HDCapture SDK to capture video, follow the steps below. If the older version of the HDCapture SDK is already installed, please refer to Section 1.3.
HDC-3x Series SDK (Windows) HDC-302E HDC-304E Figure 2-1: HDCapture SDK Page 23
HDC-3x Series SDK (Windows) Step 2: Enable and configure the device settings by clicking the Device # (0, 1, 2, 3) buttons. The device number is decided by which port the device is installed. If the HDC-301 series is installed, there will be only one Device 0 button to choose. Figure 2-2: HDC-302E and HDC-304E Device Ports Step 3: Click the Device # button. The Encoding window appears (Figure 2-3). Choose the video input format which depends on the video device.
HDC-3x Series SDK (Windows) 720x480 (60i) (2000kps – 10000kps) 720x480 (59.94i) (2000kps – 10000kps) 720x576 (50i) (2000kps – 10000kps) Step 4: Configure the encoding settings, including encoding file directory (click Ref button to choose the directory), rate control (CBR or VBR) and video encoding bitrate (must be in the range of video format). When “CBR” is selected, the “Bitrate” text box is displayed.
HDC-3x Series SDK (Windows) NOTE: If the HDC-301/301E series is installed, the version information shown in the encoding/decoding setting window will be N/A (as below). Step 5: Repeat Step 2 ~ Step 4 to configure the connected input devices if necessary. Step 6: Click Start Click to start capture the video. Click Stop to reboot the device. Step 0: Figure 2-4: Video Capture Control Page 26 to stop capture.
HDC-3x Series SDK (Windows) 2.3 Video Decoding The HDCapture SDK also includes decoding function that decodes the video signal for video output to the HDMI-enabled display device. To decode a captured video clip, follow the steps below. Step 1: Launch the HDCapture SDK. Step 2: Bring up the Decoding page by clicking one of the Device # buttons. Click the Decoding tab to access the decoding page. Step 3: Click Ref button to locate a video file in the computer to decode.
HDC-3x Series SDK (Windows) Step 6: This step is only required for the HDC-302E. Select the transmitter bus (2 or 3) (Figure 2-7). For example, when the Device0 button is selected to decode the encoded file, please select 2 from the device2 (transmitter bus) drop-down menu to display the video on HDMI display device via video output port.
HDC-3x Series SDK (Windows) Figure 2-7: Select Transmitter Bus for HDC-304E Step 8: Click Operation Start to start decoding the selected video. Step 0: 2.4 Video Bypass To view the video input source on HDMI display device in real time, please follow the steps below. Step 1: Launch the HDCapture SDK. Step 2: Connect the HDMI cable from HDMI display device to the HDMI output port or the HDMI output kit (HDC-304E).
HDC-3x Series SDK (Windows) Figure 2-8: Select Transmitter Device for HDC-302E Step 5: This step is only required for the HDC-304E. Select the transmitter bus from 0 to 3 (Figure 2-9). For example, to view the video input source 1 on HDMI display device, select the transmitter bus 0.
HDC-3x Series SDK (Windows) NOTE: For the HDC-304E users: The video input source 1 is set to default for video bypass. Thus, when turn on the computer, video bypass will be enabled and the video from video input 1 will show on the HDMI display, if 1. the HDMI output kit from the HDC-3x Series SDK (Windows) is connecting to HDMI display, and 2. the video input source is connecting to the video input 1 connector of the HDC-3x Series SDK (Windows).
HDC-3x Series SDK (Windows) Chapter 3 3 API Introduction Page 32
HDC-3x Series SDK (Windows) 3.1 Build Environment The API build environment requirements are listed below. If build environment is not Microsoft Visual Studio 2005 SP1 or latter, you need to install Microsoft Visual C++ 2005 SP1 Redistributable Package (x86). Microsoft Windows XP SP2 32-bit Microsoft Windows 7 32-bit/64-bit DirectX SDK – August 2007 Windows SDK for Windows Vista (6.0.6000) Microsoft .NET Framework 2.0/3.0/3.5/4.
HDC-3x Series SDK (Windows) 3.2.1 DeviceMan API Introduction There are one enum, one structure and two functions in DeviceMan.dll. The source codes are listed below for reference. typedef struct _CardList_T { // Card category. int iCategory; // UI No, usually is the slot No. int iUINo; // Bus No. int iBusNo; // Device number. int iDeviceNum; // Transmitter number. int iTransmitterNum; // Device No of each device. int iDeviceNo[4]; // Device information of each device.
HDC-3x Series SDK (Windows) // Unicode to ASCII failed. DEVICE_MAN_RESULT_UTOA_FAILED, DEVICE_MAN_RESULT_INVALID_HANDLE, DEVICE_MAN_RESULT_BUF_ERR_MAXIMUM, DEVICE_MAN_RESULT_BUF_ERR_LENGTH, DEVICE_MAN_RESULT_BUF_ERR_OVER_MAX, // Input parameter error. DEVICE_MAN_RESULT_PARAMETER_ERROR, // Memory allocate failed. DEVICE_MAN_RESULT_MEM_ALLOC_FAILED, // No capture card. DEVICE_MAN_RESULT_NO_CARD, // Get UI No. failed. DEVICE_MAN_RESULT_GET_UI_NO_FAILED, // Get bus No. failed.
HDC-3x Series SDK (Windows) Parameter: ot_ipCardNum: Integer pointer of card number. ot_ppCardList: Void pointer of card list. Return: An integer, see enum type. 3.2.2 CPLDMan API Introduction The CPLDMan.dll is the same with the DeviceMan.dll. The detail usage can be found in the source code.
HDC-3x Series SDK (Windows) 1. CPLDManGetVersion(int* ot_ipVerYear,int* ot_ipVerMonth, int* ot_ipVerDay) Description: Get CPLDMan.dll version. Parameter: ot_ipVerYear : Integer pointer of year version. ot_ipVerMonth: Integer pointer of month version. ot_ipVerDay: Integer pointer of day version. Return: An integer, see enum type. 2. CPLDManInitialize(); Description: Initialize CPLD library. Parameter: N/A. Return: An integer, see enum type. 3. CPLDManUninitialize(); Description: Uninitialize CPLD library.
HDC-3x Series SDK (Windows) Description: Close CPLD. Parameter: in_iBusNo: Bus No. of CPLD. Return: An integer, see enum type. 6. CPLDManCodecVideoSrcGet(int in_iBusNo, int in_iCodecNo, int* ot_ipValue) Description: Get video source of codec. Parameter: iBusNo: Bus No. of CPLD. in_ iCodecNo: Codec No. ot_ipValue: Integer pointer of video source, used in get funcion. Return: An integer, see enum type. 7.
HDC-3x Series SDK (Windows) An integer, see enum type. 9. CPLDManTXVideoSrcSet(int in_iBusNo, int in_iTXNo, int in_iValue) Description: Set video source of transmitter. Parameter: iBusNo: Bus No. of CPLD. in_ iTXNo: Transmitter No. in_iValue: Video source, used in set function. Return: An integer, see enum type. 10. CPLDMan8051Version(int in_iBusNo, int* ot_ipValue); 11. CPLDManCPLDVersion(int in_iBusNo, int* ot_ipValue); 12.
HDC-3x Series SDK (Windows) 3.2.3 Mb86H55rebDll API Introduction The Mb86H55rebDll API only has C# version now. The detail usage can be found in the source code. 3.2.4 Role of Mb86H55rebDll API C# Application Layer Mb86H55rebDll API ApCmn.dll ApScenario.dll DumpFile.dll PushFileSource2.dll Capture Card The application can use Mb86H55rebDll API to control capture card. 3.2.5 Using Mb86H55rebDll API Step 1: Put the “ApCmn.dll”, “ApScenario.dll”, “DumpFile.dll”, “Mb86H55rebDll.
HDC-3x Series SDK (Windows) Step 3: Declare variable to control MB86H55 as below: Mb86H55reb mb86h55reb = new Mb86H55reb; Step 4: Add the following event handler: protected override void WndProc(ref Message m) { DoMb86h55Events(ref m); base.WndProc(ref m); } private void DoMb86h55Events(ref Message m) { Mb86H55reb.AsyncEventResult result; string comment; result = mb86h55reb.
HDC-3x Series SDK (Windows) mb86h55reb.Reset(); break; case Mb86H55reb.AsyncEventResult.OperationCancel: break; case Mb86H55reb.AsyncEventResult.Warning: break; case Mb86H55reb.AsyncEventResult.SeriousError: break; case Mb86H55reb.AsyncEventResult.HdmiCableStatusChanged: break; case Mb86H55reb.AsyncEventResult.OperationContinue: break; case Mb86H55reb.AsyncEventResult.AudioStatusChanged: break; default: break; } } void SystemEvents_PowerModeChanged(object sender, Microsoft.Win32.
HDC-3x Series SDK (Windows) mb86h55reb.SetCanvasHandle(mPnlCanvas.Handle); mb86h55reb.ApplyGpio(); mb86h55reb.RebootFirm(); SetScreenMode(ScreenMode.Processing); mb86h55reb.Reset(); break; } } Step 6: Before using MB86H55REB, it must be initialized: mb86h55reb.Close(); mb86h55reb.DirectShowEnabled(miChipNo, mbDirectShowEnabled); mbIsMb86h55rebOpened = mb86h55reb.Open(miChipNo,this.Handle); mb86h55reb.SetCanvasHandle(mPnlCanvas.Handle); mb86h55reb.ApplyGpio(); mb86h55reb.RebootFirm(); mb86h55reb.
HDC-3x Series SDK (Windows) Interface 1. FMBVideoFormatEnum h264VideoFormat Video formate. enum FMBVideoFormatEnum { FMBEnmVideoFmt1920x1080, FMBEnmVideoFmt1440x1080, FMBEnmVideoFmt1280x720, FMBEnmVideoFmt720x480, FMBEnmVideoFmt720x576, EnmVideoNumofFmt }; 2. FMBVideoFrameEnum h264VideoFrame Video frame rate. enum FMBVideoFrameEnum { FMBEnmVideoFrm_60p, FMBEnmVideoFrm_5994p, FMBEnmVideoFrm_50p, FMBEnmVideoFrm_60i, FMBEnmVideoFrm_5994i, FMBEnmVideoFrm_50i, EnmVideoNumofFrm }; 3.
HDC-3x Series SDK (Windows) }; 4. int h264VideoBitrateCbr Video CBR bitrate value. 5. int h264VideoBitrateAverage Video average bitrate for VBR. 6. int h264VideoBitratePeak Video peak bitrate for VBR. 7. int[] h264Pids = new int[(int)PidTypeEnum.EnmPidNumofPid]; PID value array. enum PidTypeEnum { EnmPidVideo, EnmPidAudio, EnmPidPmt, EnmPidSit, EnmPidPcr, EnmPidNumofPid }; 8. FMBFuncModeEnum operationMode Operation mode. enum FMBFuncModeEnum { FMBEnmFuncModeEnc, FMBEnmFuncModeDec, }; 9.
HDC-3x Series SDK (Windows) 10. bool isStreamRunning Get is stream runnging. API 1. bool Open(int pciNoArg, IntPtr hWnd) Description: Open device. Parameter: pciNoArg: Device (chip) No. hWnd: Window handle. 2. void Close() Description: Close device. 3. void Encode() Description: The encode is begun. 4. void Decode() Description: The decode is begun. 5. void Stop() Description: The stop is begun. 6. void Reset() Description: The reset is begun. 7.
HDC-3x Series SDK (Windows) It is processed to receive the message. Parameter: m: Value of message comment: Comment form me Return: Value of AsyncEventResult public enum AsyncEventResult { UnknownEvent, OperationContinue, OperationComplete, OperationCompleteStop, OperationCompleteAutoStop, OperationCancel, Warning, SeriousError, HdmiCableStatusChanged, AudioStatusChanged, } 8. bool Equals(ref Mb86H55reb target) Description: Oneself is compared with the argument.
HDC-3x Series SDK (Windows) 11. void RebootFirm() Description: Firm is rebooted. 12. void SetChipNo(int in_iChipNo) Description: Set device (chip) No. This function will change the chip ID, use it be carefully. Parameter: in_iChipID: Chip ID. in_iBusNumber: Bus No. in_iDevNumber: Device No. 13. void DirectShowEnabled(int in_iChipNo, bool in_bFlag) Description: Enable / disable DirectShow. Parameter: in_iChipNo: Chip No. in_bFlag: true is enabled, false is disabled.
HDC-3x Series SDK (Windows) 3.3 DirectShow Graph 3.3.
HDC-3x Series SDK (Windows) 3.4 Architecture of SDK Chip / codec / device usually means the same thing. HDCapture SDK C# Application DeviceMan.dll CPLDMan.dll Mb86H55rebDll.dll Control CPLD. Get capture card information Ex: Get / Set video source. CPLD OS Control chip / codec / device. Ex: Encode / Decode.
HDC-3x Series SDK (Windows) Chapter 4 4 FAQ Page 51
HDC-3x Series SDK (Windows) Q: Capture card, driver, application and input source are ready, but the recorded video is not displayed or displayed incorrectly. A: In this situation, a correct video codec may be needed to display the recorded video -the ffdshow codec for example. Q: How do I check the current DirectX version? A: In Windows, navigate to Start Æ Run Æ Type ‘dxdiag’ Æ Enter. The current version is displayed in the DirectX Diagnostic Tool window.
HDC-3x Series SDK (Windows) Appendix A A Error Code Page 53
HDC-3x Series SDK (Windows) A.1 Error Code Overview Error register (M_ERROR_INFO_H and M_ERROR_INFO_L) Name M_ERROR_INFO_H M_ERROR_INFO_L Bit 15…….…..….8 7…………….0 15…………………………....0 Field ERROR_ MODULE[7:0] ERROR_STATUS[23:0] A.2 ERROR_MODULE[7:0] Module where the error occurred. The table below outlines the relationship between values and modules.
HDC-3x Series SDK (Windows) A.3 ERROR_STATUS[23:0] Detailed error cause. The relationship between the values and error causes is described in the following sections. A.3.
HDC-3x Series SDK (Windows) A.3.
HDC-3x Series SDK (Windows) 0x00_000A 0x00_000B ANOTHER_SMES_ACK_ BEFORE_SMES SMES_ACK_CC_ NOT_CONTINUOUS An acknowledge was received althought no subsequent system message was sent The system command parameter continuity_counter values are not consecutive Before reception of a system 0x00_000C SMES_ACK_NOT_RECIEVED message acknowledge, the next message was generated 0x03 0x00_000D INNER_ERROR ETOP internal error 0x00_000E EVENT_QUEUE_OVERFLOW The event queue overflowed BACKGROUND The value
HDC-3x Series SDK (Windows) A stream buffer overwrite was 0x00_0004 STRM_BUF_OVERWRITTEN 0x00_0005 INVALID_HOST_CMD Invalid HOSTCMD event 0x00_0006 INVALID_EVENT Invalid event 0x00_0007 FIFO_OVERFLOW Some idx_fifo overflowed 0x00_0008 FIFO_EMPTY Some idx_fifo became empty 0x00_0009 INVALID_MUXCMD 0x00_000A INVALID_PARAM 0x00_0001 INVALID_INIT_PARAM detected Invalid command to the multiplexing section Invalid parameter Invalid initialization parameter value There is a problem concernin
HDC-3x Series SDK (Windows) 0x08 SMUX 0x00_0001 NG Unclassified SUX internal error 0x00_0002 INVALID_HOST_CMD Invalid HOSTCMD event 0x00_0003 INVALID_EVENT Invalid event 0x00_0004 INVALID_EVENT_SOURCE Invalid event issuer 0x00_0005 INVALID_EVENT_PARAM Invalid event parameter 0x00_0006 INVALID_PARAM Invalid parameter 0x00_0007 START_STC STC start processing error 0x00_0008 FIRST_PCR FIRST_PCR processing error 0x00_0009 FIRST_PAT FIRST_PAT processing error INVALID_ VMUX or AMUX
HDC-3x Series SDK (Windows) A.3.
HDC-3x Series SDK (Windows) The system command parameter 0x00_000A SCMD_CC_NOT_CONTINUOUS continuity_counter values are not consecutive 0x00_000B INVALID_VIDEO_CPU_STATE 0x00_000C INVALID_AUDIO_CPU_STATE 0x00_000D 0x00_000E 0x00_000F ERROR_NOTIFIED_ FROM_VIDEO_CPU ERROR_NOTIFIED_ FROM_AUDIO_CPU INNER_ERROR The state of the video section is invalid The state of the audio section is invalid Error notification from the video section (details are displayed in the error register V_ERROR_INFO) Error n
HDC-3x Series SDK (Windows) The initialization dedicated 0x00_0004 INVALID_INIT_PARAM 0x00_0005 INVALID_VIDEO_OUT_STATE 0x00_0006 INVALID_AUDIO_OUT_STATE parameter register V is invalid The state of the video output hardware is invalid The state of the audio output hardware is invalid INVALID_ The STC state of the video output VIDEO_OUT_STC_STATE hardware is invalid INVALID The STC state of the audio output _AUDIO_OUT_STC+STATE hardware is invalid 0x00_0009 INNER_ERROR VPLAY module interna
HDC-3x Series SDK (Windows) The initialization dedicated 0x00_0002 0x00_0003 0x00_0004 0x00_0005 0x00_0006 UNACCEPTABLE_ Invalid HOSTCMD event HOSTCMD_EVENT UNACCEPTABLE_ AUDIO_OUT_CONTROL_EVENT Invalid AUDIO_ OUTPUT_ CONTROL event UNACCEPTABLE_ Invalid AUDIO_ AUDIO_OUT_DONE_EVNET OUTPUT_DONE event INVALID_AUDIO_OUT_STATE The state of the audio output hardware is invalid The STC state of the audio output AUDIO_OUT_STC_STATE hardware is invalid 0x00_0008 INVALID_MUTE_CONTROL Invalid mute c
HDC-3x Series SDK (Windows) 0x0D SDMX 0x00_0005 INNER_ERROR 0x00_0006 DEMUX_INNER_ERROR 0x00_0001 FIFO_OVERFLOW An FIFO overflow occurred 0x00_0002 INVALID_PARAM Invalid argument 0x00_0003 INVALID_INIT_PARAM 0x00_0004 INVALID_DEMUX_STATE 0x00_0005 SEQ_NUM_UNCNAHGED 0x00_0006 0x00_0007 0x00_0008 0x0E SAPI Page 64 Stream splitting hardware internal error The initialization dedicated parameter register M is invalid The state of the stream splitting hardware is invalid seq_num is the sa