Searched refs:get_fd (Results 1 - 21 of 21) sorted by relevance

/external/libxcam/xcore/
H A Ddma_video_buffer.h39 virtual int get_fd ();
H A Ddma_video_buffer.cpp65 DmaVideoBuffer::get_fd () function in class:XCam::DmaVideoBuffer
95 if (buf->get_fd)
H A Dbuffer_pool.h41 virtual int get_fd () { function in class:XCam::BufferData
64 virtual int get_fd();
H A Dsmart_buffer_priv.cpp78 this->base.get_fd = SmartBufferPriv::buf_get_fd;
129 return buf->_buf_ptr->get_fd ();
H A Dv4l2_buffer_proxy.h73 virtual int get_fd ();
H A Dbuffer_pool.cpp61 BufferProxy::get_fd () function in class:XCam::BufferProxy
64 return _data->get_fd ();
H A Ddrm_bo_buffer.h49 virtual int get_fd ();
H A Dv4l2_device.h53 int get_fd () const { function in class:XCam::V4l2Device
H A Dvideo_buffer.h72 virtual int get_fd () = 0;
H A Dv4l2_buffer_proxy.cpp50 V4l2Buffer::get_fd () function in class:XCam::V4l2Buffer
H A Ddrm_bo_buffer.cpp96 DrmBoData::get_fd () function in class:XCam::DrmBoData
H A Ddrm_display.cpp524 dma_fd = buf_in->get_fd ();
/external/libxcam/xcore/base/
H A Dxcam_buffer.h109 int (*get_fd) (XCamVideoBuffer *); member in struct:_XCamVideoBuffer
123 #define xcam_video_buffer_get_fd(buf) (buf)->get_fd(buf)
/external/libxcam/modules/ocl/
H A Dcl_image_bo_buffer.h40 virtual int get_fd ();
H A Dcl_image_bo_buffer.cpp36 CLImageBoData::get_fd () function in class:XCam::CLImageBoData
/external/libxcam/modules/ocl/intel/
H A Dcl_va_memory.cpp43 import_buffer_info.fd = bo->get_fd ();
167 import_image_info.fd = bo->get_fd();
/external/libxcam/tests/
H A Dtest-image-blend.cpp301 dma_fd0 = dma_buf0->get_fd (); //unit test
302 dma_fd1 = dma_buf1->get_fd (); //unit test
303 dma_fd_out = dma_buf_out->get_fd (); //unit test
368 //printf ("DMA handles, output_buf:%d\n", output_buf->get_fd ());
/external/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c423 int get_fd(void) function
479 int fd = get_fd();
498 int fd = get_fd();
919 int fd = get_fd();
1295 int fd = get_fd();
1327 int fd = get_fd();
/external/libxcam/wrapper/gstreamer/
H A Dgstxcambufferpool.cpp190 pool->allocator, dup (video_buf->get_fd ()), video_buf->get_size ());
H A Dgstxcamfilter.cpp855 GstMemory *mem = gst_dmabuf_allocator_alloc (allocator, dup (xcambuf->get_fd ()), xcambuf->get_size ());
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c609 static UInt get_fd(UInt mipsins) function
12262 fd = get_fd(cins);

Completed in 515 milliseconds