Closed tmm1 closed 6 years ago
Can you confirm the OS Build Version?
Can you confirm the OS Build Version?
Fire OS 6.2.1.3 (NS6213/1196)
The same logging can be seen directly from the video decoder as well:
07-09 14:22:59.919 3277-25528/? D/AmlogicVideoDecoderAwesome: color_aspects =0, mLastsColorAspects=0
OMX_EventDataSpaceChanged: data1=10100, data2=65536, color_primaries=0
07-09 14:23:01.601 3277-25528/? D/AmlogicVideoDecoderAwesome: color_aspects =0, mLastsColorAspects=0
OMX_EventDataSpaceChanged: data1=10100, data2=65536, color_primaries=0
07-09 14:23:03.992 3277-25528/? D/AmlogicVideoDecoderAwesome: color_aspects =0, mLastsColorAspects=0
OMX_EventDataSpaceChanged: data1=10100, data2=65536, color_primaries=0
07-09 14:23:05.845 3277-25528/? D/AmlogicVideoDecoderAwesome: color_aspects =0, mLastsColorAspects=0
OMX_EventDataSpaceChanged: data1=10100, data2=65536, color_primaries=0
07-09 14:23:07.503 3277-25528/? D/AmlogicVideoDecoderAwesome: color_aspects =0, mLastsColorAspects=0
OMX_EventDataSpaceChanged: data1=10100, data2=65536, color_primaries=0
07-09 14:23:09.229 3277-25528/? D/AmlogicVideoDecoderAwesome: color_aspects =0, mLastsColorAspects=0
OMX_EventDataSpaceChanged: data1=10100, data2=65536, color_primaries=0
07-09 14:23:10.859 3277-25528/? D/AmlogicVideoDecoderAwesome: color_aspects =0, mLastsColorAspects=0
OMX_EventDataSpaceChanged: data1=10100, data2=65536, color_primaries=0
It keeps firing OMX_EventDataSpaceChanged
but the values are all the same and nothing is changing.
I'm seeing the same behavior on AFTA Fire OS 6.2.2.1 (NS6221/1326)
Unable to repro in next OS release.
Unable to repro in next OS release.
Great news! Thanks for checking.
FYI this is still happening on AFTA after upgrading to NS6222/1537
Logging is a minor thing. Does the output format change still occur? I was mainly referring to this issue of sending fake output forma changes.
However, let me check internally if next release meant 6222 or not
In our testing, the Player does not get a input/output format change callback from the system when the DataSpaceChanged log line is seen. The log line does not cause additional callbacks to the Player.
The periodic DataSpaceChanged log lines seem spurious.
I've noticed that on the FTV3, logcat will show these messages over and over again every few seconds:
At the same time, the player will receive
INFO_OUTPUT_FORMAT_CHANGED
over and over even though nothing is changing.