Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper_mock.h42 MOCK_METHOD3(GetFormatFrameDurationRange,
Dformat_metadata_factory_test.cpp90 EXPECT_CALL(*mock_device_, GetFormatFrameDurationRange(format, size, _)) in TEST_F()
154 EXPECT_CALL(*mock_device_, GetFormatFrameDurationRange(format, size, _)) in TEST_F()
Dv4l2_wrapper.h77 virtual int GetFormatFrameDurationRange(
Dformat_metadata_factory.cpp189 res = device->GetFormatFrameDurationRange( in AddFormatComponents()
Dv4l2_wrapper.cpp450 int V4L2Wrapper::GetFormatFrameDurationRange( in GetFormatFrameDurationRange() function in v4l2_camera_hal::V4L2Wrapper