Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-image-blend.cpp168 SmartPtr<BufferPool> buf_pool0, buf_pool1; in main() local
264 buf_pool0 = new DrmBoBufferPool (display); in main()
267 buf_pool0 = new CLVideoBufferPool (); in main()
270 XCAM_ASSERT (buf_pool0.ptr () && buf_pool1.ptr ()); in main()
271 buf_pool0->set_video_info (input_buf_info0); in main()
273 if (!buf_pool0->reserve (2)) { in main()
322 input0 = buf_pool0->get_buffer (buf_pool0); in main()