Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper_mock.h38 MOCK_METHOD1(GetFormats, int(std::set<uint32_t>*));
Dformat_metadata_factory_test.cpp78 EXPECT_CALL(*mock_device_, GetFormats(_)) in TEST_F()
139 EXPECT_CALL(*mock_device_, GetFormats(_)) in TEST_F()
Dv4l2_wrapper.h71 virtual int GetFormats(std::set<uint32_t>* v4l2_formats);
Dformat_metadata_factory.cpp41 int res = device->GetFormats(&v4l2_formats); in GetHalFormats()
Dv4l2_wrapper.cpp315 int res = GetFormats(&pixel_formats); in GetSupportedFormats()
342 int V4L2Wrapper::GetFormats(std::set<uint32_t>* v4l2_formats) { in GetFormats() function in v4l2_camera_hal::V4L2Wrapper