Regarding Port Communication conformance test

Hi,
I am not able to pass the port communication conformance test.
Because it is giving error in OMX_OSAL_OpenInputFile() function.
In this function .length file is opened in read mode.
And if this file is not there then OMX_ErrorUndefined is coming.
So my questions are :

  1. Is it necessary to keep .length file to pass this test case.
  2. If it is necessary then what type of data should be given in this file.

Thanks in advance,
preeti

It looks like the .length file is required. The data that this file should contain is given in Appendix 6 of IL_Conformance_Test1_1_1.doc in the IL 1.1.1 conformance test package. This is available to all IL 1.1.1 adopters.

Thanks,

Roger

Thanks Roger,

I want to know one more thing regarding same test.
Can I give any file as input or is it necessary to give specific codec related input file.
Right now I am giving random file as input and test case is passing also.
So it is ok or not.

Thanks in advance,
preeti

I’d recommend (if possible) using valid data here. I don’t know how the conformance tests would react to the OMX_ErrorStreamCorrupt error events and you will change the timing of your component from the typical (valid data) case.

Thanks,

Roger

Thanks Roger for quick response.

preeti