| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Stream.cpp | 217 SmartPtr<V4l2BufferProxy> buf_proxy = _stream->new_v4l2proxy_buffer(buf, _dev); in poll_buffer_loop() local 218 if (_poll_callback && buf_proxy.ptr()) in poll_buffer_loop() 219 _poll_callback->poll_buffer_ready (buf_proxy, ((RKRawStream*)_stream)->_dev_index); in poll_buffer_loop() 221 SmartPtr<V4l2BufferProxy> buf_proxy = _stream->new_v4l2proxy_buffer(buf, _dev); in poll_buffer_loop() local 222 if (_poll_callback && buf_proxy.ptr()) in poll_buffer_loop() 223 _poll_callback->poll_buffer_ready (buf_proxy, 0); in poll_buffer_loop() 643 SmartPtr<V4l2BufferProxy> buf_proxy = new V4l2BufferProxy(buf, dev); in new_v4l2proxy_buffer() local 644 buf_proxy->_buf_type = _dev_type; in new_v4l2proxy_buffer() 647 return buf_proxy; in new_v4l2proxy_buffer() 687 SmartPtr<PdafBufferProxy> buf_proxy = new PdafBufferProxy(buf, dev); in new_v4l2proxy_buffer() local [all …]
|
| H A D | RawStreamProcUnit.cpp | 414 SmartPtr<V4l2BufferProxy> buf_proxy; in trigger_isp_readback() local 462 buf_proxy = cache_list[i].pop(-1); in trigger_isp_readback() 465 u8 *buf = (u8 *)buf_proxy->get_v4l2_userptr(); in trigger_isp_readback() 474 buf_list[i].push(buf_proxy); in trigger_isp_readback() 476 v4l2buf[i]->set_expbuf_usrptr(buf_proxy->get_v4l2_userptr()); in trigger_isp_readback() 478 v4l2buf[i]->set_expbuf_fd(buf_proxy->get_expbuf_fd()); in trigger_isp_readback() 482 …memcpy((void*)v4l2buf[i]->get_expbuf_usrptr(),(void*)buf_proxy->get_v4l2_userptr(),v4l2buf[i]->get… in trigger_isp_readback() 483 v4l2buf[i]->set_reserved(buf_proxy->get_v4l2_userptr()); in trigger_isp_readback() 488 …_rawCap->dynamic_capture_raw(i, sequence, buf_proxy, v4l2buf[i],_mipi_dev_max,_working_mode,_dev[0… in trigger_isp_readback() 543 tg.frame_timestamp = buf_proxy->get_timestamp () * 1000; in trigger_isp_readback()
|
| H A D | SPStreamProcUnit.cpp | 95 int SPStreamProcUnit::get_lowpass_fv(uint32_t sequence, SmartPtr<V4l2BufferProxy> buf_proxy) in get_lowpass_fv() argument 99 uint8_t *image_buf = (uint8_t *)buf_proxy->get_v4l2_planar_userptr(0); in get_lowpass_fv() 129 SmartPtr<V4l2BufferProxy> buf_proxy = buf.dynamic_cast_ptr<V4l2BufferProxy>(); in poll_buffer_ready() local 130 get_lowpass_fv(buf->get_sequence(), buf_proxy); in poll_buffer_ready()
|
| H A D | CaptureRawData.h | 51 SmartPtr<V4l2BufferProxy> buf_proxy,
|
| H A D | SPStreamProcUnit.h | 85 int get_lowpass_fv(uint32_t sequence, SmartPtr<V4l2BufferProxy> buf_proxy);
|
| H A D | CaptureRawData.cpp | 330 SmartPtr<V4l2BufferProxy> buf_proxy, in dynamic_capture_raw() argument 392 (void *)(buf_proxy->get_v4l2_userptr()), in dynamic_capture_raw()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/ |
| H A D | Stream.cpp | 197 SmartPtr<V4l2BufferProxy> buf_proxy = _stream->new_v4l2proxy_buffer(buf, _dev); in poll_buffer_loop() local 198 if (_poll_callback && buf_proxy.ptr()) in poll_buffer_loop() 199 _poll_callback->poll_buffer_ready (buf_proxy, ((RKRawStream*)_stream)->_dev_index); in poll_buffer_loop() 416 SmartPtr<V4l2BufferProxy> buf_proxy = new V4l2BufferProxy(buf, dev); in new_v4l2proxy_buffer() local 417 buf_proxy->_buf_type = _dev_type; in new_v4l2proxy_buffer() 420 return buf_proxy; in new_v4l2proxy_buffer()
|
| H A D | RawStreamProcUnit.cpp | 793 SmartPtr<V4l2BufferProxy> buf_proxy; in trigger_isp_readback() local
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/ |
| H A D | FakeSensorHw.cpp | 524 FakeSensorHw::on_dqueue(int dev_idx, SmartPtr<V4l2BufferProxy> buf_proxy) in on_dqueue() argument 534 uintptr_t ptr = buf_proxy->get_reserved(); in on_dqueue() 541 uintptr_t ptr = buf_proxy->get_v4l2_userptr(); in on_dqueue() 548 uint32_t buf_fd = buf_proxy->get_expbuf_fd(); in on_dqueue() 555 uintptr_t ptr = buf_proxy->get_v4l2_userptr(); in on_dqueue()
|
| H A D | FakeSensorHw.h | 59 virtual XCamReturn on_dqueue(int dev_idx, SmartPtr<V4l2BufferProxy> buf_proxy);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/ |
| H A D | SensorHw.h | 97 …virtual XCamReturn on_dqueue(int dev_idx, SmartPtr<V4l2BufferProxy> buf_proxy) { return XCAM_RETUR… in on_dqueue() argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | RkAiqCore.cpp | 3168 V4l2BufferProxy* buf_proxy = buffer.get_cast_ptr<V4l2BufferProxy>(); in handleVicapScaleBufs() local 3169 int *reserved = (int *)buf_proxy->get_reserved(); in handleVicapScaleBufs()
|