Lines Matching refs:V4L2Wrapper
53 V4L2Wrapper* V4L2Wrapper::NewV4L2Wrapper(const std::string device_path) { in NewV4L2Wrapper()
54 return new V4L2Wrapper(device_path); in NewV4L2Wrapper()
57 V4L2Wrapper::V4L2Wrapper(const std::string device_path) in V4L2Wrapper() function in v4l2_camera_hal::V4L2Wrapper
60 V4L2Wrapper::~V4L2Wrapper() {} in ~V4L2Wrapper()
62 int V4L2Wrapper::Connect() { in Connect()
99 void V4L2Wrapper::Disconnect() { in Disconnect()
127 int V4L2Wrapper::IoctlLocked(unsigned long request, T data) { in IoctlLocked()
138 int V4L2Wrapper::StreamOn() { in StreamOn()
154 int V4L2Wrapper::StreamOff() { in StreamOff()
178 int V4L2Wrapper::QueryControl(uint32_t control_id, in QueryControl()
238 int V4L2Wrapper::GetControl(uint32_t control_id, int32_t* value) { in GetControl()
268 int V4L2Wrapper::SetControl(uint32_t control_id, in SetControl()
312 const SupportedFormats V4L2Wrapper::GetSupportedFormats() { in GetSupportedFormats()
342 int V4L2Wrapper::GetFormats(std::set<uint32_t>* v4l2_formats) { in GetFormats()
362 int V4L2Wrapper::GetQualifiedFormats(std::vector<uint32_t>* v4l2_formats) { in GetQualifiedFormats()
378 int V4L2Wrapper::GetFormatFrameSizes(uint32_t v4l2_format, in GetFormatFrameSizes()
450 int V4L2Wrapper::GetFormatFrameDurationRange( in GetFormatFrameDurationRange()
491 int V4L2Wrapper::SetFormat(const StreamFormat& desired_format, in SetFormat()
558 int V4L2Wrapper::RequestBuffers(uint32_t num_requested) { in RequestBuffers()
581 int V4L2Wrapper::EnqueueRequest( in EnqueueRequest()
653 int V4L2Wrapper::DequeueRequest(std::shared_ptr<CaptureRequest>* request) { in DequeueRequest()
725 int V4L2Wrapper::GetInFlightBufferCount() { in GetInFlightBufferCount()