Searched refs:V4L2Wrapper (Results 1 – 12 of 12) sorted by relevance
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_wrapper.cpp | 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() [all …]
|
D | v4l2_wrapper.h | 36 class V4L2Wrapper { 40 static V4L2Wrapper* NewV4L2Wrapper(const std::string device_path); 41 virtual ~V4L2Wrapper(); 46 Connection(std::shared_ptr<V4L2Wrapper> device) in Connection() 57 std::shared_ptr<V4L2Wrapper> device_; 93 V4L2Wrapper(const std::string device_path); 154 DISALLOW_COPY_AND_ASSIGN(V4L2Wrapper);
|
D | v4l2_camera.h | 51 std::shared_ptr<V4L2Wrapper> v4l2_wrapper, 93 std::shared_ptr<V4L2Wrapper> device_; 94 std::unique_ptr<V4L2Wrapper::Connection> connection_;
|
D | v4l2_wrapper_mock.h | 28 class V4L2WrapperMock : public V4L2Wrapper { 30 V4L2WrapperMock() : V4L2Wrapper(""){}; in V4L2WrapperMock()
|
D | v4l2_camera.cpp | 43 std::shared_ptr<V4L2Wrapper> v4l2_wrapper(V4L2Wrapper::NewV4L2Wrapper(path)); in NewV4L2Camera() 60 std::shared_ptr<V4L2Wrapper> v4l2_wrapper, in V4L2Camera() 86 connection_.reset(new V4L2Wrapper::Connection(device_)); in connect()
|
D | v4l2_metadata_factory.h | 29 int GetV4L2Metadata(std::shared_ptr<V4L2Wrapper> device,
|
D | format_metadata_factory.h | 31 std::shared_ptr<V4L2Wrapper> device,
|
D | format_metadata_factory.cpp | 33 static int GetHalFormats(const std::shared_ptr<V4L2Wrapper>& device, in GetHalFormats() 68 std::shared_ptr<V4L2Wrapper> device, in AddFormatComponents()
|
D | v4l2_metadata_factory.cpp | 43 int GetV4L2Metadata(std::shared_ptr<V4L2Wrapper> device, in GetV4L2Metadata() 50 V4L2Wrapper::Connection temp_connection = V4L2Wrapper::Connection(device); in GetV4L2Metadata()
|
D | README.md | 90 Much of this work is aided by the V4L2Wrapper helper class,
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | v4l2_control_delegate.h | 31 std::shared_ptr<V4L2Wrapper> device, in V4L2ControlDelegate() 59 std::shared_ptr<V4L2Wrapper> device_;
|
D | partial_metadata_factory.h | 80 std::shared_ptr<V4L2Wrapper> device, 93 std::shared_ptr<V4L2Wrapper> device, 186 std::shared_ptr<V4L2Wrapper> device, in V4L2Control() 312 std::shared_ptr<V4L2Wrapper> device, in V4L2ControlOrDefault()
|