Home
last modified time | relevance | path

Searched refs:_offline_index (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.cpp315 _offline_index = 0; in RawStreamProcUnit()
344 _offline_index = 0; in start()
757 sbuf_s->_index = _offline_index; in _send_sync_buf()
761 _offline_index ++; in _send_sync_buf()
764 if(_offline_index == 4) in _send_sync_buf()
765 _offline_index = 0; in _send_sync_buf()
H A DRawStreamProcUnit.h167 int _offline_index; variable