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.h41 MOCK_METHOD3(GetFormatFrameDurationRange,
Dv4l2_wrapper.h73 virtual int GetFormatFrameDurationRange(
Dformat_metadata_factory.cpp128 res = device->GetFormatFrameDurationRange( in AddFormatComponents()
Dformat_metadata_factory_test.cpp82 EXPECT_CALL(*mock_device_, GetFormatFrameDurationRange(format, size, _)) in TEST_F()
Dv4l2_wrapper.cpp399 int V4L2Wrapper::GetFormatFrameDurationRange( in GetFormatFrameDurationRange() function in v4l2_camera_hal::V4L2Wrapper