Hi everyone,
I want to analyze the encoder quality. So I want to load raw image as the encoder 's input.
In RDK 1.6.0.11, the use case 2 can encode null src to bitstream. If we run this use case after
reset, it will encode raw data which every entry all zero. However, if we run other use case for
example use case 3 or 4, then run the use case 2, it will encode disorderly data. So null src
seems to be disturbed by other environments. In truth, we want to modify the null src link so
that we can load raw image. But we do not know how the null src link generate the null data.
Is it in NullSrcLink_fillDataPattern? But we change this function seems no effect. Does
everyone have any idea about this? Thanks.
Sincerely,
James