archived-mpp/mpp/vproc
Johnson Ding f07778c8c1 [vproc]: Fix output frame repeated problem
For IEP2, the first two frames will be deinterlaced at I1O1 mode. I5O2
mode only works when the 3rd frame arrived. Thus the 2nd frame will be
deinterlaced twice and PTS will be repeated as following pattern:
-------------------------------------
IEP in  : 0   1   2       3     4
IEP out : 0   1   0.5 1   2.5 3   3.5
-------------------------------------
To fix this, just skip the 2nd frame processing.

Change-Id: I2d66951a941a664da093f1b9edbdd73855c57060
Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
2022-12-26 09:02:19 +08:00
..
iep [mpp_log]: Add more log helper function 2022-05-20 11:42:10 +08:00
iep2 [iep2]: Fix frame field detection 2022-12-20 11:24:39 +08:00
inc [iep2]: fix timestamp incorrect problem 2022-12-20 11:22:57 +08:00
rga [misc]: chmod all code file to 644 2022-11-02 11:10:49 +08:00
CMakeLists.txt Add iep2 HAL library and unit test 2020-07-24 15:05:06 +08:00
mpp_dec_vproc.cpp [vproc]: Fix output frame repeated problem 2022-12-26 09:02:19 +08:00
mpp_vproc_dev.cpp [IEP] remove warnings during iep2 library build. 2020-07-24 16:18:31 +08:00