Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dvideo_buffer.cpp84 VideoBuffer::attach_buffer (const SmartPtr<VideoBuffer>& buf) in attach_buffer() function in XCam::VideoBuffer
Dvideo_buffer.h93 bool attach_buffer (const SmartPtr<VideoBuffer>& buf);
/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc143 allocate_off_heap_no_init(this), attach_buffer(this), done(this); in TF_BUILTIN() local
278 Goto(&attach_buffer); in TF_BUILTIN()
287 Goto(&attach_buffer); in TF_BUILTIN()
297 Goto(&attach_buffer); in TF_BUILTIN()
300 BIND(&attach_buffer); in TF_BUILTIN()
/external/libxcam/modules/ocl/
Dcl_bayer_basic_handler.cpp164 buffer->attach_buffer (stats_3a); in process_stats_buffer()
Dcl_image_360_stitch.cpp733 _fisheye[i].buf->attach_buffer (_fisheye[idx_next].buf); in prepare_parameters()
754 _fisheye[i].buf->attach_buffer (_fisheye[idx_next].buf); in prepare_parameters()
/external/libxcam/tests/
Dtest-image-blend.cpp155 input0->attach_buffer (input1); in blend_images()
Dtest-image-stitching.cpp517 pre_buf->attach_buffer (cur_buf); in main()