HomeSort by relevance Sort by last modified time
    Searched refs:_buf_pool (Results 1 - 6 of 6) sorted by null

  /external/libxcam/xcore/
fake_poll_thread.cpp 71 if (_buf_pool.ptr ())
72 _buf_pool->stop ();
113 if (!_buf_pool.ptr () && init_buffer_pool () != XCAM_RETURN_NO_ERROR)
116 SmartPtr<VideoBuffer> buf = _buf_pool->get_buffer (_buf_pool);
149 _buf_pool = new DrmBoBufferPool (drm_disp);
150 XCAM_ASSERT (_buf_pool.ptr ());
152 if (_buf_pool->set_video_info (info) && _buf_pool->reserve (DEFAULT_FPT_BUF_COUNT))
fake_poll_thread.h 54 SmartPtr<BufferPool> _buf_pool; member in class:XCam::FakePollThread
v4l2_device.cpp 411 SmartPtr<V4l2Buffer> &buf = _buf_pool [i];
548 _buf_pool.clear ();
549 _buf_pool.reserve (_buf_count);
557 _buf_pool.push_back (new_buf);
560 if (_buf_pool.empty()) {
578 _buf_pool.clear ();
610 buf = _buf_pool [v4l2_buf.index];
v4l2_device.h 141 BufferPool _buf_pool; member in class:XCam::V4l2Device
  /external/libxcam/modules/ocl/
cl_image_handler.cpp 125 SmartPtr<DrmBoBufferPool> pool = _buf_pool.dynamic_cast_ptr<DrmBoBufferPool> ();
167 if (_buf_pool.ptr ())
207 _buf_pool = buffer_pool;
215 if (!_buf_pool.ptr ()) //execute not triggered
217 if (_buf_pool->has_free_buffers ())
266 if (!_buf_pool.ptr ()) {
284 output = _buf_pool->get_buffer (_buf_pool);
306 if (_buf_pool.ptr ())
307 _buf_pool->stop ()
    [all...]
cl_image_handler.h 145 return _buf_pool;
159 SmartPtr<BufferPool> _buf_pool; member in class:XCam::CLImageHandler

Completed in 6360 milliseconds