Home
last modified time | relevance | path

Searched defs:buf_pool (Results 1 – 11 of 11) sorted by relevance

/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp597 SmartPtr<BufferPool> buf_pool = xcamfilter->buf_pool; in gst_xcam_filter_stop() local
757 SmartPtr<BufferPool> buf_pool = xcamfilter->buf_pool; in gst_xcam_filter_set_caps() local
891 SmartPtr<BufferPool> buf_pool = xcamfilter->buf_pool; in gst_xcam_filter_before_transform() local
Dgstxcamfilter.h97 XCam::SmartPtr<XCam::BufferPool> buf_pool; member
/external/libxcam/capi/
Dxcam_handle.cpp192 SmartPtr<BufferPool> buf_pool = context->get_input_buffer_pool(); in copy_external_buf_to_drm_buf() local
/external/libxcam/tests/
Dtest-video-stabilization.cpp67 SmartPtr<BufferPool> buf_pool; in main() local
Dtest-pipe-manager.cpp203 SmartPtr<BufferPool> buf_pool; in main() local
Dtest-image-blend.cpp141 SmartPtr<BufferPool> buf_pool = new DrmBoBufferPool (display); in create_dma_buffer() local
Dtest-cl-image.cpp178 SmartPtr<BufferPool> buf_pool; in main() local
Dtest-image-stitching.cpp166 SmartPtr<BufferPool> buf_pool[XCAM_STITCH_FISHEYE_MAX_NUM]; in main() local
/external/libxcam/modules/ocl/
Dcl_image_360_stitch.cpp673 CLImage360Stitch::create_buffer_pool (SmartPtr<BufferPool> &buf_pool, uint32_t width, uint32_t heig… in create_buffer_pool()
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp137 SmartPtr<BufferPool> buf_pool; member
/external/u-boot/drivers/net/
Duli526x.c161 static char buf_pool[TX_BUF_ALLOC * TX_DESC_CNT + 4]; variable