Searched refs:s_ts (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | capture_v20.c | 1242 u64 l_ts, m_ts, s_ts; in rdbk_frame_end() local 1256 s_ts = cap->rdbk_buf[RDBK_S]->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() 1295 s_ts = cap->rdbk_buf[RDBK_S]->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 D | capture_v21.c | 1128 u64 l_ts, s_ts; in rdbk_frame_end() local 1145 s_ts = cap->rdbk_buf[RDBK_S]->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 D | capture.c | 1714 u64 l_ts, m_ts, s_ts, time = 30000000LL; in rkcif_rdbk_frame_end_toisp() local 1737 s_ts = dev->rdbk_rx_buf[RDBK_S]->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() 1784 s_ts = dev->rdbk_rx_buf[RDBK_M]->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 …]
|