Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/metadata/
Dranged_converter_test.cpp39 virtual void ExpectConvert(int32_t converted, int32_t expected) { in ExpectConvert() function in v4l2_camera_hal::RangedConverterTest
59 ExpectConvert(max_ - step_, max_ - step_); in TEST_F()
64 ExpectConvert(max_ - step_ + 1, max_ - step_); in TEST_F()
69 ExpectConvert(min_ - 1, min_); in TEST_F()
74 ExpectConvert(max_ + step_, max_); in TEST_F()