Home
last modified time | relevance | path

Searched refs:l_ts (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v20.c1242 u64 l_ts, m_ts, s_ts; in rdbk_frame_end() local
1254 l_ts = cap->rdbk_buf[RDBK_L]->vb.vb2_buf.timestamp; in rdbk_frame_end()
1258 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rdbk_frame_end()
1268 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rdbk_frame_end()
1271 s_ts, m_ts, l_ts, fps); in rdbk_frame_end()
1276 if (m_ts < l_ts || s_ts < m_ts) { in rdbk_frame_end()
1279 s_ts, m_ts, l_ts); in rdbk_frame_end()
1294 l_ts = cap->rdbk_buf[RDBK_L]->vb.vb2_buf.timestamp; in rdbk_frame_end()
1297 if ((s_ts - l_ts) > time) { in rdbk_frame_end()
1307 if ((s_ts - l_ts) > time) { in rdbk_frame_end()
[all …]
H A Dcapture_v21.c1128 u64 l_ts, s_ts; in rdbk_frame_end() local
1144 l_ts = cap->rdbk_buf[RDBK_L]->vb.vb2_buf.timestamp; in rdbk_frame_end()
1147 if ((s_ts - l_ts) > time) { in rdbk_frame_end()
1157 if ((s_ts - l_ts) > time) { in rdbk_frame_end()
1160 s_ts, l_ts, fps); in rdbk_frame_end()
1165 if (s_ts < l_ts) { in rdbk_frame_end()
1168 s_ts, l_ts); in rdbk_frame_end()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c1714 u64 l_ts, m_ts, s_ts, time = 30000000LL; in rkcif_rdbk_frame_end_toisp() local
1735 l_ts = dev->rdbk_rx_buf[RDBK_L]->fe_timestamp; in rkcif_rdbk_frame_end_toisp()
1739 if (m_ts < l_ts || s_ts < m_ts) { in rkcif_rdbk_frame_end_toisp()
1742 s_ts, m_ts, l_ts); in rkcif_rdbk_frame_end_toisp()
1746 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rkcif_rdbk_frame_end_toisp()
1760 if ((m_ts - l_ts) > time || (s_ts - m_ts) > time) { in rkcif_rdbk_frame_end_toisp()
1763 s_ts, m_ts, l_ts, fps); in rkcif_rdbk_frame_end_toisp()
1783 l_ts = dev->rdbk_rx_buf[RDBK_L]->fe_timestamp; in rkcif_rdbk_frame_end_toisp()
1786 if (s_ts < l_ts) { in rkcif_rdbk_frame_end_toisp()
1789 s_ts, l_ts); in rkcif_rdbk_frame_end_toisp()
[all …]