Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DSPStreamProcUnit.cpp64 SmartPtr<V4l2BufferProxy> img_buf = new V4l2BufferProxy (buf, dev); in new_video_buffer() local
65 img_buf->_buf_type = _dev_type; in new_video_buffer()
67 return img_buf; in new_video_buffer()
79 SmartPtr<SPImagBufferProxy> img_buf = new SPImagBufferProxy (buf, dev); in new_video_buffer() local
80 …struct isp2x_ispgain_buf *ispgain = (struct isp2x_ispgain_buf *)img_buf->get_v4l2_planar_userptr(1… in new_video_buffer()
81 img_buf->_buf_type = _dev_type; in new_video_buffer()
82 img_buf->set_buff_fd(img_buf->get_expbuf_fd()); in new_video_buffer()
83 img_buf->set_video_info(vbufInfo); in new_video_buffer()
86 SmartPtr<V4l2BufferProxy> v4l2buf = img_buf.dynamic_cast_ptr<V4l2BufferProxy>(); in new_video_buffer()
89 _ispgain->set_sequence(img_buf->get_sequence()); in new_video_buffer()
[all …]
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dbmp2gray16.c536 void *img_buf; in main() local
539 img_buf = out_buf + offset; in main()
540 printf("image[%d] start addr=0x%p\n", i, img_buf); in main()
541 ret = convert_one_image(in_path, img_buf, offset, in main()