Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dstatic_properties_test.cpp636 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, {&output_stream})); in TEST_F()
647 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, in TEST_F()
654 EXPECT_FALSE(dut_->ReprocessingSupported(nullptr, {&output_stream})); in TEST_F()
660 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, {})); in TEST_F()
670 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, in TEST_F()
Dstatic_properties.h76 bool ReprocessingSupported(
Dstatic_properties.cpp453 bool StaticProperties::ReprocessingSupported( in ReprocessingSupported() function in default_camera_hal::StaticProperties