Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dsmart_buffer_priv.cpp83 this->base.get_fd = SmartBufferPriv::buf_get_fd; in SmartBufferPriv()
116 this->base.get_fd = SmartBufferPriv::buf_get_fd; in SmartBufferPriv()
182 return buf->_buf_ptr->get_fd (); in buf_get_fd()
H A Dbuffer_pool.h41 virtual int get_fd () { in get_fd() function
64 virtual int get_fd();
H A Dbuffer_pool.cpp61 BufferProxy::get_fd () in get_fd() function in XCam::BufferProxy
64 return _data->get_fd (); in get_fd()
H A Ddrm_buffer.cpp96 int DrmBuffer::get_fd() { return getFd(0); } in get_fd() function in XCam::DrmBuffer
118 return buffer->get_fd(); in GetFd()
H A Ddma_video_buffer.cpp45 int DmaVideoBuffer::get_fd() { return DmaBuffer::getFd(); } in get_fd() function in XCam::DmaVideoBuffer
H A Ddma_video_buffer.h42 virtual int get_fd();
H A Dvideo_buffer.h70 virtual int get_fd () = 0;
H A Ddrm_buffer.h53 virtual int get_fd();
H A Dv4l2_buffer_proxy.h104 virtual int get_fd ();
H A Dv4l2_device.h58 int get_fd () const { in get_fd() function
H A Dv4l2_buffer_proxy.cpp60 V4l2Buffer::get_fd () in get_fd() function in XCam::V4l2Buffer
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/
H A Dxcam_buffer.h110 int (*get_fd) (XCamVideoBuffer *); member
131 #define xcam_video_buffer_get_fd(buf) (buf)->get_fd(buf)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/
H A Drk_aiq_algo_amd_itf.cpp230 …d,fd=%d\n",ctx->amdCtx.ispGain_prev->frame_id, ctx->amdCtx.ispGain_prev->get_fd(ctx->amdCtx.ispGai… in processing()
233 …d,fd=%d\n",ctx->amdCtx.spImage_prev->frame_id, ctx->amdCtx.spImage_prev->get_fd(ctx->amdCtx.spImag… in processing()
239 …frame_id=%d,fd=%d\n",ctx->amdCtx.ispGain->frame_id, ctx->amdCtx.ispGain->get_fd(ctx->amdCtx.ispGai… in processing()
242 …frame_id=%d,fd=%d\n",ctx->amdCtx.spImage->frame_id, ctx->amdCtx.spImage->get_fd(ctx->amdCtx.spImag… in processing()
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dbackend.h40 struct file * (*get_fd)(void *ctx_cookie, struct file_operations *fops, member
H A Dcxl_hw.c172 .get_fd = cxlflash_get_fd,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dscaler_service.cpp42 buf.fd = dma->get_fd(); in convert()
H A Dthumbnails.cpp225 return buffer->get_fd(buffer) >= 0; in IsValid()
468 dma->buffer->get_fd(dma->buffer), in convert()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dscaler_service.cpp46 buf.fd = dma->get_fd(); in convert()
H A Deis_algo_service.cpp339 auto nr_fd = nrImg->get_fd(); in OnFrameEvent()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DStream.h280 virtual int get_fd () in get_fd() function
341 virtual int get_fd () in get_fd() function
H A DNrStatsStream.cpp31 nrStreamProc->queue_NRImg_fd(pVideoBuffer->get_fd(pVideoBuffer), pVideoBuffer->frame_id); in Nr_imag_buf_process()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcommon.c269 int do_pin_any(int argc, char **argv, int (*get_fd)(int *, char ***)) in do_pin_any()
277 fd = get_fd(&argc, &argv); in do_pin_any()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_algo_alsc_itf.cpp163 LOGD_ALSC("tx buf fd is: %d", txBuf->get_fd(txBuf)); in processing()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py1115 self._fd = self._watch_manager.get_fd()
1742 def get_fd(self): member in WatchManager
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_pool.h725 virtual int get_fd () override { return -1; } in get_fd() function

12