Home
last modified time | relevance | path

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

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