/device/board/isoftstone/yangfan/kernel/src/driv/media/isp/ |
D | capture_v20.c | 899 u64 l_ts, m_ts, s_ts; in rdbk_frame_end() local 913 s_ts = cap->rdbk_buf[RDBK_S]->vb.vb2_buf.timestamp; in rdbk_frame_end() 915 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rdbk_frame_end() 925 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rdbk_frame_end() 928 s_ts, m_ts, l_ts, fps); in rdbk_frame_end() 933 if (m_ts < l_ts || s_ts < m_ts) { in rdbk_frame_end() 936 s_ts, m_ts, l_ts); in rdbk_frame_end() 957 s_ts = cap->rdbk_buf[RDBK_S]->vb.vb2_buf.timestamp; in rdbk_frame_end() 959 if ((s_ts - l_ts) > time) { in rdbk_frame_end() 969 if ((s_ts - l_ts) > time) { in rdbk_frame_end() [all …]
|
D | capture_v21.c | 787 u64 l_ts, s_ts; in rdbk_frame_end() local 804 s_ts = cap->rdbk_buf[RDBK_S]->vb.vb2_buf.timestamp; in rdbk_frame_end() 806 if ((s_ts - l_ts) > time) { in rdbk_frame_end() 816 if ((s_ts - l_ts) > time) { in rdbk_frame_end() 819 s_ts, l_ts, fps); in rdbk_frame_end() 824 if (s_ts < l_ts) { in rdbk_frame_end() 827 s_ts, l_ts); in rdbk_frame_end()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
D | capture_v21.c | 773 u64 l_ts, s_ts; in rdbk_frame_end() local 792 s_ts = cap->rdbk_buf[RDBK_S]->vb.vb2_buf.timestamp; in rdbk_frame_end() 794 if ((s_ts - l_ts) > time) { in rdbk_frame_end() 804 if ((s_ts - l_ts) > time) { in rdbk_frame_end() 805 … v4l2_err(&isp_dev->v4l2_dev, "timestamp no match, s:%lld l:%lld, fps:%d\n", s_ts, l_ts, fps); in rdbk_frame_end() 810 if (s_ts < l_ts) { in rdbk_frame_end() 811 v4l2_err(&isp_dev->v4l2_dev, "s/l frame err, timestamp s:%lld l:%lld\n", s_ts, l_ts); in rdbk_frame_end()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
D | capture_v21.c | 787 u64 l_ts, s_ts; in rdbk_frame_end() local 804 s_ts = cap->rdbk_buf[RDBK_S]->vb.vb2_buf.timestamp; in rdbk_frame_end() 806 if ((s_ts - l_ts) > time) { in rdbk_frame_end() 816 if ((s_ts - l_ts) > time) { in rdbk_frame_end() 819 s_ts, l_ts, fps); in rdbk_frame_end() 824 if (s_ts < l_ts) { in rdbk_frame_end() 827 s_ts, l_ts); in rdbk_frame_end()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
D | capture.c | 6011 u64 l_ts, m_ts, s_ts, time = 30000000LL; in rkcif_rdbk_frame_end() local 6038 s_ts = dev->rdbk_buf[RDBK_S]->vb.vb2_buf.timestamp; in rkcif_rdbk_frame_end() 6040 if (m_ts < l_ts || s_ts < m_ts) { in rkcif_rdbk_frame_end() 6043 s_ts, m_ts, l_ts); in rkcif_rdbk_frame_end() 6047 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rkcif_rdbk_frame_end() 6061 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rkcif_rdbk_frame_end() 6064 s_ts, m_ts, l_ts, fps); in rkcif_rdbk_frame_end() 6088 s_ts = dev->rdbk_buf[RDBK_M]->vb.vb2_buf.timestamp; in rkcif_rdbk_frame_end() 6090 if (s_ts < l_ts) { in rkcif_rdbk_frame_end() 6093 s_ts, l_ts); in rkcif_rdbk_frame_end() [all …]
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
D | capture.c | 5796 u64 l_ts, m_ts, s_ts, time = 30000000LL; in rkcif_rdbk_frame_end() local 5822 s_ts = dev->rdbk_buf[RDBK_S]->vb.vb2_buf.timestamp; in rkcif_rdbk_frame_end() 5824 if (m_ts < l_ts || s_ts < m_ts) { in rkcif_rdbk_frame_end() 5825 … v4l2_err(&dev->v4l2_dev, "s/m/l frame err, timestamp s:%lld m:%lld l:%lld\n", s_ts, m_ts, l_ts); in rkcif_rdbk_frame_end() 5829 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rkcif_rdbk_frame_end() 5840 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rkcif_rdbk_frame_end() 5841 … v4l2_err(&dev->v4l2_dev, "timestamp no match, s:%lld m:%lld l:%lld, fps:%d\n", s_ts, m_ts, l_ts, in rkcif_rdbk_frame_end() 5866 s_ts = dev->rdbk_buf[RDBK_M]->vb.vb2_buf.timestamp; in rkcif_rdbk_frame_end() 5868 if (s_ts < l_ts) { in rkcif_rdbk_frame_end() 5869 v4l2_err(&dev->v4l2_dev, "s/l frame err, timestamp s:%lld l:%lld\n", s_ts, l_ts); in rkcif_rdbk_frame_end() [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/ |
D | capture.c | 6011 u64 l_ts, m_ts, s_ts, time = 30000000LL; in rkcif_rdbk_frame_end() local 6038 s_ts = dev->rdbk_buf[RDBK_S]->vb.vb2_buf.timestamp; in rkcif_rdbk_frame_end() 6040 if (m_ts < l_ts || s_ts < m_ts) { in rkcif_rdbk_frame_end() 6043 s_ts, m_ts, l_ts); in rkcif_rdbk_frame_end() 6047 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rkcif_rdbk_frame_end() 6061 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rkcif_rdbk_frame_end() 6064 s_ts, m_ts, l_ts, fps); in rkcif_rdbk_frame_end() 6088 s_ts = dev->rdbk_buf[RDBK_M]->vb.vb2_buf.timestamp; in rkcif_rdbk_frame_end() 6090 if (s_ts < l_ts) { in rkcif_rdbk_frame_end() 6093 s_ts, l_ts); in rkcif_rdbk_frame_end() [all …]
|