Home
last modified time | relevance | path

Searched refs:get_v4l2_buf (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/
Dv4l2_buffer_proxy.h92 return get_v4l2_buf().index; in get_v4l2_buf_index()
96 return (enum v4l2_memory)(get_v4l2_buf().memory); in get_v4l2_mem_type()
100 return get_v4l2_buf().length; in get_v4l2_buf_length()
104 return get_v4l2_buf().m.fd; in get_v4l2_dma_fd()
108 return get_v4l2_buf().m.userptr; in get_v4l2_userptr()
112 const struct v4l2_buffer & get_v4l2_buf ();
Dv4l2_buffer_proxy.cpp147 V4l2BufferProxy::get_v4l2_buf () in get_v4l2_buf() function in XCam::V4l2BufferProxy