/external/libxcam/xcore/ |
D | dma_video_buffer.cpp | 65 DmaVideoBuffer::get_fd () in get_fd() function in XCam::DmaVideoBuffer 95 if (buf->get_fd) in external_buf_to_dma_buf()
|
D | buffer_pool.h | 41 virtual int get_fd () { in get_fd() function 64 virtual int get_fd();
|
D | buffer_pool.cpp | 61 BufferProxy::get_fd () in get_fd() function in XCam::BufferProxy 64 return _data->get_fd (); in get_fd()
|
D | smart_buffer_priv.cpp | 78 this->base.get_fd = SmartBufferPriv::buf_get_fd; in SmartBufferPriv() 129 return buf->_buf_ptr->get_fd (); in buf_get_fd()
|
D | dma_video_buffer.h | 39 virtual int get_fd ();
|
D | v4l2_buffer_proxy.h | 73 virtual int get_fd ();
|
D | drm_bo_buffer.h | 49 virtual int get_fd ();
|
D | video_buffer.h | 72 virtual int get_fd () = 0;
|
D | v4l2_device.h | 53 int get_fd () const { in get_fd() function
|
D | v4l2_buffer_proxy.cpp | 50 V4l2Buffer::get_fd () in get_fd() function in XCam::V4l2Buffer
|
/external/libxcam/xcore/base/ |
D | xcam_buffer.h | 109 int (*get_fd) (XCamVideoBuffer *); member 123 #define xcam_video_buffer_get_fd(buf) (buf)->get_fd(buf)
|
/external/libxcam/modules/ocl/intel/ |
D | cl_va_memory.cpp | 43 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/ |
D | hb-ot-cff2-table.hh | 91 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()
|
D | hb-ot-cff-common.hh | 575 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()
|
D | hb-subset-cff-common.hh | 306 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()
|
D | hb-ot-cff1-table.cc | 294 unsigned int fd = cff->fdSelect->get_fd (glyph); in _get_bounds() 370 unsigned int fd = fdSelect->get_fd (glyph); in get_seac_components()
|
D | hb-ot-cff2-table.cc | 106 unsigned int fd = fdSelect->get_fd (glyph); in get_extents()
|
D | hb-subset-cff-common.cc | 72 hb_codepoint_t fd = src.get_fd (glyphs[i]); in hb_plan_subset_cff_fdselect()
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 420 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/ |
D | test-image-blend.cpp | 301 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/ |
D | endpoint.cc | 59 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
|
D | endpoint.h | 49 int (*get_fd)(grpc_endpoint* ep); member
|
/external/libxcam/modules/ocl/ |
D | cl_image_bo_buffer.h | 40 virtual int get_fd ();
|
D | cl_image_bo_buffer.cpp | 36 CLImageBoData::get_fd () in get_fd() function in XCam::CLImageBoData
|
/external/libxcam/wrapper/gstreamer/ |
D | gstxcambufferpool.cpp | 190 pool->allocator, dup (video_buf->get_fd ()), video_buf->get_size ()); in gst_xcam_buffer_pool_acquire_buffer()
|