Searched refs:V4l2BufferProxy (Results 1 – 5 of 5) sorted by relevance
57 V4l2BufferProxy::V4l2BufferProxy (SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device) in V4l2BufferProxy() function in XCam::V4l2BufferProxy69 V4l2BufferProxy::~V4l2BufferProxy () in ~V4l2BufferProxy()79 V4l2BufferProxy::v4l2_format_to_video_info ( in v4l2_format_to_video_info()147 V4l2BufferProxy::get_v4l2_buf () in get_v4l2_buf()
83 class V4l2BufferProxy87 explicit V4l2BufferProxy (SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device);89 ~V4l2BufferProxy ();117 XCAM_DEAD_COPY (V4l2BufferProxy);
41 friend class V4l2BufferProxy; variable
253 SmartPtr<VideoBuffer> video_buf = new V4l2BufferProxy (buf, _capture_dev); in poll_buffer_loop()
373 SmartPtr<V4l2BufferProxy> v4l2_proxy; in render_setup_frame_buffer()376 v4l2_proxy = buf.dynamic_cast_ptr<V4l2BufferProxy> (); in render_setup_frame_buffer()