Home
last modified time | relevance | path

Searched refs:buf_s (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamCapUnit.cpp407 SmartPtr<V4l2BufferProxy> buf_s, buf_m, buf_l; in poll_buffer_ready() local
412 ret = sync_raw_buf(buf_s, buf_m, buf_l); in poll_buffer_ready()
425 do_capture_callback(buf_s, buf_m, buf_l); in poll_buffer_ready()
429 …EBUG vicapdq [%s] index %d seq %d tx_time %d", _sns_name, buf_s->get_v4l2_buf_index(), buf_s->get… in poll_buffer_ready()
434 user_used_buf_list[0].push(buf_s); in poll_buffer_ready()
440 user_used_buf_list[0].push(buf_s); in poll_buffer_ready()
444 user_used_buf_list[0].push(buf_s); in poll_buffer_ready()
469 SmartPtr<V4l2BufferProxy> &buf_s, in sync_raw_buf() argument
490 buf_s = buf_list[ISP_MIPI_HDR_S].front(); in sync_raw_buf()
492 if (buf_s.ptr()) { in sync_raw_buf()
[all …]
H A DRawStreamCapUnit.h106 …XCamReturn sync_raw_buf(SmartPtr<V4l2BufferProxy> &buf_s, SmartPtr<V4l2BufferProxy> &buf_m, SmartP…
107 …XCamReturn do_capture_callback(SmartPtr<V4l2BufferProxy> &buf_s, SmartPtr<V4l2BufferProxy> &buf_m,…
H A DRawStreamProcUnit.h84 …void send_sync_buf(SmartPtr<V4l2BufferProxy> &buf_s, SmartPtr<V4l2BufferProxy> &buf_m, SmartPtr<V4…
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamCapUnit.cpp370 SmartPtr<V4l2BufferProxy> buf_s, buf_m, buf_l; in poll_buffer_ready() local
374 ret = sync_raw_buf(buf_s, buf_m, buf_l); in poll_buffer_ready()
382 _proc_stream->send_sync_buf(buf_s, buf_m, buf_l); in poll_buffer_ready()
388 … CamHwIsp20::rk1608_share_inf.raw_proc_unit[idx]->send_sync_buf(buf_s, buf_m, buf_l); in poll_buffer_ready()
394 auto vbufInfo = buf_s->get_video_info(); in poll_buffer_ready()
395 SmartPtr<SubVideoBuffer> subvbuf = new SubVideoBuffer (buf_s); in poll_buffer_ready()
397 subvbuf->set_sequence(buf_s->get_sequence()); in poll_buffer_ready()
449 SmartPtr<V4l2BufferProxy> &buf_s, in sync_raw_buf() argument
470 buf_s = buf_list[ISP_MIPI_HDR_S].front(); in sync_raw_buf()
472 if (buf_s.ptr()) { in sync_raw_buf()
[all …]
H A DRawStreamProcUnit.cpp390 SmartPtr<V4l2BufferProxy> &buf_s, in send_sync_buf() argument
398 cache_list[ISP_MIPI_HDR_S].push(buf_s); in send_sync_buf()
404 _isp_hdr_fid2ready_map[buf_s->get_sequence()] = true; in send_sync_buf()
H A DRawStreamCapUnit.h79 …XCamReturn sync_raw_buf(SmartPtr<V4l2BufferProxy> &buf_s, SmartPtr<V4l2BufferProxy> &buf_m, SmartP…
H A DRawStreamProcUnit.h56 …void send_sync_buf(SmartPtr<V4l2BufferProxy> &buf_s, SmartPtr<V4l2BufferProxy> &buf_m, SmartPtr<V4…