Home
last modified time | relevance | path

Searched refs:V4l2BufferProxy (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/xcore/
Dv4l2_buffer_proxy.cpp57 V4l2BufferProxy::V4l2BufferProxy (SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device) in V4l2BufferProxy() function in XCam::V4l2BufferProxy
69 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()
Dv4l2_buffer_proxy.h83 class V4l2BufferProxy
87 explicit V4l2BufferProxy (SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device);
89 ~V4l2BufferProxy ();
117 XCAM_DEAD_COPY (V4l2BufferProxy);
Dv4l2_device.h41 friend class V4l2BufferProxy; variable
Dpoll_thread.cpp253 SmartPtr<VideoBuffer> video_buf = new V4l2BufferProxy (buf, _capture_dev); in poll_buffer_loop()
Ddrm_display.cpp373 SmartPtr<V4l2BufferProxy> v4l2_proxy; in render_setup_frame_buffer()
376 v4l2_proxy = buf.dynamic_cast_ptr<V4l2BufferProxy> (); in render_setup_frame_buffer()