HomeSort by relevance Sort by last modified time
    Searched defs:V4l2BufferProxy (Results 1 - 2 of 2) sorted by null

  /external/libxcam/xcore/
v4l2_buffer_proxy.cpp 57 V4l2BufferProxy::V4l2BufferProxy (SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device)
69 V4l2BufferProxy::~V4l2BufferProxy ()
79 V4l2BufferProxy::v4l2_format_to_video_info (
147 V4l2BufferProxy::get_v4l2_buf ()
v4l2_buffer_proxy.h 83 class V4l2BufferProxy
87 explicit V4l2BufferProxy (SmartPtr<V4l2Buffer> &buf, SmartPtr<V4l2Device> &device);
89 ~V4l2BufferProxy ();
117 XCAM_DEAD_COPY (V4l2BufferProxy);

Completed in 515 milliseconds