Searched refs:bo_buf (Results 1 - 6 of 6) sorted by relevance

/external/libxcam/xcore/
H A Dsmart_buffer_priv.cpp139 SmartPtr<DrmBoBuffer> bo_buf = buf->_buf_ptr.dynamic_cast_ptr<DrmBoBuffer> (); local
142 bo_buf.ptr (),
146 return bo_buf->get_bo ();
H A Ddrm_display.cpp374 SmartPtr<DrmBoBuffer> bo_buf; local
377 bo_buf = buf.dynamic_cast_ptr<DrmBoBuffer> ();
389 } else if (bo_buf.ptr ()) {
390 const drm_intel_bo* bo = bo_buf->get_bo ();
/external/libxcam/modules/ocl/
H A Dcl_utils.cpp95 SmartPtr<DrmBoBuffer> bo_buf = buf.dynamic_cast_ptr<DrmBoBuffer> (); local
97 XCAM_ASSERT (bo_buf.ptr () && ctx.ptr ());
99 cl_buf = new CLVaBuffer (ctx, bo_buf);
137 SmartPtr<DrmBoBuffer> bo_buf = buf.dynamic_cast_ptr<DrmBoBuffer> (); local
139 XCAM_ASSERT (bo_buf.ptr () && ctx.ptr ());
141 cl_image = new CLVaImage (ctx, bo_buf, desc, offset);
H A Dcl_tonemapping_handler.cpp124 SmartPtr<DrmBoBuffer> bo_buf = input.dynamic_cast_ptr<DrmBoBuffer> (); local
125 stats = bo_buf->find_3a_stats ();
H A Dcl_newtonemapping_handler.cpp288 SmartPtr<DrmBoBuffer> bo_buf = input.dynamic_cast_ptr<DrmBoBuffer> (); local
289 stats = bo_buf->find_3a_stats ();
H A Dcl_defog_dcp_handler.cpp209 SmartPtr<DrmBoBuffer> bo_buf = buf.dynamic_cast_ptr<DrmBoBuffer> (); local
210 stats = bo_buf->find_3a_stats ();

Completed in 161 milliseconds