Home
last modified time | relevance | path

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

12

/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
/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/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh91 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
96 return u.format0.get_fd (glyph); in get_fd()
98 return u.format3.get_fd (glyph); in get_fd()
100 return u.format4.get_fd (glyph); in get_fd()
Dhb-ot-cff-common.hh575 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
626 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
683 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
688 return u.format0.get_fd (glyph); in get_fd()
690 return u.format3.get_fd (glyph); in get_fd()
Dhb-subset-cff-common.hh306 unsigned int fd = acc.fdSelect->get_fd (glyph); in flatten()
670 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset()
695 unsigned int fd = acc.fdSelect->get_fd (glyphs[i]); in subset()
717 unsigned int fd = acc.fdSelect->get_fd (glyphs[i]); in subset()
740 unsigned int fd = acc.fdSelect->get_fd (glyphs[i]); in encode_charstrings()
Dhb-ot-cff1-table.cc294 unsigned int fd = cff->fdSelect->get_fd (glyph); in _get_bounds()
370 unsigned int fd = fdSelect->get_fd (glyph); in get_seac_components()
Dhb-ot-cff2-table.cc106 unsigned int fd = fdSelect->get_fd (glyph); in get_extents()
Dhb-subset-cff-common.cc72 hb_codepoint_t fd = src.get_fd (glyphs[i]); in hb_plan_subset_cff_fdselect()
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c420 int get_fd(void) in get_fd() function
476 int fd = get_fd(); in check_size()
495 int fd = get_fd(); in check_trunc_hack()
916 int fd = get_fd(); in writefileimage()
1291 int fd = get_fd(); in main()
1323 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/grpc-grpc/src/core/lib/iomgr/
Dendpoint.cc59 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
Dendpoint.h49 int (*get_fd)(grpc_endpoint* ep); member
/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()

12